From: Zac Dover Date: Mon, 14 Jul 2025 14:40:21 +0000 (+1000) Subject: doc: add note admonitions in two files X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1774e1228f229639049a3d313a9034a9ddb0e70e;p=ceph.git doc: add note admonitions in two files Add note admonitions when discussing client package support in the context of OS Recommendations in the following two files: - doc/cephfs/ceph-dokan.rst - doc/rbd/rbd-windows.rst This addresses a change requested by Ilya Dryomov in https://github.com/ceph/ceph/pull/64374#discussion_r2199756581. Signed-off-by: Zac Dover (cherry picked from commit 69d641f0207d803cd9a3c3e102d5b2073e6b0f77) --- diff --git a/doc/cephfs/ceph-dokan.rst b/doc/cephfs/ceph-dokan.rst index d731599ebbb1a..5dc2c127c9004 100644 --- a/doc/cephfs/ceph-dokan.rst +++ b/doc/cephfs/ceph-dokan.rst @@ -9,7 +9,9 @@ userspace, pretty much like FUSE. Please see the `installation guide`_ to get started. -Please see the `OS recommendations`_ regarding client support. +.. note:: + + Please see the `OS recommendations`_ regarding client package support. Usage ===== diff --git a/doc/rbd/rbd-windows.rst b/doc/rbd/rbd-windows.rst index e1841d2b6b944..82485e3150d5b 100644 --- a/doc/rbd/rbd-windows.rst +++ b/doc/rbd/rbd-windows.rst @@ -10,7 +10,9 @@ unmap images exactly like it would on Linux. Make sure to check the Please check the `installation guide`_ to get started. -Please see the `OS recommendations`_ regarding client package support. +.. note:: + + Please see the `OS recommendations`_ regarding client package support. Windows service ===============