[Devel] [PATCH] umount: run <VEID>.umount before vps.umount

Kristian F. Høgh kfh at segtel.dk
Wed Nov 29 01:54:48 PST 2006


Make umount scripts run in the opposite order of mount scripts

Signed-off-by: Kristian Høgh
---

At VPS mount time the following scripts are run:
/etc/vz/conf/vps.mount
/etc/vz/conf/<VEID>.mount

At VPS umount time the following scripts are run:
/etc/vz/conf/vps.umount
/etc/vz/conf/<VEID>.umount

I mount /mnt from vps.mount and mount /mnt/veid from <VEID>.mount
I would like to umount /mnt/veid from <VEID>.mount and
umount /mnt from vps.mount. But the scripts run in the wrong order.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: fs.c.patch
Type: text/x-diff
Size: 725 bytes
Desc: not available
URL: <http://lists.openvz.org/pipermail/devel/attachments/20061129/0bac1a02/attachment-0001.bin>


More information about the Devel mailing list