On Wed, Oct 09, 2013 at 07:17:43AM -0500, Serge Hallyn wrote:
> Two new commands are defined: list_defined_containers() and
> list_active_containers(). Both take an lxcpath (NULL means
> use the default lxcpath) and return the number of containers
> found. If a lxc_container ** is passed in, then
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: cab79123082bef9ba265c9c8b9176b8b8afedd64
https://github.com/lxc/lxc/commit/cab79123082bef9ba265c9c8b9176b8b8afedd64
Author: KATOH Yasufumi
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M .gitignore
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: e63b2dbc3434424ebc3c3dd288582846f011b32a
https://github.com/lxc/lxc/commit/e63b2dbc3434424ebc3c3dd288582846f011b32a
Author: Stéphane Graber
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M src/tests/M
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 1e0f62acaacb4e7639d6203a9f008c66be712026
https://github.com/lxc/lxc/commit/1e0f62acaacb4e7639d6203a9f008c66be712026
Author: Serge Hallyn
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M hooks/ubuntu-c
Quoting Michael H. Warfield (m...@wittsend.com):
> On Fri, 2013-10-04 at 10:56 -0500, Serge Hallyn wrote:
> > Quoting Michael H. Warfield (m...@wittsend.com):
> > > Hey Serge,
> > >
> > > On Wed, 2013-10-02 at 23:39 -0500, Serge Hallyn wrote:
> > > > Quoting Michael H. Warfield (m...@wittsend.co
Quoting Michael H. Warfield (m...@wittsend.com):
> On Wed, 2013-10-09 at 10:10 -0500, Serge Hallyn wrote:
> > Quoting Michael H. Warfield (m...@wittsend.com):
> > > On Wed, 2013-10-09 at 09:50 -0500, Serge Hallyn wrote:
> > > > > lxc-create -n Ubuntu-test -t ubuntu
> > > > >
> > > > > Bingo...
>
On Wed, 2013-10-09 at 09:50 -0500, Serge Hallyn wrote:
> > lxc-create -n Ubuntu-test -t ubuntu
> >
> > Bingo...
> >
> > /dev/mapper/fedora-root on /usr/lib64/lxc/rootfs type ext4
> > (rw,relatime,seclabel,data=ordered)
> >
> > Why is lxc-create even creating that mount? I don't see any reason
On Wed, 2013-10-09 at 10:10 -0500, Serge Hallyn wrote:
> Quoting Michael H. Warfield (m...@wittsend.com):
> > On Wed, 2013-10-09 at 09:50 -0500, Serge Hallyn wrote:
> > > > lxc-create -n Ubuntu-test -t ubuntu
> > > >
> > > > Bingo...
> > > >
> > > > /dev/mapper/fedora-root on /usr/lib64/lxc/roo
Quoting Michael H. Warfield (m...@wittsend.com):
> On Wed, 2013-10-09 at 09:50 -0500, Serge Hallyn wrote:
> > > lxc-create -n Ubuntu-test -t ubuntu
> > >
> > > Bingo...
> > >
> > > /dev/mapper/fedora-root on /usr/lib64/lxc/rootfs type ext4
> > > (rw,relatime,seclabel,data=ordered)
> > >
> > >
On Wed, 2013-10-09 at 09:50 -0500, Serge Hallyn wrote:
> > lxc-create -n Ubuntu-test -t ubuntu
> >
> > Bingo...
> >
> > /dev/mapper/fedora-root on /usr/lib64/lxc/rootfs type ext4
> > (rw,relatime,seclabel,data=ordered)
> >
> > Why is lxc-create even creating that mount? I don't see any reason
> lxc-create -n Ubuntu-test -t ubuntu
>
> Bingo...
>
> /dev/mapper/fedora-root on /usr/lib64/lxc/rootfs type ext4
> (rw,relatime,seclabel,data=ordered)
>
> Why is lxc-create even creating that mount? I don't see any reason for
Check lxccontainer.c:785 and line 805. We call bdev_mount() in ca
On Wed, 2013-10-09 at 09:19 -0500, Serge Hallyn wrote:
> Quoting Michael H. Warfield (m...@wittsend.com):
> > Hey all,
> >
> > Since I'm working on testing a bunch of things, including the Fedora
> > templates, I've been creating and destroying a LOT of containers. Every
> > once in a while I ge
Quoting Michael H. Warfield (m...@wittsend.com):
> Hey all,
>
> Since I'm working on testing a bunch of things, including the Fedora
> templates, I've been creating and destroying a LOT of containers. Every
> once in a while I get a failure due to failure to mount on... What I
> find are a large
Two new commands are defined: list_defined_containers() and
list_active_containers(). Both take an lxcpath (NULL means
use the default lxcpath) and return the number of containers
found. If a lxc_container ** is passed in, then an array of
lxc_container's is returned, one for each container found
14 matches
Mail list logo