<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 19, 2017 at 1:39 PM, Mark Constable <span dir="ltr"><<a href="mailto:markc@renta.net" target="_blank">markc@renta.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm trying to automate a simple setup of LXD via a bash script and I'm<br>
not sure of the best way to provide some preset arguments to "lxd init",<br>
if at all possible. Specifically...<br>
<br>
Name of the storage backend to use (dir or zfs): zfs<br>
Create a new ZFS pool (yes/no)? yes<br>
Name of the new ZFS pool: lxd-pool<br>
Would you like to use an existing block device (yes/no)? no<br>
Size in GB of the new loop device (1GB minimum): 5<br>
Would you like LXD to be available over the network (yes/no)? yes<br>
Do you want to configure the LXD bridge (yes/no)? no<br>
<br>
I'm hoping someone here has already been down this path, any suggestions?<br>
</blockquote><div><br></div><div><br></div><div>Did you try "lxd --help"?</div><div><br></div><div>...</div><div><div>Init options:</div><div>    --auto</div><div>        Automatic (non-interactive) mode</div><div><br></div><div>Init options for non-interactive mode (--auto):</div><div>    --network-address ADDRESS</div><div>        Address to bind LXD to (default: none)</div><div>    --network-port PORT</div><div>        Port to bind LXD to (default: 8443)</div><div>    --storage-backend NAME</div><div>        Storage backend to use (btrfs, dir, lvm or zfs, default: dir)</div><div>    --storage-create-device DEVICE</div><div>        Setup device based storage using DEVICE</div><div>    --storage-create-loop SIZE</div><div>        Setup loop based storage with SIZE in GB</div><div>    --storage-pool NAME</div><div>        Storage pool to use or create</div><div>    --trust-password PASSWORD</div><div>        Password required to add new clients</div></div><div>...</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>