[pve-devel] applied: [PATCH installer v3 0/7] don't create swap on ZFS as default

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 23 13:06:15 CET 2018


On 11/22/18 6:26 PM, Stoiko Ivanov wrote:
> 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(-)
> 

applied, with the off-list proposed followup to refactor the hdsize spinbutton
from an 'our' into a normal module variable.
Thanks!




More information about the pve-devel mailing list