Skip to content

Commit

Permalink
README.md: revise command "add_host"
Browse files Browse the repository at this point in the history
add_host command will report error. The symbol *  cannot be recognized
correctly. It needs to be quoted. Revise * to '*'.

Signed-off-by: Yin Congmin <[email protected]>
  • Loading branch information
CongMinYin committed Dec 9, 2022
1 parent 5413e11 commit 7700c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Indicate the location of the keys and certificates in the config file:
$ python3 -m control.cli add_namespace -n nqn.2016-06.io.spdk:cnode1 -b Ceph0
INFO:root:Added namespace 1 to nqn.2016-06.io.spdk:cnode1: True
$ python3 -m control.cli add_host -n nqn.2016-06.io.spdk:cnode1 -t *
$ python3 -m control.cli add_host -n nqn.2016-06.io.spdk:cnode1 -t '*'
INFO:root:Allowed open host access to nqn.2016-06.io.spdk:cnode1: True
$ python3 -m control.cli create_listener -n nqn.2016-06.io.spdk:cnode1 -s 5001
Expand Down

0 comments on commit 7700c72

Please sign in to comment.