From 8a392e5652a89e76ad7f1ed8761d669d64f35f09 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Tue, 11 Jun 2024 20:33:55 +0530 Subject: [PATCH] cephs: remove VOLUME_ACCESSIBILITY_CONSTRAINTS capabilities This commit remove `VOLUME_ACCESSIBILITY_CONSTRAINTS` capabilities from CephFS as topology based volume provisioning is not yet supported. Signed-off-by: Praveen M --- internal/cephfs/identityserver.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/internal/cephfs/identityserver.go b/internal/cephfs/identityserver.go index b2a041a32..2f49dfe38 100644 --- a/internal/cephfs/identityserver.go +++ b/internal/cephfs/identityserver.go @@ -51,13 +51,6 @@ func (is *IdentityServer) GetPluginCapabilities( }, }, }, - { - Type: &csi.PluginCapability_Service_{ - Service: &csi.PluginCapability_Service{ - Type: csi.PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS, - }, - }, - }, { Type: &csi.PluginCapability_Service_{ Service: &csi.PluginCapability_Service{