From 45cfec0a7d44805fa632f9f3f334d2d8ec2d7638 Mon Sep 17 00:00:00 2001 From: Himura Kazuto Date: Tue, 23 Jan 2024 12:59:10 +0000 Subject: [PATCH] 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) --- doc/rbd/rbd-nomad.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rbd/rbd-nomad.rst b/doc/rbd/rbd-nomad.rst index 66d87d6cee16e..747bc3acaf790 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: -- 2.39.5