summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-09-08 12:50:22 -0400
committerScott Moser <smoser@ubuntu.com>2014-09-08 12:50:22 -0400
commite17823ebeb397110c2163629d9f0f94dbea0c5e4 (patch)
treeaa3d3e0554c178db1b0bf1d85164c3bb671358bc /ChangeLog
parentfa0cfdee7aeb575343cc63f3fc54a9c1c3b9085b (diff)
downloadvyos-cloud-init-e17823ebeb397110c2163629d9f0f94dbea0c5e4.tar.gz
vyos-cloud-init-e17823ebeb397110c2163629d9f0f94dbea0c5e4.zip
resizefs: first check if device is writable before attempting
In a container the device nodes may exist but not be writable. I'm seeing this on trusty host with trusty containers, the root device ends up looking like it is to /dev/loop0. LP: #1366891
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbd0715a..01ecb53c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@
- Datasource: fix broken logic to provide hostname if datasource does not
provide one
- Improved and less verbose logging.
+ - resizefs: first check that device is writable.
0.7.5:
- open 0.7.5
- Add a debug log message around import failures