Skip to content
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

Breaking API change in AWS CVS affects Trident 19.07 #288

Closed
clintonk opened this issue Sep 9, 2019 · 0 comments
Closed

Breaking API change in AWS CVS affects Trident 19.07 #288

clintonk opened this issue Sep 9, 2019 · 0 comments

Comments

@clintonk
Copy link
Contributor

clintonk commented Sep 9, 2019

SDE 1.126.1 rolled out very recently.

Prior to this version, this volume creation worked fine:

POST https://cv.eu-west-2.netapp.com:8080/v1/FileSystems
 
{"name":"testvol1234567890","region":"eu-west-2","creationToken":"cvs-testvol1234567890","exportPolicy":{"rules":[{"allowedClients":"0.0.0.0/0","cifs":false,"nfsv3":true,"nfsv4":true,"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true}]},"labels":["{\"trident\":{\"version\":\"19.10.0-custom+unknown\",\"platform\":\"docker\",\"platformVersion\":\"18.09.0\",\"plugin\":\"aws-cvs\"}}"],"protocolTypes":["NFSv3","NFSv4"],"quotaInBytes":100000000000,"securityStyle":"unix","serviceLevel":"standard","snapshotPolicy":{"dailySchedule":{"hour":0,"minute":0,"snapshotsToKeep":0},"enabled":false,"hourlySchedule":{"minute":0,"snapshotsToKeep":0},"monthlySchedule":{"daysOfMonth":"1","hour":0,"minute":0,"snapshotsToKeep":0},"weeklySchedule":{"day":"Sunday","hour":0,"minute":0,"snapshotsToKeep":0}}}

With 1.126.1, the same call fails:

Code: 400. Message: Error creating file system - NFSv4 is not supported

Fix forthcoming...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants