feat: Add master node IP validation when installing a cluster slave node (#9857)

#9840
This commit is contained in:
CityFun
2025-08-05 07:55:00 +00:00
committed by GitHub
parent 37308b5c42
commit f122afdbec
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -3716,6 +3716,7 @@ const message = {
replicaStatus: 'Master-Slave Status',
unhealthyDeleteError: 'The installation node status is abnormal, please check the node list and try again!',
replicaStatusError: 'Status acquisition is abnormal, please check the master node.',
masterHostError: 'The master node IP cannot be 127.0.0.1',
},
},
};
+1
View File
@@ -3596,6 +3596,7 @@ const message = {
unhealthyDeleteError:
'インストールノードのステータスが異常です。ノードリストを確認してから再試行してください!',
replicaStatusError: 'ステータスの取得が異常です。マスターノードを確認してください。',
masterHostError: 'マスターノードのIPは127.0.0.1にできません',
},
},
};
+1
View File
@@ -3530,6 +3530,7 @@ const message = {
replicaStatus: '마스터-슬레이브 상태',
unhealthyDeleteError: '설치 노드 상태가 비정상입니다. 노드 목록을 확인한 후 다시 시도하세요!',
replicaStatusError: '상태 획득이 비정상입니다. 마스터 노드를 확인하세요.',
masterHostError: '마스터 노드의 IP는 127.0.0.1이 될 수 없습니다',
},
},
};
+1
View File
@@ -3678,6 +3678,7 @@ const message = {
replicaStatus: 'Utama-Hamba Status',
unhealthyDeleteError: 'Status nod pemasangan tidak normal, sila periksa senarai nod dan cuba lagi!',
replicaStatusError: 'Pengambilan status tidak normal, sila periksa nod utama.',
masterHostError: 'IP nod utama tidak boleh 127.0.0.1',
},
},
};
+1
View File
@@ -3688,6 +3688,7 @@ const message = {
unhealthyDeleteError:
'O status do nó de instalação está anormal, verifique a lista de nós e tente novamente!',
replicaStatusError: 'A aquisição do status está anormal, verifique o nó mestre.',
masterHostError: 'O IP do nó mestre não pode ser 127.0.0.1',
},
},
};
+1
View File
@@ -3679,6 +3679,7 @@ const message = {
unhealthyDeleteError:
'Состояние узла установки аномально, пожалуйста, проверьте список узлов и повторите попытку!',
replicaStatusError: 'Получение статуса аномально, пожалуйста, проверьте главный узел.',
masterHostError: 'IP главного узла не может быть 127.0.0.1',
},
},
};
+1
View File
@@ -3758,6 +3758,7 @@ const message = {
unhealthyDeleteError:
'Yükleme düğümü durumu anormal, lütfen düğüm listesini kontrol edin ve tekrar deneyin!',
replicaStatusError: 'Durum alımı anormal, lütfen ana düğümü kontrol edin.',
masterHostError: "Ana düğüm IP'si 127.0.0.1 olamaz",
},
},
};
+1
View File
@@ -3464,6 +3464,7 @@ const message = {
replicaStatus: '主從狀態',
unhealthyDeleteError: '安裝節點狀態異常,請在節點列表檢查後重試!',
replicaStatusError: '狀態獲取異常,請檢查主節點。',
masterHostError: '主節點 IP 不能為 127.0.0.1',
},
},
};
+1
View File
@@ -3444,6 +3444,7 @@ const message = {
replicaStatus: '主从状态',
unhealthyDeleteError: '安装节点状态异常,请在节点列表检查后重试!',
replicaStatusError: '状态获取异常 请检查主节点',
masterHostError: '主节点 IP 不能为 127.0.0.1',
},
},
};