[SOLVED] PCT sees a container that doesn't exist

petitminion

New Member
Sep 17, 2019
11
1
3
30
hello,

I run multiples containers and vm on lvmthin storage.


When In try pct destroy with others containers (which have a disk and work perfectly) I have :

Code:
  Can't create snapshot snap_vm-113-disk-0_vzdump as origin vm-113-disk-0 is not suspended.
  Failed to suspend lovelovekoeurs-vg/lxc-ssl with queued messages.
lvremove 'lovelovekoeurs-vg/vm-130-disk-0' error:   Failed to update pool lovelovekoeurs-vg/lxc-ssl.

On top of that I have a specific container with a very strange behavior :
- lvs show me the disk lv vm-130-disk-0
- but I can't se the disk when I go to /dev/mapper/
- When I try to lvremove lovelovekoeurs-vg/vm-130-disk-0 I get
Code:
  Can't create snapshot snap_vm-113-disk-0_vzdump as origin vm-113-disk-0 is not suspended.
  Failed to suspend lovelovekoeurs-vg/lxc-ssl with queued messages.
  Failed to update pool lovelovekoeurs-vg/lxc-ssl.
- I tried to delete manually with lxc-destroy. So lxc-list don't see the container but pct list do show it.

I have no idea what's going on, any idea ?

thx :)