Hello:
I'm using debian11 and manual installed pve with 7 nodes.
Things getting wired when I delete VM:
If I purge a VM from WebUI, The VM will still exist in WebUI and qm command, Only if I ran
in the node which it allocated. Then it will delete from the WebUI.
I not sure what make this happen, Then I try to delete LXC things just go wild:
Then the lxc not exist anymore but it still shown in the webUI. And I'm pretty sure its not caused by browser cache or whatever.
Question: Any hint ? Seem like coresync/pve-schema unsync with low-level qm/lxc ?
I'm using debian11 and manual installed pve with 7 nodes.
Code:
Cluster information
-------------------
Name: [ERASED]
Config Version: 7
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Mon Mar 27 10:20:17 2023
Quorum provider: corosync_votequorum
Nodes: 7
Node ID: 0x00000001
Ring ID: 1.42b9
Quorate: Yes
Votequorum information
----------------------
Expected votes: 7
Highest expected: 7
Total votes: 7
Quorum: 4
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.100.4.210 (local)
0x00000002 1 10.100.4.211
0x00000003 1 10.100.4.212
0x00000004 1 10.100.4.213
0x00000005 1 10.100.4.214
0x00000006 1 10.100.4.215
0x00000007 1 10.100.4.216
Things getting wired when I delete VM:
If I purge a VM from WebUI, The VM will still exist in WebUI and qm command, Only if I ran
Code:
qm destroy xxxxx
I not sure what make this happen, Then I try to delete LXC things just go wild:
Code:
lxc-destroy xxxxx
Question: Any hint ? Seem like coresync/pve-schema unsync with low-level qm/lxc ?