Hi,
I just plugged four 1 TB SSDs in a server and installed latest Proxmox VE with ZFS.
The pool size is 3.62 TB as expected:
The available space on the ROOT and data zvols are only 2.55 TB, though:
I expected each zvol to max out the available pool size. Is there a reason for not having all the pool size available in a single zvol? And how can this be changed? Or am I just mistaken.
Thank you for a tip.
Best regards,
Boris
I just plugged four 1 TB SSDs in a server and installed latest Proxmox VE with ZFS.
Code:
root@vmserver:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part
└─sda3 8:3 0 931G 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 512M 0 part
└─sdb3 8:19 0 931G 0 part
sdc 8:32 0 931.5G 0 disk
├─sdc1 8:33 0 1007K 0 part
├─sdc2 8:34 0 512M 0 part
└─sdc3 8:35 0 931G 0 part
sdd 8:48 0 931.5G 0 disk
├─sdd1 8:49 0 1007K 0 part
├─sdd2 8:50 0 512M 0 part
└─sdd3 8:51 0 931G 0 part
The pool size is 3.62 TB as expected:
Code:
root@vmserver:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 3.62T 1.41G 3.62T - - 0% 0% 1.00x ONLINE -
The available space on the ROOT and data zvols are only 2.55 TB, though:
Code:
root@vmserver:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 1.02G 2.55T 151K /rpool
rpool/ROOT 1.02G 2.55T 140K /rpool/ROOT
rpool/ROOT/pve-1 1.02G 2.55T 1.02G /
rpool/data 140K 2.55T 140K /rpool/data
I expected each zvol to max out the available pool size. Is there a reason for not having all the pool size available in a single zvol? And how can this be changed? Or am I just mistaken.
Thank you for a tip.
Best regards,
Boris