ceph-iscsi-cli: fix bug about the command "clearconfig confirm=true" … - #83
Open
umuzhaohui wants to merge 1 commit into
Open
umuzhaohui wants to merge 1 commit into
umuzhaohui wants to merge 1 commit into
Conversation
…in directory "/iscsi-target" when execute command "clearconfig confirm=true" in directory "/iscsi-target", the gwcli will send DELETE message to http://node0:5000/api/gateway/node0 and http://node1:5000/api/gateway/node1 ****, http://node0:5000/api/gateway/node0 and http://node1:5000/api/gateway/node1 should define the function to process the DELETE message Signed-off-by: Zhaohui Yang <yangzhaohui@umcloud.com>
|
@umuzhaohui I might be missing something, but it looks like the |
Author
|
OK,add this code to the project, the DELETE call also from gwcli is sent to api/gateway/,It's up to you,thank you for your review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…in directory "/iscsi-target"
when execute command "clearconfig confirm=true" in directory "/iscsi-target",
the gwcli will send DELETE message to http://node0:5000/api/gateway/node0 and
http://node1:5000/api/gateway/node1 ****, http://node0:5000/api/gateway/node0
and http://node1:5000/api/gateway/node1 should define the function to process
the DELETE message
Signed-off-by: Zhaohui Yang yangzhaohui@umcloud.com