fix: remove ceph osd deletes and purges osd from ceph osd tree\ #120
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#120
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ceph_remove_osd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
k8s returns None rather than zero when checking deployment for replicas
exec_app requires commands 's' and '-c' to run correctly
@ -296,0 +294,4 @@
"sh",
"-c",
format!("ceph osd purge {osd_id_numeric} --yes-i-really-mean-it").as_str(),
format!("ceph auth del {osd_id_full}").as_str(),
Not sure it works. Needs either && or two exec calls.