Skip to content

Commit

Permalink
more label debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Nov 27, 2024
1 parent 18233c0 commit 822b70d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/controller/nnf_node_storage_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ func (r *NnfNodeStorageReconciler) Reconcile(ctx context.Context, req ctrl.Reque
fileSystems := []filesystem.FileSystem{}

// Create a list of all the block devices and file systems that need to be created
log.Info("BLAKE labels - node storage reconciler", "labels", nnfNodeStorage.Labels)

for i := 0; i < nnfNodeStorage.Spec.Count; i++ {
blockDevice, fileSystem, err := getBlockDeviceAndFileSystem(ctx, r.Client, nnfNodeStorage, i, log)
if err != nil {
Expand Down

0 comments on commit 822b70d

Please sign in to comment.