Hi,
When creating the boot discs I was able to set the size so I was able to keep 20% of the SSD unused for over provisioning.
How to do that with other ZFS pools?
I tried to find any hints on how to partitioning the disks myself but wasn't able to find anything.
I found out that I could use "zpool create POOLNAME mirror /dev/sda1 /dev/sdb1" to create a ZFS pool inside partitions instead of the whole drive but found no infos on how to format and partition the SSDs for ZFS.
I see that ZoL is creating 2 partitions. Partition 1 for ZFS and a small partition 9 for solaris compatibility which isn't really needed otherwise. And "zpool create" seems not to offer any optional parameters to define the desired size.
When creating the boot discs I was able to set the size so I was able to keep 20% of the SSD unused for over provisioning.
How to do that with other ZFS pools?
I tried to find any hints on how to partitioning the disks myself but wasn't able to find anything.
I found out that I could use "zpool create POOLNAME mirror /dev/sda1 /dev/sdb1" to create a ZFS pool inside partitions instead of the whole drive but found no infos on how to format and partition the SSDs for ZFS.
I see that ZoL is creating 2 partitions. Partition 1 for ZFS and a small partition 9 for solaris compatibility which isn't really needed otherwise. And "zpool create" seems not to offer any optional parameters to define the desired size.