-
Notifications
You must be signed in to change notification settings - Fork 55
config map changes for primaryfs removal #1368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4905773
0fac7bc
d95da56
bf1b190
25033be
2eaee3e
98abeb9
d3700b8
b80b98b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,6 @@ spec: | |
- id: "<Primary Cluster ID>" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It’s better to avoid using the term Primary Cluster ID at both the places; instead, use Local Scale ClusterID. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Basically given as such so that user should give the same primary cluster id in localScaleCluster as well |
||
secrets: "secret1" | ||
secureSslMode: false | ||
# primary: | ||
# primaryFs: "< Primary Filesystem >" | ||
# primaryFset: "< Fileset in Primary Filesystem >" # Optional - default:spectrum-scale-csi-volume-store | ||
# inodeLimit: "< inode limit for Primary Fileset >" # Optional | ||
# remoteCluster: "< Remote ClusterID >" # Optional - This is only required if primaryFs is remote cluster's filesystem and this ID should have separate entry in Clusters map too. | ||
# cacert: "< Name of CA cert configmap for GUI >" # Optional | ||
restApi: | ||
- guiHost: "< IP/Hostname of a GUI node of primary cluster >" | ||
|
Uh oh!
There was an error while loading. Please reload this page.