Skip to content

Commit

Permalink
Merge pull request #54 from CongMinYin/revise-add-host
Browse files Browse the repository at this point in the history
README.md: fix the example for add_host command

Reviewed-by: Mykola Golub <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov authored Feb 14, 2023
2 parents 5413e11 + 7700c72 commit 8cc5229
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 8cc5229

Please sign in to comment.