[pve-devel] [PATCH installer v3 0/7] don't create swap on ZFS as default
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Nov 22 18:26:56 CET 2018
Changes from v2:
* Unify partitioning between ZFS and other (LVM, Btrfs) cases.
* Changes for the partitioning:
* drop the 8M partition (number 9) at the end of the disk for ZFS
(should people need to replace one disk by a slightly smaller one, they can
shrink the efi-partition by this amount)
* create the bios_boot partition from sectors 34:2047 (remaining space after
the primary GPT)
* change in semantics: users can provide the `hdsize` parameter (size that is
used), instead of minfree (size that is left unpartitioned).
* fixed a typo in an error-message
* readd the patch to use truncate instead of dd for the test.img creation
Stoiko Ivanov (7):
Unify and adapt disk partitioning
Remove partition_bootable_zfs_disk
Refactor $maxhdsize computation
Fix typo in error message.
Add hdsize spinbutton to ZFS grid
Do not create a swap zvol
buildsys: use truncate to create test.img
Makefile | 2 +-
proxinstall | 139 ++++++++++++++----------------------------------------------
2 files changed, 33 insertions(+), 108 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list