<br><br><div class="gmail_quote">2009/9/30 Vitaliy Gusev <span dir="ltr"><<a href="mailto:vgusev@openvz.org">vgusev@openvz.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Wednesday 30 September 2009 01:52:14 pm Anthony - wrote:<br>
> 2009/9/30 Vitaliy Gusev <<a href="mailto:vgusev@openvz.org">vgusev@openvz.org</a>><br>
><br>
> > On Wednesday 30 September 2009 12:13:39 pm Anthony - wrote:<br>
> ><br>
> > Ok, I will ivestigate this. But why /var/lock is mounted twice in VE<br>
> > (before chkpnt) ?<br>
> ><br>
><br>
> I don't know, I just rebooted and started the vm and it is mounted twice<br>
> again.<br>
><br>
> I lloked at /proc/mounts on the host and here is the diff between<br>
> before-chkpnt and after-restore:<br>
><br>
> < proc /proc proc rw 0 0<br>
> < sysfs /sys sysfs rw 0 0<br>
> < tmpfs /var/run tmpfs rw,mode=755 0 0<br>
> < tmpfs /var/lock tmpfs rw 0 0<br>
> < devpts /dev/pts devpts rw,gid=5,mode=620 0 0<br>
> < tmpfs /dev/shm tmpfs rw 0 0<br>
> < tmpfs /var/run tmpfs rw,mode=755 0 0<br>
> < tmpfs /var/lock tmpfs rw 0 0<br>
> ---<br>
> > none /proc proc rw,nosuid,noexec,nodiratime 0 0<br>
> > none /sys sysfs rw 0 0<br>
> > none /var/run tmpfs rw 0 0<br>
> > none /var/lock tmpfs rw 0 0<br>
> > none /dev/pts devpts rw,mode=600 0 0<br>
> > none /dev/shm tmpfs rw 0 0<br>
> > none /var/run tmpfs rw 0 0<br>
> > simfs /var/lock simfs rw 0 0<br>
><br>
> none of these are mounted back in the same mount type. Do you have any hints<br>
> on this ?<br>
<br>
</div></div>It is ok. They are nodev filesystems, therefore first parameter is ignored.<br>
<div class="im"><br>
<br>
><br>
><br>
> > As workaround you can do "umount /va/lock".<br>
> ><br>
><br>
> on the host, here is what I did :<br>
><br>
> root@vzhost:/# umount /var/lock<br>
<br>
</div>umount in VE.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div>sorry my mistake, I did it in the VE but wrote "host" by mistake. I got the error<br><br>umount: simfs: not found<br>umount: /var/lock: not mounted<br>
<br>but cat /proc/mounts still shows<br><br>simfs /var/lock simfs rw 0 0<br><br></div></div><br>