OpenVZ Forum


Home » General » Support » *SOLVED* Umount action script problem
Re: Umount action script problem [message #10903 is a reply to message #10842] Tue, 06 March 2007 23:23 Go to previous message
mcarreira is currently offline  mcarreira
Messages: 30
Registered: February 2007
Member
Thanks to Vasily precious help, the problem is corrected!
There are two critical points:
The script /vz/sysconfig/vz-scripts/120.mount must have the "-n" option, like:

#!/bin/bash
/bin/mount -n --bind /nova /vz/root/120/teste
exit $?

But the unmount script (/vz/sysconfig/vz-scripts/120.umount) MUST_NOT_EXIST!
I forgot that everything is unmounted during a shutdown.
Even with the "mount -n" option if the unmount script is used, we have problems after some more "start/stop".

M.Carreira
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *CLOSED* softirq stats for a VE
Next Topic: Package Group Installation.
Goto Forum:
  


Current Time: Sat Jul 19 01:12:25 GMT 2025

Total time taken to generate the page: 0.04580 seconds