I'm evaluating Proxmox (8.3.1) to replace our VMWare infrastructure. Unluckily, I have to perform a PoC on some old hardware given to me - six identical Dell R720 servers. These came with some spinning disks with hardware RAID, and some SSD disks connected via PCIe. These disks appear as /dev/rssd[x], i.e. /dev/rssda
I installed Proxmox on the RAID, and tried to assign the SSD disks to Ceph (version 19, it needs to be part of the evaluation). But:
Is there a way to allow Proxmox + Ceph to see those devices?
root@hephaestus:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 408.4G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 1G 0 part /boot/efi
└─sda3 8:3 0 407.4G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 96G 0 lvm /
├─pve-data_tmeta 252:2 0 2.9G 0 lvm
│ └─pve-data 252:4 0 281.6G 0 lvm
└─pve-data_tdata 252:3 0 281.6G 0 lvm
└─pve-data 252:4 0 281.6G 0 lvm
rssda 251:0 0 326G 0 disk
rssdb 251:16 0 326G 0 disk
I installed Proxmox on the RAID, and tried to assign the SSD disks to Ceph (version 19, it needs to be part of the evaluation). But:
- In the UI these disks are not shown, although they were listed by the Proxmox installer. If I try to create an OSD, "No disk unused" is shown.
- If I try to create them from the command line, i.e.
pveceph osd create /dev/rssda
, I getunable to get device info for '/dev/rssda'
- If I create a LVM disk from the command line I can do it, and then it appears in the LVM page
Is there a way to allow Proxmox + Ceph to see those devices?
Last edited: