由于配置不当,更新 SolidFire 节点网络设置时出错 未使用的 1G 绑定设置中的字段
适用场景
- Element 软件(所有版本)
问题描述
通过 API 或每节点 UI 更新 Element 存储节点的网络设置时会生成网络配置不匹配错误(https://<node_management_ip>:442
):
Detected network configuration mismatch on Bond1G: { - "#default" : false, "bond-downdelay" : "0", "bond-fail_over_mac" : "None", "bond-miimon" : "100", @@ -8,7 +7,7 @@ "bond-slaves" : "eth2 eth3", "bond-updelay" : "200", "family" : "inet", - "method" : "none", + "method" : "static", "mtu" : 1500, - "status" : "UpAndRunning" + "status" : "Down" }”
ApiServerError(method_name="SetNetworkConfig", err_json=500 xAPIMethodFailed Malformed network configuration on Bond1G: empty address or netmask)