-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Add support for /home reuse to automatic partitioning
We use destroy only for plain partition mountpoints as we can't destroy lv or btrfs subvolume - it would not free space for the new one (and its vg or btrfs volume). For lvs and btrfs subvols we reuse reformat from mount point assignment (real erase would be perhaps better, even for mount point assignment as recreating the device complicates the logic) TODO: + unify biosboot partition with other stuff (configurable) + look at all roots + test with plain + test with lvm + test with thin lvm + --remove should fail silently? + kickstart support (--erase --reuse --remove) - kickstart tests - reuse fstab mount options (/home is missing compression) + add checks that the device found is unique (including biosboot/efi) - checks for recreate only on plain partition? - create check for usability of the /home reuse (for UI) - update unit tests - luks? .. same as mount-point-assignment ? - efi partitions, we have only biosboot so far + update for device_id: #5435 - add better mount point assignment kickstart tests, we update code there (fedora, lvm, plain)
- Loading branch information
Showing
5 changed files
with
304 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.