Running the containers 'init' operation in the concurrent way and
looking with a 'top', you can see the related 'unsquashfs' operations
running:

for X in `seq 1 4`; do lxc init ubuntu: test$X & done

top

Waiting until the unsquashfs terminates and then starting the
containers, all is good and the operation runs fine:

for X in `seq 1 4`; do lxc start test$X & done

The 'init' process takes some time to explode the container image on the fs.
Looks like there are not any bugs but all this behaviour is due to the overall 
speed (disk+fs) to unsquash the containers images.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1675760

Title:
  rootfs  issues - 2.8 LXD release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1675760/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to