With the switch to using daemonset-controlled satellite Pods, LINSTOR may use the Pod name instead of the hostname for DRBD connections. To support this in the HA controller, watch for satellite pods, and if a connection name matches the name of the Pod, use the Pods .spec.nodeName instead of using the connections name directly.
With the switch to using daemonset-controlled satellite Pods, LINSTOR may use the Pod name instead of the hostname for DRBD connections. To support this in the HA controller, watch for satellite pods, and if a connection name matches the name of the Pod, use the Pods
.spec.nodeName
instead of using the connections name directly.See also https://github.com/piraeusdatastore/piraeus-operator/pull/586