From c4b3dd2a92c198e8d0f7a6e04dfdff8f6a6741df Mon Sep 17 00:00:00 2001 From: Matt Richerson Date: Fri, 24 Feb 2023 13:47:09 -0600 Subject: [PATCH] test Signed-off-by: Matt Richerson --- controllers/nnf_node_storage_controller.go | 1 + 1 file changed, 1 insertion(+) 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)