We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue/Feature Description: Create two file shares with names FS1 and FS2, Update name of FS2 to FS1. List File share.
./osdsctl fileshare create 1 -n "fs001" ./osdsctl fileshare create 1 -n "fs002" ./osdsctl fileshare list ./osdsctl fileshare update 2abfb5ea-15c6-4206-afd5-6cced63c6eb6 -n fs001 ./osdsctl fileshare list
Why this issue to fixed / feature is needed(give scenarios or use cases):
How to reproduce, in case of a bug:
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue/Feature Description:
Create two file shares with names FS1 and FS2, Update name of FS2 to FS1. List File share.
./osdsctl fileshare create 1 -n "fs001"
./osdsctl fileshare create 1 -n "fs002"
./osdsctl fileshare list
./osdsctl fileshare update 2abfb5ea-15c6-4206-afd5-6cced63c6eb6 -n fs001
./osdsctl fileshare list
Why this issue to fixed / feature is needed(give scenarios or use cases):
How to reproduce, in case of a bug:
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered: