I can't see all disks in baremetal supermicro servers

teralab

New Member
Nov 23, 2020
1
0
1
49
Hello,
My servers with Proxmox-ve 6.2-1 not see all hdd's (8x hdd) but only 4 or 5 disks? In my last installed version Proxmox-ve_6.0-1 I saw all disks and datasore.
Where is the problem now?

root@pve208:~# pvcreate /dev/sdb
Physical volume "/dev/sdb" successfully created.
root@pve208:~# pvcreate /dev/sdc
Physical volume "/dev/sdc" successfully created.
root@pve208:~# pvcreate /dev/sdd
Physical volume "/dev/sdd" successfully created.
root@pve208:~# pvcreate /dev/sde
Physical volume "/dev/sde" successfully created.
root@pve208:~# pvcreate /dev/sdf
Device /dev/sdf not found.

Please help me.
Best, Robert
 

Attachments

  • 2020-11-23_23h59_04_datastore4.jpg
    2020-11-23_23h59_04_datastore4.jpg
    139.2 KB · Views: 7
  • 2019-10-26_093656_datastore7_pve_ver601.jpg
    2019-10-26_093656_datastore7_pve_ver601.jpg
    273.6 KB · Views: 7
What is the output of
Code:
fdisk -l
pvs
vgs
?