From: Etienne Menguy Date: Wed, 7 Jul 2021 08:14:12 +0000 (+0200) Subject: Adding missing sudo X-Git-Tag: v17.1.0~1122^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a335ee96ab4ee621e7e4d47d65ddf9c27c4a5521;p=ceph.git Adding missing sudo Signed-off-by: Etienne Menguy --- diff --git a/doc/rbd/rbd-nomad.rst b/doc/rbd/rbd-nomad.rst index 1c799d79282d..7e8d0c153538 100644 --- a/doc/rbd/rbd-nomad.rst +++ b/doc/rbd/rbd-nomad.rst @@ -102,7 +102,7 @@ Nomad must have `rbd` module loaded, check if it's the case.:: If it's not the case, load it.:: - $ modprobe rbd + $ sudo modprobe rbd And restart Nomad.