mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <m.praveen@ibm.com>
This commit is contained in:
parent
5709b45b3a
commit
8a392e5652
@ -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_{
|
Type: &csi.PluginCapability_Service_{
|
||||||
Service: &csi.PluginCapability_Service{
|
Service: &csi.PluginCapability_Service{
|
||||||
|
Loading…
Reference in New Issue
Block a user