From 7700c72e5e6d1ac06e9f93258639148834459e5c Mon Sep 17 00:00:00 2001 From: Yin Congmin Date: Fri, 9 Dec 2022 16:51:59 +0800 Subject: [PATCH] README.md: revise command "add_host" add_host command will report error. The symbol * cannot be recognized correctly. It needs to be quoted. Revise * to '*'. Signed-off-by: Yin Congmin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98e5f47..daae1cc4 100644 --- a/README.md +++ b/README.md @@ -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