Skip to content

Commit

Permalink
update README for discovery service
Browse files Browse the repository at this point in the history
add the method of starting discovery service

Signed-off-by: Yin Congmin <[email protected]>
  • Loading branch information
CongMinYin committed Sep 5, 2023
1 parent 6c0bae3 commit 9d553f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d553f9

Please sign in to comment.