Skip to content

Instantly share code, notes, and snippets.

View miladjahandideh's full-sized avatar
🏠
Working Remote

Milad Jahandideh miladjahandideh

🏠
Working Remote
View GitHub Profile
@miladjahandideh
miladjahandideh / opensearch-host-maintenance.sh
Last active November 27, 2023 13:35
OpenSearch HOST MAINTENANCE
GET _cluster/health
GET _cat/nodes
GET _cluster/settings
PUT _cluster/settings
{
"persistent": {
"cluster.routing.allocation.enable": "none"
@miladjahandideh
miladjahandideh / ceph-host-maintenance.md
Last active December 12, 2023 11:31
Ceph HOST MAINTENANCE

Ceph host maintenance enable/disable with cephadm

ceph orch host ls

ceph orch host ok-to-stop

ceph mgr fail my-ceph-host-1-xyz # If mgr is on this node/host

ceph orch host maintenance enter my-ceph-host-1