Now for my question that I would love input on. This DRBD dashboard states that there are some things out of sync.
[image: 1789689457331-a1be50f7-d656-40db-a572-e2fb6d68a68a-image.jpeg]
Which is fed from this metric
[image: 1789689530955-37b05625-285e-496d-acb1-39184b0c3bd8-image-resized.jpeg]
However linstor says differently.
jonathon@jonathon-framework:~$ linstor --controllers=10.2.0.10,10.2.0.11,10.2.0.12,10.2.0.13,10.2.0.14 r l | grep xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen01 β DRBD,STORAGE β Unused β Ok β UpToDate β Yes β
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen02 β DRBD,STORAGE β InUse β Ok β UpToDate β Yes β
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen05 β DRBD,STORAGE β Unused β Ok β UpToDate β Yes β
jonathon@jonathon-framework:~$ linstor --controllers=10.2.0.10,10.2.0.11,10.2.0.12,10.2.0.13,10.2.0.14 v l | grep xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen01 β xcp-sr-linstor_group_thin_device β 0 β 1013 β /dev/drbd1013 β 300.26 GiB β Unused β UpToDate β Established(2) β
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen02 β xcp-sr-linstor_group_thin_device β 0 β 1013 β /dev/drbd1013 β 300.26 GiB β InUse β UpToDate β Established(2) β
β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β ovbh-pprod-xen05 β xcp-sr-linstor_group_thin_device β 0 β 1013 β /dev/drbd1013 β 300.26 GiB β Unused β UpToDate β Established(2) β
What is this pv? K8s worker vdi. Cool
jonathon@jonathon-framework:~$ linstor --controllers=10.2.0.10,10.2.0.11,10.2.0.12,10.2.0.13,10.2.0.14 kv s xcp-sr-linstor_group_thin_device | grep d07a41d6-0aa2-49a5-a241-b755c6daa3d8
β xcp/volume/d07a41d6-0aa2-49a5-a241-b755c6daa3d8/metadata β {"name_label": "OVBH-VPROD-K8S01-WORKER02", "name_description": "", "is_a_snapshot": false, "snapshot_of": "", "snapshot_time": "", "type": "user", "vdi_type": "vhd", "read_only": false, "metadata_of_pool": ""} β
β xcp/volume/d07a41d6-0aa2-49a5-a241-b755c6daa3d8/not-exists β 0 β
β xcp/volume/d07a41d6-0aa2-49a5-a241-b755c6daa3d8/volume-name β xcp-volume-6a8544e8-f17f-49c8-b725-54c5e3213ae1 β
I notice it only states that some xcp-volumes-* are out of sync, and none of the pvs created by piraeus operator.
Curious to know if anyone has any thoughts on this?