Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Richerson <[email protected]>
  • Loading branch information
matthew-richerson committed Feb 24, 2023
1 parent 59e3bc2 commit c4b3dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/nnf_node_storage_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4b3dd2

Please sign in to comment.