Comment 0 for bug 879052

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

When creating a container with the '-b user' option to the ubuntu template, if 'user' does not exist, the resulting container will have a bad fstab causing the container to fail to start. The last line in /var/lib/lxc/<container>/fstab then reads:

 /var/lib/lxc/test2/rootfs/ none bind 0 0

the template should raise an error if 'user' does not exist.