commit | ec772653c2c72dc3d407954df9ddb15f676b60f4 | [log] [download] |
---|---|---|
author | Kristian F. Høgh <kfh@segtel.dk> | Wed Nov 29 17:26:21 2006 +0300 |
committer | Dmitry Mishin <dim@openvz.org> | Wed Nov 29 17:26:21 2006 +0300 |
tree | 9d7a87864f02fbdfbb7d1f314aa312411a146442 | |
parent | b9d3b911cd23e5c2c0c6b09acefa1b97fdb1c08f [diff] |
Make umount scripts run in the opposite order of mount scripts 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.