feat/ceph-osd-score #116
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#116
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/ceph-osd-score"
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?
LGTM 👍
@ -0,0 +49,4 @@
topology: &T,
) -> Result<Outcome, InterpretError> {
let client = topology.k8s_client().await.unwrap();
self.verify_ceph_toolbox_exists(client.clone()).await?;
Nice, super lisible.
Eventuellement plusieurs de ces helper functions pourront aller dans un module ceph management ou quelque chose comme ca.
@ -0,0 +123,4 @@
&toolbox_dep, ready_count
)));
} else {
return Err(InterpretError::new(
Tres cool d'avoir ce check. Eventuellement on pourra etre plus intelligent et proposer au user de demarrer la toolbox mais c'est hors sujet pour l'instant 👍