如何從vrops集羣裏刪除節點

To resolve this issue, use one of these options:
Remove the Data or Remote Collector node by running this command as root from any of the nodes in the cluster:

curl -ik -u 'admin:password' -X DELETE https://master_node_IP/casa/deployment/slice/node_to_remove_IP

Where:
password is the admin user password
master_node_IP is the IP of the Master node
node_to_remove_IP is the IP of the node that you want to remove from the cluster

Remove the Master or a Replica node by running this command as root from any of the nodes in the cluster:
Notes:
HA must be enabled for this call to succeed.
Large clusters might take additional time to repopulate the data.

curl -ik -u 'admin:password' -X DELETE https://master_node_IP/casa/deployment/slice/node_to_remove_IP/replacement_node_IP

Where:
password is the admin user password
master_node_IP is the IP of the Master node
node_to_remove_IP is the IP of the node that you want to remove from the cluster
replacement_node_IP is the IP of the node that replaces the Master or Replica node that you are removing

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章