LXD 5.17
So:
luken@hypervisor:~$ lxc storage list
+---------+--------+---------+-------------+---------+---------+
| NAME | DRIVER | SOURCE | DESCRIPTION | USED BY | STATE |
+---------+--------+---------+-------------+---------+---------+
| default | zfs | lxdpool | | 19 | CREATED |
+---------+--------+---------+-------------+---------+---------+
luken@hypervisor:~$ lxc storage volume list default
+----------------------+----------------------------+-------------+--------------+---------+
| TYPE | NAME | DESCRIPTION | CONTENT-TYPE | USED BY |
+----------------------+----------------------------+-------------+--------------+---------+
(...)
+----------------------+----------------------------+-------------+--------------+---------+
| container | rocket-chat | | filesystem | 1 |
+----------------------+----------------------------+-------------+--------------+---------+
(...)
luken@hypervisor:~$ lxc storage volume show default rocket-chat
Error: Storage pool volume not found
Any idea, why can I not access the volume information of my volumes? It looks like volume-related commands work only with volumes that are not used by anything. Otherwise I even see their configuration. Am I missing something?