I have the following pool created:
It is a made up of 2 raidz2 striped (8x 3TB drives):
	
	
	
		
The problem is when I add it to the "datacenter" as storage it shows only 10.24 TiB not 21.8 TiB.
Here is my /etc/pve/storage.cfg
	
	
	
		
What am I doing wrong?
pve version is 6.3-6
				
			
root@pvenode01:~# zpool list -H  nas_data_0
nas_data_0      21.8T   970G    20.9T   -       -       0%      4%      1.00x   ONLINE  
It is a made up of 2 raidz2 striped (8x 3TB drives):
		Code:
	
	root@pvenode01:~# zpool status -v  nas_data_0
  pool: nas_data_0
 state: ONLINE
  scan: none requested
config:
        NAME           STATE     READ WRITE CKSUM
        nas_data_0     ONLINE       0     0     0
          raidz2-0     ONLINE       0     0     0
            sda        ONLINE       0     0     0
            sdb        ONLINE       0     0     0
            sdc        ONLINE       0     0     0
            sdd        ONLINE       0     0     0
          raidz2-1     ONLINE       0     0     0
            sde        ONLINE       0     0     0
            sdf        ONLINE       0     0     0
            sdg        ONLINE       0     0     0
            sdh        ONLINE       0     0     0
        logs
          mirror-2     ONLINE       0     0     0
            nvme2n1p1  ONLINE       0     0     0
            nvme3n1p1  ONLINE       0     0     0
        cache
          sdi          ONLINE       0     0     0
          sdj          ONLINE       0     0     0
errors: No known data errorsThe problem is when I add it to the "datacenter" as storage it shows only 10.24 TiB not 21.8 TiB.
Here is my /etc/pve/storage.cfg
		Code:
	
	zfspool: nas_data_0
        pool nas_data_0
        content images,rootdir
        mountpoint /nas_data_0
        sparse 1What am I doing wrong?
pve version is 6.3-6
 
	 
	 
 
		