Prevent volume creation/allocation/resize to >80% cluster utilization without a force flag #177
Labels
No Label
API
blocked
bug
CLI
Client
Daemon
debt
documentation
feature
improvement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: parallelvirtualcluster/pvc#177
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Currently, PVC will block a volume resize or creation that would push the total storage allocation above 100% utilization.
However, since Ceph begins freaking out at less than 100% (todo: check what I have this tuned to), we should also add preventative warning when we exceed the threshold as well.
Then, allow a force flag to force through passed this check if desired.