As a workaround instead of stopping and restarting you might want to use vmount on the affected vservers:

# vmount foo -- -a

You will get some error messages for all already correctly mounted filesystems,
but you can enter your vserver again.

Running
###
for vserver in `vserver-stat  | tail -n +2 | awk '{print $8}'`; do
        vmount $vserver -- -a
done
###
will fix all your vservers - broken or not (and give some more error messages).




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to