I have a problem with an external storage on Proxmox
I added a USB drive storage to my proxmox a few months ago this way:
1) Connected USB drive to Proxmox machine and added as an LVM storage on /dev/sda:


2) Created a new 1000 GB virtual hard drive on it:

Everything was working fine.
3) Until one day, after a reboot, this external drive has become /dev/sdb:

4) It is still visible in Proxmox UI:

5) However it's not accessible from inside of the VM - it fails with Input/Output error
Any ideas how to fix this?

1) Connected USB drive to Proxmox machine and added as an LVM storage on /dev/sda:


2) Created a new 1000 GB virtual hard drive on it:

Everything was working fine.
3) Until one day, after a reboot, this external drive has become /dev/sdb:

4) It is still visible in Proxmox UI:

5) However it's not accessible from inside of the VM - it fails with Input/Output error

Bash:
user@unifi-video:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 97M 1 loop /snap/core/9289
loop1 7:1 0 93.9M 1 loop /snap/core/9066
sr0 11:0 1 1024M 0 rom
vda 252:0 0 16G 0 disk
├─vda1 252:1 0 1M 0 part
└─vda2 252:2 0 16G 0 part /
vdb 252:16 0 1000G 0 disk
user@unifi-video:~$ sudo cat /dev/vdb
cat: /dev/vdb: Input/output error
Any ideas how to fix this?