Proxmox 6.0-4 running in a 3 node cluster, storage on NFS and on Ceph. Networking is 2 subnets - storage/corosync and management/virtual machines. Storage network is minimum 2 links per host, 4 links to NFS storage - all on LACP, all on MTU 9000.
I created a test linux machine on node 1 and NFS storage. I then moved (do not delete source) the disk from NFS to Ceph while the virtual machine was running. At the end of the copy phase, the entire management UI crashes - web becomes unresponsive and I cannot log into management UI on any host.
I created a little script on each host called pverestart.sh with the following content:
killall -9 corosync
systemctl restart pve-cluster
systemctl restart pvedaemon
systemctl restart pveproxy
systemctl restart pvestatd
I had to run this script multiple times on each host to get the management interface to return and become usable again.
One positive from this: the virtual machines stayed operating and responsive the entire time.
How can I help you help me solve this problem?
Ron
I created a test linux machine on node 1 and NFS storage. I then moved (do not delete source) the disk from NFS to Ceph while the virtual machine was running. At the end of the copy phase, the entire management UI crashes - web becomes unresponsive and I cannot log into management UI on any host.
I created a little script on each host called pverestart.sh with the following content:
killall -9 corosync
systemctl restart pve-cluster
systemctl restart pvedaemon
systemctl restart pveproxy
systemctl restart pvestatd
I had to run this script multiple times on each host to get the management interface to return and become usable again.
One positive from this: the virtual machines stayed operating and responsive the entire time.
How can I help you help me solve this problem?
Ron