Skip to content

Commit

Permalink
added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Oct 30, 2023
1 parent 504c7cc commit 51c009c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/datamovementmanager_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ func (r *DataMovementManagerReconciler) removeLustreFileSystemsFinalizersIfNeces
return nil, err
}
log.Info("Removed LustreFileSystem finalizer", "object", client.ObjectKeyFromObject(&lustre).String(), "namespace", manager.Namespace,
"daemonset metadata", ds.ObjectMeta,
"daemonset spec", ds.Spec,
"daemonset status", ds.Status,
)
Expand Down

0 comments on commit 51c009c

Please sign in to comment.