HA - ERROR

Jan 13, 2023
4
0
1
Good day!

May i request support from the group. one of my personnel accidentally plug the power plug of our server. but the High Availability automatically transferred the VM to the next server. upon opening of the VM i am now experiencing the problem below

TASK ERROR: no such logical volume pve/vm-115-disk-0 at /usr/share/perl5/PVE/Storage/LvmThinPlugin.pm line 219.

any suggestion is highly appreciated
 
That sounds like a storage unmounted problem. Check if the storage that that volume is in shows up in `pvesm status` . If not, then you'll probably have to mount that storage with `mount` first.
 
Command to see the status of your storage:
pvesm status

Command to mount:
sudo mount /dev/sd[x] /mnt/your-desired-folder

On second thoughts, it seems the volume is non existent in your new server. Can you make sure it has the storage physically connected? If the storage device doesn't exist on the new server, I don't exactly know what to do, but the least viable option would be to copy the content into the new storage device using
qm importdisk <vm-id-lik-115> file-from-the-old-storage.qcow2 local-lvm
 
  • Like
Reactions: pssst18
With HA, shared storage is mandatory or you must have replication set up. This doesn't work with pure local storage, which could possibly explain your error message.

Please post the VM Config (qm config 115) and your Storage Config (/etc/pve/storage.cfg).
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!