From afbd7ece932b83309c675c53a2ad4ed51233c5ca Mon Sep 17 00:00:00 2001 From: sanjalkatiyar Date: Thu, 18 Nov 2021 16:01:07 +0530 Subject: [PATCH] create kms resources for IBM FlashSystem storage --- .../src/components/create-storage-system/footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/footer.tsx b/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/footer.tsx index aa1ab3f23f9..05d3d164e7a 100644 --- a/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/footer.tsx +++ b/frontend/packages/ceph-storage-plugin/src/components/create-storage-system/footer.tsx @@ -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);