I cannot display a volume information

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?

LXD support is now through Canonical at LXD - Ubuntu Community Hub

For this particular case though, it’s because you need to specify the type if it’s not a custom volume. lxc storage volume show default container/rocket-chat

Oh, I missed some changes since my last visit. :slight_smile: Thank you very much!