Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontend/public/components/storage/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ export const provisionerAccessModeMapping: ProvisionerAccessModeMapping = Object
Filesystem: ['ReadWriteOnce', 'ReadWriteMany', 'ReadOnlyMany', 'ReadWriteOncePod'],
Block: ['ReadWriteOnce', 'ReadWriteMany', 'ReadOnlyMany', 'ReadWriteOncePod'],
},
'nfs.csi.ceph.com': {
Filesystem: ['ReadWriteOnce', 'ReadWriteMany', 'ReadWriteOncePod'],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rakshith-R can u plz confirm if these are supported access modes for NFS, or we need to add/remove any ??

partialMatch: true,
},
});

export const getAccessModeOptions = () => [
Expand Down