mirror of
https://github.com/ceph/ceph
synced 2025-02-13 13:59:22 +00:00
Add a -o / --options option, which would allow users to specify
rbd-specific and generic ceph client and osd options available at
mapping time in a comma separated list (similar to mount(8) mount
options).
Exposed options are:
- fsid=%s
- ip=%s
- share
- noshare
- crc
- nocrc
- osdkeepalive=%d
- osd_idle_ttl=%d
- rw
- ro (equivalent to existing --read-only flag)
The rw/ro < 3.7 kernels compatibility kludge added in commit
|
||
---|---|---|
.. | ||
.gitignore | ||
ceph-authtool.8 | ||
ceph-clsinfo.8 | ||
ceph-conf.8 | ||
ceph-debugpack.8 | ||
ceph-dencoder.8 | ||
ceph-fuse.8 | ||
ceph-mds.8 | ||
ceph-mon.8 | ||
ceph-osd.8 | ||
ceph-post-file.8 | ||
ceph-rbdnamer.8 | ||
ceph-rest-api.8 | ||
ceph-run.8 | ||
ceph-syn.8 | ||
ceph.8 | ||
cephfs.8 | ||
crushtool.8 | ||
librados-config.8 | ||
Makefile.am | ||
mkcephfs.8 | ||
monmaptool.8 | ||
mount.ceph.8 | ||
osdmaptool.8 | ||
rados.8 | ||
radosgw-admin.8 | ||
radosgw.8 | ||
rbd-fuse.8 | ||
rbd.8 |