Upon further reflection I've completely misdiagnosed this problem. Of course CREATE_FILE_SYSTEM is only called when the partitioner is committing changes anyway, so this doesn't matter.
The real problem is that the perform_resizing function (a) calls commit.d scripts which operate on all disks (b) invokes the COMMIT operation only on the disk containing the partition being resized. An ideal solution would have the commit.d scripts operate only on the current disk, but that's tricky due to the interface involved. An acceptable solution would invoke the COMMIT operation on all disks. ** Changed in: partman-partitioning (Ubuntu) Sourcepackagename: partman-base => partman-partitioning -- Indicates that the partition table will be modified on an otherwise untouched disk https://bugs.launchpad.net/bugs/220928 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
