-
-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Milestone
Description
Is there an existing issue for this?
- There is no existing issue for this bug
Is this happening on an up to date version of Incus?
- This is happening on a supported version of Incus
Incus system details
$ incus version
Client version: 6.11
Server version: 6.11
Instance details
No response
Instance log
No response
Current behavior
$ incus storage list
+---------+--------+--------------+---------+---------+
| NAME | DRIVER | DESCRIPTION | USED BY | STATE |
+---------+--------+--------------+---------+---------+
| default | zfs | Default pool | 3 | CREATED |
+---------+--------+--------------+---------+---------+
| test | zfs | | 1 | CREATED |
+---------+--------+--------------+---------+---------+
The SOURCE
column is missing because the default set here is different to what is documented here and here. The documentation is correct, in line with prior versions going back to earlier versions of Incus.
(this is very minor, I am only mentioning it because I came across it when trying follow some instructions and got different output)
Expected behavior
According to the documentation (and how it used to be before it was customisable):
$ incus storage list
+---------+--------------+--------+----------------------+---------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY | STATE |
+---------+--------------+--------+----------------------+---------+---------+
| default | Default pool | zfs | system/incus/default | 3 | CREATED |
+---------+--------------+--------+----------------------+---------+---------+
| test | | zfs | system/incus/test | 1 | CREATED |
+---------+--------------+--------+----------------------+---------+---------+
Steps to reproduce
As above.
Metadata
Metadata
Assignees
Labels
No labels