Skip to content

Adding a new LVM cluster pool currently requires lvm.vg_name #1650

@stgraber

Description

@stgraber

There seems to be a bug which causes lvm.vg_name to be required.

root@incus1:~# incus storage create --target incus3 clvm lvmcluster source=vg_iscsi
Storage pool clvm pending on member incus3
root@incus1:~# incus storage create --target incus2 clvm lvmcluster source=vg_iscsi
Storage pool clvm pending on member incus2
root@incus1:~# incus storage create --target incus1 clvm lvmcluster source=vg_iscsi
Storage pool clvm pending on member incus1
root@incus1:~# incus storage create clvm lvmcluster
Error: Invalid combination of source and lvm.vg_name properties
root@incus1:~# vgs
  VG        #PV #LV #SN Attr   VSize   VFree
  ubuntu-vg   1   1   0 wz--n- <28.00g      0
  vg_iscsi    1   0   0 wz--ns <50.00g <49.75g

Metadata

Metadata

Assignees

Labels

EasyGood for new contributors

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions