-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support multiple keys/filesets for a bucket using export map #1208
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
|
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
return nil | ||
} | ||
|
||
func (s *SpectrumRestV2) CreateS3CacheFileset(ctx context.Context, filesystemName string, filesetName string, mode string, opts map[string]interface{}, bucketInfo map[string]string, exportMapName string, parsedEndpointURL *url.URL) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this tested with at least 2 cache volumes using 2 different set of keys (e.g. one with readOnly and other with readWrite access) for a single bucket? the read/write access to bucket should be as per the keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned by Badri, this will be covered by @saurabhwani5 during testing
…or cache volume Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Image: quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:afmCacheExportMap_v26 |
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
New image with cosKeys deletion issue: quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:afmCacheExportMap_v27 |
Signed-off-by: badri-pathak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding all issue numbers which are opened for this pr below :
7765, 7774
The issue https://github.ibm.com/IBMSpectrumScale/scale-core/issues/7765 has been fixed. |
Signed-off-by: badri-pathak <[email protected]>
Pull request checklist
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
What is the new behavior?
How risky is this change?