diff --git a/internal/controller/nnf_node_storage_controller.go b/internal/controller/nnf_node_storage_controller.go index e40604a1..b1a41222 100644 --- a/internal/controller/nnf_node_storage_controller.go +++ b/internal/controller/nnf_node_storage_controller.go @@ -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 {