-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4401ef6
commit 76fe5f1
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# ceph_dead_disk | ||
Dead disk management for Ceph | ||
|
||
This will be a disk replacement automation pipeline. There's several steps that used to require a human that | ||
I would like to cut out: | ||
1. Identify bad disks | ||
2. File a ticket request with JIRA | ||
3. Keep track of the file request in a local sqlite database | ||
4. Watch for JIRA ticket resolution | ||
5. Insert the disk back into the Ceph cluster |