From aa345895f129571c94442043bdd4e2d890b81712 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 d3e6d3b9..f8b8441c 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