Would it be possible to take an entire disk (256GB SSD) and break it down into smaller partitions, then install rpool on a fragment of the disk only?
Right now the installer for PVE 5.0 beta2 when selecting zfs raid1 from the menu it shows entire disk /dev/sda, any possibility to have the installer install on /dev/sda1 (first partition).
Why?
I have two Samsung 840 Pro 256gb SSDs and would like to avoid using the entire disk for rpool - ideally I would want to install proxmox on 60GB and then RAID1 with the second SSD, in such case that if either SSD fails the system will continue to boot up.
The remainder disk space (about 170gb left free), I would try to allocate 30gb for RAID0 for L2ARC, leaving 140gb unallocated so that the disk can reallocate sectors as they age with the SSD or use.
I know ZFS on Linux does not support SSD TRIM as FreeBSD does, has proxmox 5.0 Beta by chance implemented TRIM? There is a MERGE request in github including this feature.
Here is an example from the freenas forums for a similar attempt to do the above, is this possible in proxmox but for the rpool install?
Right now the installer for PVE 5.0 beta2 when selecting zfs raid1 from the menu it shows entire disk /dev/sda, any possibility to have the installer install on /dev/sda1 (first partition).
Why?
I have two Samsung 840 Pro 256gb SSDs and would like to avoid using the entire disk for rpool - ideally I would want to install proxmox on 60GB and then RAID1 with the second SSD, in such case that if either SSD fails the system will continue to boot up.
The remainder disk space (about 170gb left free), I would try to allocate 30gb for RAID0 for L2ARC, leaving 140gb unallocated so that the disk can reallocate sectors as they age with the SSD or use.
I know ZFS on Linux does not support SSD TRIM as FreeBSD does, has proxmox 5.0 Beta by chance implemented TRIM? There is a MERGE request in github including this feature.
Here is an example from the freenas forums for a similar attempt to do the above, is this possible in proxmox but for the rpool install?