*SOLVED* Strange umount issue [message #8675] |
Fri, 01 December 2006 12:47 |
dagr
Messages: 83 Registered: February 2006
|
Member |
|
|
On one of HN (RHEL 4, 2.6.9-023stab032-smp, vzctl 3.0.11 ) i noticed that vzctl doesnt make umount when stops VPS.
sudo vzctl start test
Starting VPS ...
vzquota : (warning) Quota is running for id 33333 already
mount
end mount
VPS is mounted
Adding IP address(es): 10.1.2.3
Setting CPU units: 1000
VPS start in progress...
////////////////////////////////////
sudo vzctl stop test
Stopping VPS ...
VPS was stopped
VPS is not mounted //////////// !!!!!!!!!!
////////////////////////////////////
This causes /proc.mounts to grow like this
none /dev/shm tmpfs rw 0 0
/vz/private/33333 /u03/vz/root/33333 simfs rw 0 0
/vz/private/33333 /u03/vz/root/33333 simfs rw 0 0
/vz/private/33333 /u03/vz/root/33333 simfs rw 0 0
Even if i say "sudo vzctl umount test " - it doesnt work.
Only when i do "sudo /etc/init.d/vz stop" - they are unmounted.
//////////////////////////////////////////////////////////// /////
But on another HN (RHEL 4, 2.6.9-023stab016.2-smp, vzctl 3.0.11) its ok
[dagr@mydbtest names]$ sudo vzctl start 666
Starting VPS ...
VPS is mounted
Adding IP address(es): 192.168.100.58
Setting CPU units: 1000
Set hostname: 192.168.100.58
VPS start in progress...
[dagr@mydbtest names]$ sudo vzctl stop 666
Stopping VPS ...
VPS was stopped
VPS is unmounted
////////////////////////////////
Any clue ?
[Updated on: Fri, 01 December 2006 14:58] by Moderator Report message to a moderator
|
|
|
|