From 9d553f9d2499aff9396a2813adb0c64c76131c01 Mon Sep 17 00:00:00 2001 From: Yin Congmin Date: Tue, 5 Sep 2023 17:02:33 +0800 Subject: [PATCH] update README for discovery service add the method of starting discovery service Signed-off-by: Yin Congmin --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d3e6d3b9b..f8b8441c9 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,15 @@ Once the NVMe-oF target is Hello NVMe-oF ``` +### Start Discovery Service(Optional) + +The discovery service can provide all the targets that the current user can access, and these target information is sourced from ceph omap. These targets may be running or just a record. + +1. Start Discovery Service + ```bash + $ python3 -m control.discovery + ``` + ## Advanced ### Configuration