From: Himura Kazuto Date: Tue, 23 Jan 2024 12:59:10 +0000 (+0000) Subject: doc: specify correct fs type for mkfs X-Git-Tag: v18.2.4~333^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55282%2Fhead;p=ceph.git doc: specify correct fs type for mkfs The default value is ext2, which is not supported (anymore?). Signed-off-by: Vladislav Glagolev (cherry picked from commit 886af37744847246b3e70f54b8577ed4f9815c20) --- diff --git a/doc/rbd/rbd-nomad.rst b/doc/rbd/rbd-nomad.rst index 66d87d6cee16..747bc3acaf79 100644 --- a/doc/rbd/rbd-nomad.rst +++ b/doc/rbd/rbd-nomad.rst @@ -372,6 +372,7 @@ using the newly created nomad user id and cephx key:: clusterID = "b9127830-b0cc-4e34-aa47-9d1a2e9949a8" pool = "nomad" imageFeatures = "layering" + mkfsOptions = "-t ext4" } After the ``ceph-volume.hcl`` file has been generated, create the volume: