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 authored and Alexander Indenbaum committed Sep 6, 2023
1 parent 4d1b1e7 commit aa34589
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 aa34589

Please sign in to comment.