滚动升级
PUT _cluster/settings { "transient": { "cluster.routing.allocation.enable": "none" } }POST _flush/syncedGET _cat/nodesPUT _cluster/settings { "transient": { "cluster.routing.allocation.enable": "all" } }GET _cat/healthGET _cat/recovery
Last updated