diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-05-03 10:56:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 10:56:46 -0400 |
commit | 5f5fa5ee99296b3b1044682c41bab38a32cdccd7 (patch) | |
tree | 3e277dadd43413c54af51df9529178d14ed68fe1 /doc/examples/cloud-config-growpart.txt | |
parent | 9ea643ff35382ab8ff1e6fe514cf21eb6640ef8c (diff) | |
download | vyos-cloud-init-5f5fa5ee99296b3b1044682c41bab38a32cdccd7.tar.gz vyos-cloud-init-5f5fa5ee99296b3b1044682c41bab38a32cdccd7.zip |
Revert "Add support to resize rootfs if using LVM (#721)" (#887)
This reverts commit 74fa008bfcd3263eb691cc0b3f7a055b17569f8b.
During pre-release testing, we discovered two issues with this commit.
Firstly, there's a typo in the udevadm command that causes a TypeError
for _all_ growpart executions. Secondly, the LVM resizing does not
appear to successfully resize everything up to the LV, though some
things do get resized.
We certainly want this change, so we'll be happy to review and land it
alongside an integration test which confirms that it is working as
expected.
LP: #1922742
Diffstat (limited to 'doc/examples/cloud-config-growpart.txt')
-rw-r--r-- | doc/examples/cloud-config-growpart.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/cloud-config-growpart.txt b/doc/examples/cloud-config-growpart.txt index 09268117..393d5164 100644 --- a/doc/examples/cloud-config-growpart.txt +++ b/doc/examples/cloud-config-growpart.txt @@ -13,8 +13,6 @@ # # devices: # a list of things to resize. -# if the devices are under LVM, the list should be a single entry, -# cloud-init will then extend the single entry, otherwise it will fail. # items can be filesystem paths or devices (in /dev) # examples: # devices: [/, /dev/vdb1] |