Skip to content

Commit

Permalink
Merge pull request #10540 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10506-to-release-4.9

[release-4.9] Bug 2025937: KMS resources not getting created for IBM FlashSystem storage
  • Loading branch information
openshift-merge-robot authored Dec 6, 2021
2 parents cfe8694 + afbd7ec commit eaa4be1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const handleReviewAndCreateNext = async (
await createStorageSystem(subSystemName, subSystemKind);
if (!hasOCS && !isRhcs) {
await labelNodes(nodes);
if (encryption.advanced) await Promise.all(createClusterKmsResources(kms));
await createStorageCluster(state);
}
if (!isRhcs) await waitforCRD(model);
Expand Down

0 comments on commit eaa4be1

Please sign in to comment.