incus storage volume show

显示存储卷配置

摘要

描述:显示存储卷配置

如果未指定类型,Incus 假设类型为“custom”。类型支持的值为“custom”、“container”和“virtual-machine”。

对于快照,添加快照名称(仅当类型为 custom、container 或 virtual-machine 之一)。

incus storage volume show [<remote>:]<pool> [<type>/]<volume> [flags]

示例

  incus storage volume show default foo
      Will show the properties of custom volume "foo" in pool "default"

  incus storage volume show default virtual-machine/v1
      Will show the properties of the virtual-machine volume "v1" in pool "default"

  incus storage volume show default container/c1
      Will show the properties of the container volume "c1" in pool "default"

选项

      --target   Cluster member name

从父命令继承的选项

      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number

另请参阅