diff --git a/controllers/nnf_node_storage_controller.go b/controllers/nnf_node_storage_controller.go index 08996da58..9dcb82bc1 100644 --- a/controllers/nnf_node_storage_controller.go +++ b/controllers/nnf_node_storage_controller.go @@ -372,6 +372,7 @@ func (r *NnfNodeStorageReconciler) createBlockDevice(ctx context.Context, nodeSt continue } + log.Info("Create storage","storage group ID", storageGroupID) sg, err := r.createStorageGroup(ss, storageGroupID, allocationStatus.StoragePool.ID, endpointID) if err != nil { updateError(condition, &allocationStatus.StorageGroup, err)