ceph/doc/man/8
Prasanna Kumar Kalever 688f0c5fb0 rbd-nbd: support notrim option with map command
currently --notrim option works for rbd kernel mounter, but fails with rbd-nbd

$ rbd device --options notrim map rbd-pool/image0
/dev/rbd0
$ rbd device list
id  pool      namespace  image   snap  device
0   rbd-pool             image0  -     /dev/rbd0

$ rbd device --device-type nbd --options try-netlink,notrim map rbd-pool/image0
rbd-nbd: unknown args: --notrim
rbd: rbd-nbd failed with error: /data/ceph/build/bin/rbd-nbd: exit status: 1

With this changes:
$ rbd device --device-type nbd --options try-netlink,notrim map rbd-pool/image0
/dev/nbd0
$ rbd-nbd list-mapped
id    pool      namespace  image   snap  device
6945  rbd-pool             image0  -     /dev/nbd0
$ ps -eo "cmd" |grep [r]bd-nbd
/data/ceph/build/bin/rbd-nbd map rbd-pool/image0 --try-netlink --notrim

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2021-06-28 13:46:43 +05:30
..
ceph-authtool.rst doc/man/8/ceph-authtool: fix the indent of option 2021-04-19 22:09:52 +08:00
ceph-bluestore-tool.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-clsinfo.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-conf.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-create-keys.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-debugpack.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-dencoder.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-deploy.rst
ceph-diff-sorted.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-fuse.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-immutable-object-cache.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-kvstore-tool.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-mds.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-mon.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-objectstore-tool.rst doc/man/8/ceph-objectstore-tool.rst: remove duplicate lines 2020-06-26 11:11:11 +02:00
ceph-osd.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-post-file.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-rbdnamer.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-run.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-syn.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
ceph-volume-systemd.rst
ceph-volume.rst ceph-volume: implement bluefs volume migration. 2021-04-29 02:09:51 +03:00
ceph.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
cephadm.rst Revert "Merge PR #39482 into master" 2021-03-01 11:27:18 -05:00
cephfs-mirror.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
cephfs-shell.rst doc/man: build and install cephfs-shell manpage 2021-05-05 14:41:50 +08:00
cephfs-top.rst cephfs-top: improve the output 2021-04-15 16:27:34 +08:00
CMakeLists.txt doc/man: build and install cephfs-shell manpage 2021-05-05 14:41:50 +08:00
crushtool.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
librados-config.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
monmaptool.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
mount.ceph.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
mount.fuse.ceph.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
osdmaptool.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rados.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
radosgw-admin.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
radosgw.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-fuse.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-ggate.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-mirror.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-nbd.rst rbd-nbd: support notrim option with map command 2021-06-28 13:46:43 +05:30
rbd-replay-many.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-replay-prep.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd-replay.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rbd.rst doc/rbd: document cp versus deep cp 2021-05-27 13:47:16 +02:00
rbdmap.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00
rgw-orphan-list.rst doc/man: replace http://ceph.com/docs with https://docs.ceph.com 2021-03-22 01:41:53 +08:00