Lxd cluster - create new dir-backed storage pool problems

Hey folks!

Currently to deploy CDK to LXD requires dir storage. So in my cluster i’m attempting to create one and it’s hanging:
$ lxc storage create --target celery cdk dir
If I specify a source, it still hangs. Is there something I should be doing here?

What LXD version are you running?

To close off this thread with a solution for others arriving via search engine, stgraber and I solved this over IRC - it was a version mismatch from one client to another which appeared to be the source of the problems (I’d forgotten bionic pre-installs an older version of LXD by default). Running my usual post-install script sorted this out, running lxd.migrate and so on.

Cheers

Phil