readme: switch example tag use to 'nautilus'

Switch the example of how to compile go-ceph with tags to refer to
nautilus in light of luminous and mimic being deprecated.
Small wording/grammar changes to try and make the sentence clearer.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-08-10 14:13:09 -04:00 committed by John Mulligan
parent 0498d7dbc9
commit 76bb869f02
1 changed files with 5 additions and 4 deletions

View File

@ -23,13 +23,14 @@ only be available in recent versions, and others may be deprecated. In order to
work with non-current versions of Ceph, it is required to pass build-tags to work with non-current versions of Ceph, it is required to pass build-tags to
the `go` commandline. A tag with the named Ceph release will enable/disable the `go` commandline. A tag with the named Ceph release will enable/disable
certain features of the go-ceph packages, and prevent warnings or compile certain features of the go-ceph packages, and prevent warnings or compile
problems. E.g. build against libcephfs/librados/librbd from Mimic, or run `go problems. For example, to ensure you select the library features that match
test` against Limunous, use: the "nautilus" release, use:
```sh ```sh
go build -tags mimic .... go build -tags nautilus ....
go test -tags luminous .... go test -tags nautilus ....
``` ```
## Documentation ## Documentation
Detailed documentation is available at Detailed documentation is available at