-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Ceph Full treshold to be configurable
EPIC: https://issues.redhat.com/browse/RHSTOR-5929 Signed-off-by: Petr Balogh <[email protected]>
- Loading branch information
1 parent
1aeaace
commit 201b1ba
Showing
3 changed files
with
41 additions
and
4 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
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,6 @@ | ||
# For testing EPIC: https://issues.redhat.com/browse/RHSTOR-5929 | ||
# Ceph full treshold is configurable via storageCluster | ||
ENV_DATA: | ||
ceph_treshold_backfill_full_ratio: 0.925 | ||
ceph_treshold_full_ratio: 0.975 | ||
ceph_treshold_near_full_ratio: 0.875 |
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