Skip to content

Commit ab22e9e

Browse files
committed
Remove Ceph RadosGW from supported location types and capabilities
1 parent 65ae6be commit ab22e9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/utils/reportHandler.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ describe('reportHandler.getCapabilities', () => {
3131
locationTypeNFS: true,
3232
locationTypeHyperdriveV2: true,
3333
locationTypeLocal: true,
34+
locationTypeCephRadosGW: false,
3435
preferredReadLocation: true,
3536
managedLifecycle: true,
3637
managedLifecycleTransition: true,
@@ -59,6 +60,7 @@ describe('reportHandler.getCapabilities', () => {
5960
locationTypeGCP: false,
6061
locationTypeDigitalOcean: true,
6162
locationTypeS3Custom: false,
63+
locationTypeCephRadosGW: false,
6264
customCapability: 'test-value',
6365
});
6466
});

0 commit comments

Comments
 (0)