LINBIT / drbd-utils

DRBD userspace utilities (for 9.x, 8.4, 8.3)
GNU General Public License v2.0
78 stars 46 forks source link

drbdadm cannot work using the IP address as kubernetes node name #29

Closed little-guy-lxr closed 1 year ago

little-guy-lxr commented 1 year ago

https://github.com/piraeusdatastore/piraeus-operator/issues/473

rck commented 1 year ago

most likely this would have worked if the string would have been quoted, which would make it a bug of LINSTOR that generated the config without quotes. In this case I really think "don't use IPs as hostnames" is the real answer and there is nothing to fix. At least not in drbd-utils

little-guy-lxr commented 1 year ago

most likely this would have worked if the string would have been quoted, which would make it a bug of LINSTOR that generated the config without quotes. In this case I really think "don't use IPs as hostnames" is the real answer and there is nothing to fix. At least not in drbd-utils

@rck Sorry, I didn't describe the problem clearly. I use the machine ip as the kubenetes node name that resulted in drbdadm can not work. Could you give me the address of this issue?