[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-10-15 Thread Henry Lawson
I also observe sporadic errors with: Error response from daemon: stat /var/lib/docker/btrfs/subvolumes/a28d807f83e6131a6e43e062a73e7cbff496746e2dfceecc39a27483cabcd0d4: no such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-10-15 Thread Henry Lawson
Not sure if Docker, LXD, or btrfs. "user_subvol_rm_allowed" is enabled, issue only started appearing recently, unsure if due to Docker upgrade or LXD upgrade. Observed this error earlier but "user_subvol_rm_allowed" resolved it. However, with it enabled it still occurs now. me@host: lxd --version

[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: docker.io (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574363 Title:

[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-04-25 Thread Yonsy
http://serverfault.com/questions/615588/proper-way-of-handling-lxc- containers-on-btrfs/676504#676504 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574363 Title: can't delete docker containers in l

[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-04-24 Thread Reinhard Tartler
Thank you for this clarification. I'm not sure how to enable the aufs backend. Reading in the docker documentation at https://docs.docker.com/engine/userguide/storagedriver/selectadriver/, I understand with lxc running on btrfs, there is no other option than using the btrfs option. -- You receiv

[Bug 1574363] Re: can't delete docker containers in lxd: Driver btrfs failed to remove root filesystem

2016-04-24 Thread Stéphane Graber
Docker is supposed to always be using aufs inside LXD containers, the output above suggests it's not the case. btrfs doesn't allow for unprivileged btrfs subvolume delete by default, only subvolume creation (yes, that's a bit odd). So the failure you're getting is absolutely normal except for the