-
Notifications
You must be signed in to change notification settings - Fork 70
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
Doc: add doc of new fcp_template and attach/detach APIs #772
Comments
@dongyanyang thank you for your efforts for documenting. However, I stumbled on various problems with the documentation of "Attach volume" and subsequent sections. I report these problems below (one problem per comment). |
1/7 - In the doc for "Attach volume" and "Detach volume", in the parameters list, one reads:
however, in the example:
This is a string, not a list. I think the example should be instead:
|
2/7 - When I try to run the example for "Attach volume", I get:
That means that both doc and example are wrong. Doc should be:
(with
|
3/7 - Also, when running the example for "Attach volume", I get:
The problem goes away when adding a string parameter According to source code, |
4/7 - The following sections:
should not be under section |
5/7 - In section
I think it should be
|
6/7 - Section https://cloudlib4zvm.readthedocs.io/en/latest/restapi.html#get-volume-connector mentions a parameter named
|
7/7 - In "Set FCP usage", one reads:
According to the source code, it seems that |
Hi @Bischoff . |
@jackydalong @dongyanyang I started working on all of this. A series of PRs should come soon. |
The doc of CRUD of fcp_template and the attach_volume/detach_volume APIs are missing, need to add them.
The text was updated successfully, but these errors were encountered: