OpenVZ Forum


Home » General » Support » /dev/loop support inside VEs?
Re: /dev/loop support inside VEs? [message #1380 is a reply to message #1377] Tue, 07 February 2006 14:49 Go to previous messageGo to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

This is definitely a bug in vzctl; thanks for catching this, and sorry for spotting this!

See bug #100; you can add yourself to Cc: for this bug to track its progress -- it should be fixed in the next vzctl release.

For now, you should change
if [ -f $VE_CONFFILE ]; then

to
VE_CONFFILE=/etc/sysconfig/vz-scripts/${VEID}.conf
if [ -f $VE_CONFFILE ]; then

in both vps.mount and vps.umount scripts. I.e. you should add a single line (VE_CONFFILE=...) to the both scripts.


Kir Kolyshkin
http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: second level quota
Next Topic: filesystem: ext2 or ext3?
Goto Forum:
  


Current Time: Mon Jul 22 10:27:52 GMT 2024

Total time taken to generate the page: 0.02360 seconds