Hi,

        I have recently installed vanilla lxc-0.9.0 under archlinux and
encountered the old "fs is remounted ro" issue which is supposed to be fixed
since https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/942325 ... The (also
archlinux) containers' rootfs are located on a separate partition mounted at
/var/lib/lxc
----------
$ mount | grep lxc
/dev/sda3 on /var/lib/lxc type ext4(rw,nosuid,nodev,relatime,data=ordered)
----------
The rootfs.hold file is open, according to strace run against lxc-start, e.g.:
----------
$ grep hold /var/log/lxc.strace.log
open("/var/lib/lxc/arch-LXC-test/rootfs.hold", O_RDWR|O_CREAT, 0600) = 13
----------

Nevertheless, whenever I shutdown the container via lxc-stop, the /var/lib/lxc
partition is marked ro... What can I do to determine what's going wrong?

Thanks,
Leonid.

-- 
Leonid Isaev
GnuPG key: 0x164B5A6D
Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to