Hello;
Having the Proxmox installed to Dell Poweredge R620 10bay; with RAID6; 8 SAS HDDs in use, 2 SAS HDDs are not in RAID; all, Proxmox: working as configured.
Few days ago, bought second R620, 8bay, with 8 X 1TB SAS HDDs, with the H710 Mini in HBA mode, so no HW RAID enabled.
I did not change anything (yet) at the R620; I just installed the Proxmox 8.3.0 to it; during the installation, I set the ZFS RAID-Z1; so there are 7 X 1TB storage and 1 x 1TB Parity.
After all steps done with Proxmox Installation:
CLI:
Proxmox (Browser GUI) shows just 346.05GB storage at the Datacenter.
At the command line, all disks visible, no errors. At the Browser GUI, just fraction of the storage is available.
Is there any interactive script, procedure, for checking and updating the storage settings for Proxmox?
Thanks a lot.
Having the Proxmox installed to Dell Poweredge R620 10bay; with RAID6; 8 SAS HDDs in use, 2 SAS HDDs are not in RAID; all, Proxmox: working as configured.
Few days ago, bought second R620, 8bay, with 8 X 1TB SAS HDDs, with the H710 Mini in HBA mode, so no HW RAID enabled.
I did not change anything (yet) at the R620; I just installed the Proxmox 8.3.0 to it; during the installation, I set the ZFS RAID-Z1; so there are 7 X 1TB storage and 1 x 1TB Parity.
After all steps done with Proxmox Installation:
CLI:
Code:
zpool status
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
scsi-35000c50055fa7253-part3 ONLINE 0 0 0
scsi-35000c500586cedb7-part3 ONLINE 0 0 0
scsi-35000c5006288a11b-part3 ONLINE 0 0 0
scsi-35000c500633b239b-part3 ONLINE 0 0 0
scsi-35000c50057431117-part3 ONLINE 0 0 0
scsi-35000c5005742f013-part3 ONLINE 0 0 0
scsi-35000c50055fa8c47-part3 ONLINE 0 0 0
scsi-35000c500635acbb3-part3 ONLINE 0 0 0
errors: No known data errors
Code:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 1G 0 part
└─sda3 8:3 0 27G 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 1G 0 part
└─sdb3 8:19 0 27G 0 part
sdc 8:32 0 931.5G 0 disk
├─sdc1 8:33 0 1007K 0 part
├─sdc2 8:34 0 1G 0 part
└─sdc3 8:35 0 27G 0 part
sdd 8:48 0 931.5G 0 disk
├─sdd1 8:49 0 1007K 0 part
├─sdd2 8:50 0 1G 0 part
└─sdd3 8:51 0 27G 0 part
sde 8:64 0 931.5G 0 disk
├─sde1 8:65 0 1007K 0 part
├─sde2 8:66 0 1G 0 part
└─sde3 8:67 0 27G 0 part
sdf 8:80 0 931.5G 0 disk
├─sdf1 8:81 0 1007K 0 part
├─sdf2 8:82 0 1G 0 part
└─sdf3 8:83 0 27G 0 part
sdg 8:96 0 931.5G 0 disk
├─sdg1 8:97 0 1007K 0 part
├─sdg2 8:98 0 1G 0 part
└─sdg3 8:99 0 27G 0 part
sdh 8:112 0 931.5G 0 disk
├─sdh1 8:113 0 1007K 0 part
├─sdh2 8:114 0 1G 0 part
└─sdh3 8:115 0 27G 0 part
sr0 11:0 1 1024M 0 rom
Proxmox (Browser GUI) shows just 346.05GB storage at the Datacenter.
At the command line, all disks visible, no errors. At the Browser GUI, just fraction of the storage is available.
Is there any interactive script, procedure, for checking and updating the storage settings for Proxmox?
Thanks a lot.