<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body><p>Hello there!</p><p>I am running the last version of LXD in the ppa: 0.14.</p><p>I am wondering what is the proper way to use LVM with LXD. I was able to import an image using a pool called LXDPool, but can't create a "machine". The error I am getting is this:</p><p>In the client:<br></p><p>root@sd-82988:/home/michael# lxc launch ubuntu/trusty<br>Creating container...error: Error creating snapshot of source LV 'mantest_vg/9468e75eb8f27f895a0b06b1a44e067e3add82f8631c51aff640be6a4949d2c6': Snapshot LV creation error: 'exit status 3'</p><p>In the server:</p><p>DBUG[07-27|05:12:10] operation %!s(func() shared.OperationResult=0x5b6550) finished: { Error creating snapshot of source LV 'mantest_vg/9468e75eb8f27f895a0b06b1a44e067e3add82f8631c51aff640be6a4949d2c6': Snapshot LV creation error: 'exit status 3'} <br>DBUG[07-27|05:12:10] <br> {<br> "type": "sync",<br> "status": "Success",<br> "status_code": 200,<br> "metadata": {<br> "created_at": "2015-07-27T05:12:10.442249772+02:00",<br> "updated_at": "2015-07-27T05:12:10.450798376+02:00",<br> "status": "Failure",<br> "status_code": 400,<br> "resources": {<br> "containers": [<br> "/1.0/containers/spectrohelioscopic-juli"<br> ]<br> },<br> "metadata": "Error creating snapshot of source LV 'mantest_vg/9468e75eb8f27f895a0b06b1a44e067e3add82f8631c51aff640be6a4949d2c6': Snapshot LV creation error: 'exit status 3'",<br> "may_cancel": false<br> }<br> }<br> <br></p><p>Is this feature already working? If so, how did you manage to get it working?</p><p>Is there any other way to set a quota to storage?</p><p><br></p><p>Thanks!</p></body></html>