diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-17 11:16:56 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-17 11:16:56 -0500 |
commit | 98fd17c55b637f4e1d136c954567c1d9b23e6c20 (patch) | |
tree | e7e8ef330eb6a65718c26c06871048de608ce6ef /ChangeLog | |
parent | 6f8904ceb3805bd62725e5e6c3167fed0202c641 (diff) | |
download | vyos-cloud-init-98fd17c55b637f4e1d136c954567c1d9b23e6c20.tar.gz vyos-cloud-init-98fd17c55b637f4e1d136c954567c1d9b23e6c20.zip |
remove support for resizing via 'parted resizepart'
This was previously broken anyway. It doesn't seem like there
was an easy way to actually support it, so for now I'm removing
it entirely. growpart works well enough.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ unicode). - config/cloud.cfg.d/05_logging.cfg: provide a default 'output' setting, to redirect cloud-init stderr and stdout /var/log/cloud-init-output.log. + - drop support for resizing partitions with parted entirely (LP: #1212492). + This was broken as it was anyway. 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |