I created it with RAID Z1, but the capacity is less than I expected.

KuriKuchi

Member
Jan 22, 2021
8
1
8
23
I am using translation software.
I am new to Proxmox.
Please help!

I bought three WD Red Plus 8TB and built RAID Z1 during Proxmox installation.
However, there is only 6TB available when there should be 16TB available.
In addition, since 3TB is allocated to local-zfs and 3TB to local, I am having trouble using only 3TB in effect.
I would like to be able to use 16TB, but is that the specification of RAID Z1?

1612334377818.png

1612334410092.png
1612334426892.png
 
what does 'zfs list' and 'df -h' show?
 
what does 'zfs list' and 'df -h' show?
Code:
root@kuriserver:~# zfs list
NAME               USED  AVAIL     REFER  MOUNTPOINT
rpool             1.91G  3.77T      139K  /rpool
rpool/ROOT        1.91G  3.77T      128K  /rpool/ROOT
rpool/ROOT/pve-1  1.91G  3.77T     1.91G  /
rpool/data         128K  3.77T      128K  /rpool/data

Code:
root@kuriserver:~# df -h
Filesystem        Size  Used Avail Use% Mounted on
udev               16G     0   16G   0% /dev
tmpfs             3.2G  9.1M  3.2G   1% /run
rpool/ROOT/pve-1  3.8T  2.0G  3.8T   1% /
tmpfs              16G   43M   16G   1% /dev/shm
tmpfs             5.0M     0  5.0M   0% /run/lock
tmpfs              16G     0   16G   0% /sys/fs/cgroup
rpool             3.8T  256K  3.8T   1% /rpool
rpool/ROOT        3.8T  128K  3.8T   1% /rpool/ROOT
rpool/data        3.8T  128K  3.8T   1% /rpool/data
/dev/fuse          30M   16K   30M   1% /etc/pve
tmpfs             3.2G     0  3.2G   0% /run/user/0
 
ok thanks, can you also post the output of 'lsblk' and 'zpool status' ?
 
ok thanks, can you also post the output of 'lsblk' and 'zpool status' ?

Code:
root@kuriserver:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 111.8G  0 disk
sdb      8:16   0   7.3T  0 disk
├─sdb1   8:17   0  1007K  0 part
├─sdb2   8:18   0   512M  0 part
└─sdb3   8:19   0     2T  0 part
sdc      8:32   0   7.3T  0 disk
├─sdc1   8:33   0  1007K  0 part
├─sdc2   8:34   0   512M  0 part
└─sdc3   8:35   0     2T  0 part
sdd      8:48   0   7.3T  0 disk
├─sdd1   8:49   0  1007K  0 part
├─sdd2   8:50   0   512M  0 part
└─sdd3   8:51   0     2T  0 part

Code:
root@kuriserver:~# zpool status
  pool: rpool
 state: ONLINE
  scan: none requested
config:


        NAME                                         STATE     READ WRITE CKSUM
        rpool                                        ONLINE       0     0     0
          raidz1-0                                   ONLINE       0     0     0
            ata-WDC_WD80EFAX-68KNBN0_VGJEYEJH-part3  ONLINE       0     0     0
            ata-WDC_WD80EFAX-68KNBN0_VGJ7939G-part3  ONLINE       0     0     0
            ata-WDC_WD80EFAX-68KNBN0_VGJ83SVG-part3  ONLINE       0     0     0


errors: No known data errors
root@kuriserver:~#
 
ok this shows that only 2TiB per disk is used for the zpool... so 4TiB looks right

did you manually change the size in the installer?
 
  • Like
Reactions: Stoiko Ivanov

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!