<div dir="ltr"><div>here is the output from: zfs get mountpoint top/lxd/containers/<container><br></div><div><br></div><div>NAME                            PROPERTY    VALUE                                                      SOURCE</div><div>top/lxd/containers/<container>  mountpoint  /var/lib/lxd/storage-pools/default/containers/<container>  local</div><div><br></div><div>and from: zfs get mounted top/lxd/containers/<container><br></div><div><br></div><div><div>NAME                            PROPERTY  VALUE    SOURCE</div><div>top/lxd/containers<container>  mounted   no       -</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 11:30 AM, Benoit GEORGELIN - Association Web4all <span dir="ltr"><<a href="mailto:benoit.georgelin@web4all.fr" target="_blank">benoit.georgelin@web4all.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">----- Mail original -----<br>
> De: "Caleb Everett" <<a href="mailto:caleb@calebeverett.io">caleb@calebeverett.io</a>><br>
> À: "lxc-users" <<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a>><br>
</span>> Envoyé: Mardi 14 Mars 2017 14:17:52<br>
> Objet: Re: [lxc-users] Trouble locating rootfs<br>
<span class=""><br>
> Thank you - I had done that and it was showing a mount point of:<br>
<br>
> /var/lib/lxd/storage-pools/<wbr>default/containers/<container><br>
<br>
> but there doesn't appear to be anything there.<br>
<br>
</span><span class="">> On Tue, Mar 14, 2017 at 9:51 AM, Benoit GEORGELIN - Association Web4all < [<br>
> mailto:<a href="mailto:benoit.georgelin@web4all.fr">benoit.georgelin@<wbr>web4all.fr</a> | <a href="mailto:benoit.georgelin@web4all.fr">benoit.georgelin@web4all.fr</a> ] > wrote:<br>
<br>
>> ----- Mail original -----<br>
</span>>> > De: "Caleb Everett" < [ mailto:<a href="mailto:caleb@calebeverett.io">caleb@calebeverett.io</a> | <a href="mailto:caleb@calebeverett.io">caleb@calebeverett.io</a> ] ><br>
>>> À: "lxc-users" < [ mailto:<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a> |<br>
<span class="">>> > <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a> ] ><br>
>> > Envoyé: Mardi 14 Mars 2017 12:32:11<br>
>> > Objet: [lxc-users] Trouble locating rootfs<br>
<br>
>> > I'm trying to set acl permissions on some files in the root file system from the<br>
>> > host, but can't seem to find the root file systems for the containers.<br>
>> > I'm using zfs for storage. Both /var/lib/lxd/containers/<<wbr>container> and<br>
>> > /var/lib/lxd/storage-pools/<wbr>default/containers/<container> are empty.<br>
<br>
>> > Does anyone have any ideas on how I can locate the root file systems?<br>
<br>
>> With ZFS, you can do : zfs list<br>
>> You will see your ZFS datasets , and their mount points.<br>
<br>
>> If you need to mount a specific dataset you can do : zfs mount <DATASET><br>
<br>
>> That should help.<br>
<br>
>> Regards<br>
<br>
</span>So ZFS show the mount point as mounted ?<br>
What's the result of :<br>
- zfs get mountpoint <your-zfs-lxd-zpool><br>
- zfs get mounted <your-zfs-lxd-zpool><br>
<br>
You should be able to do the same with you container.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a></div></div></blockquote></div><br></div>