Re: [Lxc-users] lxcpath

2013-03-04 Thread Stéphane Graber
On 03/02/2013 06:45 PM, Papp Tamas wrote: On 02/25/2013 02:56 PM, Serge Hallyn wrote: Quoting Papp Tamas (tom...@martos.bme.hu): hi Serge and Others, lxc version: 0.9.0.alpha3 lxcpath=/data/lxc tank/lxc/ltest on /tank/lxc/ltest type zfs (rw,noatime) # sh -x /usr/bin/lxc-create -n

Re: [Lxc-users] lxcpath

2013-03-04 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): On 03/02/2013 06:45 PM, Papp Tamas wrote: On 02/25/2013 02:56 PM, Serge Hallyn wrote: Quoting Papp Tamas (tom...@martos.bme.hu): hi Serge and Others, lxc version: 0.9.0.alpha3 lxcpath=/data/lxc tank/lxc/ltest on /tank/lxc/ltest

Re: [Lxc-users] lxcpath

2013-03-04 Thread Papp Tamas
On 03/04/2013 03:34 PM, Stéphane Graber wrote: The change proposed above wouldn't work for cases where you create the container config in /var/lib/lxc/container but don't store the rootfs there. For example when using lvm-backed containers. In such case, a second call to lxc-create would

[Lxc-users] python api

2013-03-04 Thread Papp Tamas
hi, How does python api works what does it look for? Or maybe there is an issue only in lxc-ls: If I see correctly, it checks if /var/lib/lxc/$container/config file exists. I tried without the lxcpath setting as well. Than I see, it want's to connect to /var/lib/lxc/$container/command file and

Re: [Lxc-users] zfs support

2013-03-04 Thread Papp Tamas
On 03/04/2013 04:45 PM, Serge Hallyn wrote: Quoting Papp Tamas (tom...@martos.bme.hu): hi All, I'm about adding zfs support to lxc-create like lvm and btrfs has. elif [ $backingstore = btrfs ]; then mkdir $lxc_path/$lxc_name if ! out=$(btrfs subvolume create $rootfs 21); then

Re: [Lxc-users] zfs support

2013-03-04 Thread Serge Hallyn
Quoting Papp Tamas (tom...@martos.bme.hu): On 03/04/2013 04:45 PM, Serge Hallyn wrote: Quoting Papp Tamas (tom...@martos.bme.hu): hi All, I'm about adding zfs support to lxc-create like lvm and btrfs has. elif [ $backingstore = btrfs ]; then mkdir $lxc_path/$lxc_name if !

[Lxc-users] Network Connectivity problem

2013-03-04 Thread cbul...@gmail.com
Hi All, We have a host server running Oracle Linux (2.6.39-200.24.1.el6uek.x86_64) and We created a Oracle Linux 6.2 container following Oracle's Docs (http://docs.oracle.com/cd/E37670_01/E37355/html/ol_config_os_containers.html). The installation process was OK and We did not have any