diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-09-08 12:50:22 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-09-08 12:50:22 -0400 |
commit | e17823ebeb397110c2163629d9f0f94dbea0c5e4 (patch) | |
tree | aa3d3e0554c178db1b0bf1d85164c3bb671358bc /ChangeLog | |
parent | fa0cfdee7aeb575343cc63f3fc54a9c1c3b9085b (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |