I am trying to configure ZFS on a server with PERC H745 controller and 4 disks. The manual says this is a raid card that supports eHBA (Enhanced HBA) mode. I set the card to that mode, and set all the disks to non-RAID mode. After that the disks show up in Proxmox as individual disks. However when I inspect the controller using the perccli utility, it says there are 4 virtual drives:
It's confusing that perccli says these are virtual drive of type RAID0 (but in the name there is "NonRAID")
I tried to set the disks to JBOD mode, but it didn't work (operation not supported).
So I wonder if I can go ahead and use these "virtual drives" for ZFS?
I know this is not specific to Proxmox; just wonder if someone here has faced the same issue.
thanks in advance for any hint.
Code:
Virtual Drives = 4
VD LIST :
=======
-------------------------------------------------------------------------
DG/VD TYPE State Access Consist Cache Cac sCC Size Name
-------------------------------------------------------------------------
0/3 RAID0 Optl RW Yes NRWTD - OFF 931.512 GB NonRAID Disk 3
1/5 RAID0 Optl RW Yes NRWTD - OFF 931.512 GB NonRAID Disk 5
2/7 RAID0 Optl RW Yes NRWTD - OFF 931.512 GB NonRAID Disk 7
3/1 RAID0 Optl RW Yes NRWTD - OFF 931.512 GB NonRAID Disk 1
-------------------------------------------------------------------------
It's confusing that perccli says these are virtual drive of type RAID0 (but in the name there is "NonRAID")
I tried to set the disks to JBOD mode, but it didn't work (operation not supported).
So I wonder if I can go ahead and use these "virtual drives" for ZFS?
I know this is not specific to Proxmox; just wonder if someone here has faced the same issue.
thanks in advance for any hint.