PDA

View Full Version : Shutting down VE - shows "mounted"



argh
06-01-2008, 11:35 PM
Got my fileserver working in openVZ VE, and have encountered a (known?) bug.
Using debian etch, $VEID.mount and $VEID.umount to mount/unmount (--bind) my storage disks.
When I shutdown the VE, it remains listed as "mounted" in the web-interface, vzctl status $VEID shows "CTID $VEID mounted down".
I can restart the VE "vzctl start $VEID", but then it will not mount my storagedisks.

This problem occurs only with VEs that have mounted filesystems from the HN.

I have tried unmounting the drives inside the VE before shutting down; no change.

Tested on debian etch and ubuntu hardy - both acts the same.

Does anyone have a fix for this problem?

dietmar
06-02-2008, 10:06 AM
Please try without an .umount script - AFAIK it is not neccessary.

- Dietmar

argh
06-02-2008, 03:16 PM
Will do. :-)
I'll test it tonight; post the result. :-)

argh
06-02-2008, 09:43 PM
That did the trick! Thx!!