-
|
I have a use case where data integrity is not as important as performance and want to use DRBD protocol A to eliminate or at least minimize replication overhead. I'm looking for a way to verify that the currently used DRBD protocol is actually set to A since latency and consequently performance is way below expectations for a bunch of VMs running on NVMe backed ZFS with only a linux bridge between them. I have tried Is there a way to get that information from the Linstor cluster? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
It should be visible in drbdsetup status. How did you set it currently? |
Beta Was this translation helpful? Give feedback.
Hmm, that should be correct. You can check the output of
kubectl exec deploy/linstor-controller -- linstor nc land see if it shows the node connection information. You can also checkkubectl describe linstornodeconnectionand see if there are any errors.