Re: [lxc-users] Error transferring container data:

2018-08-21 Thread Pierre Couderc
On 08/18/2018 05:48 PM, Pierre Couderc wrote: On 08/18/2018 04:16 PM, Stéphane Graber wrote: On Sat, Aug 18, 2018 at 12:02:02PM +0200, Pierre Couderc wrote: Error: Failed container creation:   - https://192.168.163.1:8443: Error transferring container data: exit status 12   -

Re: [lxc-users] How can a non-root user assign unique UID/GID range for LXC unprivileged containers ??

2018-08-21 Thread Dirk Geschke
Hi Yasoda, > get the same error > > lxc-start 20180817035100.984 ERRORlxc_conf - conf.c:mount_rootfs:798 - > Permission denied - Failed to get real path for > "/home/oxpd/.local/share/lxc/uidranges/rootfs". can you check the directory permissions for

Re: [lxc-users] How can a non-root user assign unique UID/GID range for LXC unprivileged containers ??

2018-08-21 Thread Xavier Gendre
Hi, Le 21/08/2018 à 13:39, Dirk Geschke a écrit : can you check the directory permissions for /home/oxpd/.local/share/lxc/uidranges As Dirk said, your problem could be related to permissions of the rootfs itself and not to subordinate ids. Le 21/08/2018 à 12:07, Yasoda Padala a écrit

Re: [lxc-users] How can a non-root user assign unique UID/GID range for LXC unprivileged containers ??

2018-08-21 Thread Yasoda Padala
Hi Xavier, Thank you for your response. I even tried with bigger range, but still no luck. in 1st container (cont1) config, lxc.id_map = u 0 10 1000 lxc.id_map = g 0 10 1000 & and in 2nd container (cont2) config: lxc.id_map = u 0 101500 1000 lxc.id_map = g 0 101500 1000 get the same

[lxc-users] ZFS configuration

2018-08-21 Thread Stephen Brown Jr
Hello, I am just getting started with LXD. I have an existing zfs pool, and want to use a ZFS dataset on that pool to store my containers on. I ran the command lxc storage create pool1 zfs source=fast/containers, and it appeared to create it, however, I do not see it in the /fast directory

Re: [lxc-users] ZFS configuration

2018-08-21 Thread Stéphane Graber
On Tue, Aug 21, 2018 at 02:40:12PM -0400, Stephen Brown Jr wrote: > Hello, > I am just getting started with LXD. I have an existing zfs pool, and > want to use a ZFS dataset on that pool to store my containers on. > > I ran the command lxc storage create pool1 zfs source=fast/containers, and

Re: [lxc-users] ZFS configuration

2018-08-21 Thread Mike Wright
On 08/21/2018 11:40 AM, Stephen Brown Jr wrote: Hello,     I am just getting started with LXD. I have an existing zfs pool, and want to use a ZFS dataset on that pool to store my containers on. I ran the command lxc storage create pool1 zfs source=fast/containers, and it appeared to create