I'm experiencing a similar issue:
Prior to joining a node to a cluster, it had a directory /4x6raid5 which was a EXT4 Formatted LVM with one LV, one VG, one PV, but of course it was on top of a hardware RAID5.
Now I can either do:
- Datacentre > Storage > Add Directory > /4x6raid5
Which adds the directory to all servers (but it is only valid on 2 of them because they're identical servers with identical directory names)
- Node > Disks > Directory > ERROR No unused disks!
Why would it think that?
fdisk -l
/dev/sda
Proxmox LVM on top of RAID1
/dev/sdb
Manually added LVM on top of RAID5
df -h
Filesystem Size Used Avail Use% Mounted on
udev 54G 0 54G 0% /dev
tmpfs 11G 18M 11G 1% /run
/dev/mapper/pve-root 94G 2.6G 87G 3% /
tmpfs 54G 60M 54G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 54G 0 54G 0% /sys/fs/cgroup
/dev/mapper/4x6raid5-4x6raid5 1.7T 77M 1.6T 1% /4x6raid5
/dev/fuse 30M 44K 30M 1% /etc/pve
192.168.1.82:/mnt/xpool/NFS/Servers 3.4T 65G 3.3T 2% /mnt/pve/Servers
192.168.1.83:/mnt/xpool/NFS/Backups 3.6T 336G 3.3T 10% /mnt/pve/Backups
tmpfs 11G 0 11G 0% /run/user/0
Any help is greatly appreciated. Thank you.