]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/man/8/rbd-nbd.rst
import quincy beta 17.1.0
[ceph.git] / ceph / doc / man / 8 / rbd-nbd.rst
index 8fcc5799de84ec1686a5d19898c61e7c4017518c..7876829dbe902c4f5fc2e0005fe73f7a77af075e 100644 (file)
@@ -9,7 +9,7 @@
 Synopsis
 ========
 
-| **rbd-nbd** [-c conf] [--read-only] [--device *nbd device*] [--nbds_max *limit*] [--max_part *limit*] [--exclusive] [--encryption-format *format*] [--encryption-passphrase-file *passphrase-file*] [--io-timeout *seconds*] [--reattach-timeout *seconds*] map *image-spec* | *snap-spec*
+| **rbd-nbd** [-c conf] [--read-only] [--device *nbd device*] [--nbds_max *limit*] [--max_part *limit*] [--exclusive] [--notrim] [--encryption-format *format*] [--encryption-passphrase-file *passphrase-file*] [--io-timeout *seconds*] [--reattach-timeout *seconds*] map *image-spec* | *snap-spec*
 | **rbd-nbd** unmap *nbd device* | *image-spec* | *snap-spec*
 | **rbd-nbd** list-mapped
 | **rbd-nbd** attach --device *nbd device* *image-spec* | *snap-spec*
@@ -47,6 +47,10 @@ Options
 
    Forbid writes by other clients.
 
+.. option:: --notrim
+
+   Turn off trim/discard.
+
 .. option:: --encryption-format
 
    Image encryption format.
@@ -80,7 +84,7 @@ Availability
 ============
 
 **rbd-nbd** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
-the Ceph documentation at http://ceph.com/docs for more information.
+the Ceph documentation at https://docs.ceph.com/ for more information.
 
 
 See also