How have you OVH users installed proxmox 5 ZFS? I tried the installation model provided by ovh.com, but although it offers possibility to customize partitions, it ignores the size I give and uses all of disk for the ZFS rpool (except UEFI partion and a third small partition for something).
I tried during installation to reduce the 2 partition, to make room for ZFS ZIL and cache for the rotating disks on this host. After three attempts I am convinced the partition size choosing is ignored and the same 893,8G partition is always created no matter what size I input.
Is it possible to shrink the partition 2 now after installation, and create new partitions to the freed space?
Or is it best just ignore the installation model provided by OVH, and upload Proxmox 5.3 installer and install Proxmox with ZFS from that?
Code:
fdisk -l /dev/sda /dev/sdb
Disk /dev/sda: 894.3 GiB, 960197124096 bytes, 1875385008 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: EDA48F90-5CF5-4D86-B012-40DBD77431F5
Device Start End Sectors Size Type
/dev/sda1 34 1048609 1048576 512M EFI System
/dev/sda2 1050624 1875368589 1874317966 893.8G Solaris /usr & Apple ZFS
/dev/sda9 1875368590 1875384974 16385 8M Solaris reserved 1
Partition 1 does not start on physical sector boundary.
Partition 9 does not start on physical sector boundary.
Disk /dev/sdb: 894.3 GiB, 960197124096 bytes, 1875385008 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 36A9BAFF-05F4-4D49-926E-B3BEA4555AB9
Device Start End Sectors Size Type
/dev/sdb1 34 1048609 1048576 512M EFI System
/dev/sdb2 1050624 1875368589 1874317966 893.8G Solaris /usr & Apple ZFS
/dev/sdb9 1875368590 1875384974 16385 8M Solaris reserved 1
Partition 1 does not start on physical sector boundary.
Partition 9 does not start on physical sector boundary.
I tried during installation to reduce the 2 partition, to make room for ZFS ZIL and cache for the rotating disks on this host. After three attempts I am convinced the partition size choosing is ignored and the same 893,8G partition is always created no matter what size I input.
Is it possible to shrink the partition 2 now after installation, and create new partitions to the freed space?
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 5.26G 855G 96K /rpool
rpool/ROOT 1.01G 855G 96K /rpool/ROOT
rpool/ROOT/pve-1 1.01G 855G 1.01G /
rpool/data 96K 855G 96K /rpool/data
rpool/swap 4.25G 859G 64K -
Or is it best just ignore the installation model provided by OVH, and upload Proxmox 5.3 installer and install Proxmox with ZFS from that?