<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I'm trying to setup containers with LVM.  I choose LVM over other options (ZFS or btrfs) becuase of some difficulties getting those working on my arm64 device and over Directory becuase I needed COW features.  I'm using Ubuntu 16.04 with the LXD version from the Ubuntu repo (currently 2.0.5). <br><br></div>I have setup my VG but when I try and create a container, I get the following error:<br>"Error Creating LVM LV for new image: Could not create thin LV named..."<br><br></div>Firstly, I tried with out creating a LV as the <a href="https://github.com/lxc/lxd/blob/master/doc/storage-backends.md">storage-backends.md</a> says the LV will be automatically created.  I configured LXD to point to my mg:<br>$ sudo lxc config show<br>config:<br>  storage.lvm_vg_name: lxdfs<br>  storage.lvm_volume_size: 1GiB<br>$ sudo vgdisplay<br>  --- Volume group ---<br>  VG Name               lxdfs<br>  System ID             <br>  Format                lvm2<br>  Metadata Areas        1<br>  Metadata Sequence No  23<br>  VG Access             read/write<br>  VG Status             resizable<br>  MAX LV                0<br>  Cur LV                0<br>  Open LV               0<br>  Max PV                0<br>  Cur PV                1<br>  Act PV                1<br>  VG Size               2.00 GiB<br>  PE Size               4.00 MiB<br>  Total PE              511<br>  Alloc PE / Size       0 / 0   <br>  Free  PE / Size       511 / 2.00 GiB<br>  VG UUID               Bfv4Sv-JIej-Dfwj-1z96-0gFp-BcRe-F0v4dJ<br>   <br>$ sudo lvdisplay<br>$ sudo lxc launch images:ubuntu/xenial/arm64 u1604<br>Creating u1604<br>Retrieving image: 100%<br>error: Error Creating LVM LV for new image: Error creating LVM thin pool: Could not create LVM thin pool named LXDPool<br>$ <br><br></div>So, then I thought maybe I needed to create the LXDPool, so I did.<br><br>$ sudo lvcreate -l 50%Free -T lxdfs/LXDPool <br>  Logical volume "LXDPool" created.<br>$ sudo lvdisplay<br>  --- Logical volume ---<br>  LV Name                LXDPool<br>  VG Name                lxdfs<br>  LV UUID                9fILN5-sOFu-Qm6k-9I1f-rfRG-4N1L-ECKT42<br>  LV Write Access        read/write<br>  LV Creation host, time igswmcmmas04, 2016-10-21 15:36:36 +0000<br>  LV Pool metadata       LXDPool_tmeta<br>  LV Pool data           LXDPool_tdata<br>  LV Status              available<br>  # open                 0<br>  LV Size                1012.00 MiB<br>  Allocated pool data    0.00%<br>  Allocated metadata     0.88%<br>  Current LE             253<br>  Segments               1<br>  Allocation             inherit<br>  Read ahead sectors     auto<br>  - currently set to     256<br>  Block device           254:2<br>   <br>$ sudo lxc launch images:ubuntu/xenial/arm64 u1604<br>Creating u1604<br>Retrieving image: 100%<br>error: Error Creating LVM LV for new image: Could not create thin LV named dcae3165be4fb369d8e5b27b6f578ae7d889d1a7ad57d4b57587fb02099ff3f1<br>$ <br><br></div>So, both ways I've had no luck.  I tried a few other combinations and searched around but haven't found a solution.  Any advice on what to try next?<br><br></div>Thank you,<br></div>Kyle<br><div><div><div><div><br></div></div></div></div></div>