Comment 2 for bug 1691490

Revision history for this message
Stefan Bader (smb) wrote :

SRU justification:

Impact: In Zesty (and later) the CLI of LXD changed. There is now a storage command and creating a container expects the storage pool which should be used to be provided via the --pool argument.

Fix: Added a function which returns the first storage pool found by calling "lxc storage list". For older versions of LXD this command fails and returns an error (+ empty string). In that case the "lxc launch" command, which is called later will be used without any --pool option (which is as it was before the CLI change). With this things should work with the old CLI and the new one and regression potential should be low.

Testcase:
 - [with LXD installed and configured]
 - fanatic enable-fan ...
 - fanatic enable-lxd ...
 - fanatic test-local-lxd ...