Hi,
Using Proxmox VE 3.2, latest updates applied, no-subscription repo, in a 10-node cluster setup.
I've disabled disk quota in /etc/vz/vz.conf by setting DISK_QUOTA=no, cause I do not need
OpenVZ disk quota. I use OpenVZ for storage servers and allow it to take all of my disk space.
I use external GlusterFS server to store VMs. No HA, no rgmanager, just VMs on GlusterFS.
When I try to migrate OpenVZ VM to another node, I get:

This is strange, cause if there is no quota enabled, vzmigrate should NOT check for it.
And, yes, if OpenVZ disk quota is enabled, migration goes fine.
Could you please help me with that? What should I do to make my VMs migrate across nodes smoothly, even if disk quota is disabled?
Thanks in advance!
Using Proxmox VE 3.2, latest updates applied, no-subscription repo, in a 10-node cluster setup.
I've disabled disk quota in /etc/vz/vz.conf by setting DISK_QUOTA=no, cause I do not need
OpenVZ disk quota. I use OpenVZ for storage servers and allow it to take all of my disk space.
I use external GlusterFS server to store VMs. No HA, no rgmanager, just VMs on GlusterFS.
When I try to migrate OpenVZ VM to another node, I get:
Code:
Mar 24 11:57:19 starting migration of CT 81141 to node 'pve-server-NN' (XXX.XXX.XXX.XXX)
Mar 24 11:57:24 container data is on shared storage 'default'
Mar 24 11:57:24 dump 2nd level quota
Mar 24 11:57:24 # vzdqdump 81141 -U -G -T > /mnt/pve/default/dump/quotadump.81141
Mar 24 11:57:24 ERROR: Failed to dump 2nd level quota: vzquota : (error) Can't open quota file for id 81141, maybe you need to reinitialize quota: No such file or directory
Mar 24 11:57:24 aborting phase 1 - cleanup resources
Mar 24 11:57:24 start final cleanup
Mar 24 11:57:24 ERROR: migration aborted (duration 00:00:10): Failed to dump 2nd level quota: vzquota : (error) Can't open quota file for id 81141, maybe you need to reinitialize quota: No such file or directory
TASK ERROR: migration aborted

This is strange, cause if there is no quota enabled, vzmigrate should NOT check for it.
And, yes, if OpenVZ disk quota is enabled, migration goes fine.
Could you please help me with that? What should I do to make my VMs migrate across nodes smoothly, even if disk quota is disabled?
Thanks in advance!