Skip to content

VOLUME.ADMIN LIST

Lists all volumes opened by the connected member.

VOLUME.ADMIN LIST

None.

RESP array of bulk strings. Each element is a volume name in <kind>-shard-<id> format (e.g. bucket-shard-0). Returns an empty array if no volumes are open.

Returns all volume names managed by the connected member. This command does not require cluster initialization. It is available on the management port (default 3320).

No command-specific errors. The command takes no parameters beyond the subcommand itself.

Member managing several shards:

127.0.0.1:3320> VOLUME.ADMIN LIST
1) "bucket-shard-0"
2) "bucket-shard-1"
3) "bucket-shard-2"

No volumes open:

127.0.0.1:3320> VOLUME.ADMIN LIST
(empty array)