From: Alfredo Deza Date: Mon, 14 Aug 2017 20:37:07 +0000 (-0400) Subject: doc/rados use func reference for rados_set_alloc_hint linking X-Git-Tag: v13.0.0~94^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae88a65880b48c1302dfa7afbfdfbf6c0d5b792d;p=ceph.git doc/rados use func reference for rados_set_alloc_hint linking Signed-off-by: Alfredo Deza --- diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 8d8ace653c4..ee983464318 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -182,7 +182,7 @@ operation. The modes are: * **force**: Try to compress data no matter what. For more information about the *compressible* and *incompressible* IO -hints, see :doc:`/api/librados/#rados_set_alloc_hint`. +hints, see :c:func:`rados_set_alloc_hint`. Note that regardless of the mode, if the size of the data chunk is not reduced sufficiently it will not be used and the original @@ -216,11 +216,12 @@ set with:: :Description: The default policy for using compression if the per-pool property ``compression_mode`` is not set. ``none`` means never use - compression. ``passive`` means use compression when - `clients hint`_ that data is compressible. ``aggressive`` means - use compression unless clients hint that data is not compressible. - ``force`` means use compression under all circumstances even if - the clients hint that the data is not compressible. + compression. ``passive`` means use compression when + :c:func:`clients hint ` that data is + compressible. ``aggressive`` means use compression unless + clients hint that data is not compressible. ``force`` means use + compression under all circumstances even if the clients hint that + the data is not compressible. :Type: String :Required: No :Valid Settings: ``none``, ``passive``, ``aggressive``, ``force`` @@ -293,5 +294,3 @@ set with:: :Type: Unsigned Integer :Required: No :Default: 64K - -.. _clients hint: ../../api/librados/#rados_set_alloc_hint