From 5f5fa5ee99296b3b1044682c41bab38a32cdccd7 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 3 May 2021 10:56:46 -0400 Subject: 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 --- doc/examples/cloud-config-growpart.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') 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] -- cgit v1.2.3