OpenVZ Forum


Home » General » Support » second level quotas broken after online migration (second level quotas broken after online migration)
second level quotas broken after online migration [message #47371] Fri, 03 August 2012 17:26 Go to previous message
barmaley is currently offline  barmaley
Messages: 5
Registered: September 2005
Location: Marietta, GA
Junior Member
Hi there,

usually it happens for VE with cpanel installed. After online migration edquota throws an error, for example:

edquota: Quota write failed (id 502): Invalid argument

we're having exactly the same issue with virtuozzo and the recommended fix was to recreate /dev/vzfs

I used the same approach for /dev/simfs:
rm -rf /dev/simfs
_numero=$(stat / --format %d)
mknod /dev/simfs b $((${_numero} / 256)) $((${_numero} % 256))

and it looks like quota issue is gone.

Is it a safe thing to do? Wouldn't it break something else?
 
Read Message
Read Message
Previous Topic: vzctl snapshots vs ploop snapshots
Next Topic: Cenexo mirror not updating
Goto Forum:
  


Current Time: Tue Jul 01 20:12:35 GMT 2025

Total time taken to generate the page: 0.04355 seconds