From 990e7b54b633c89756704c7f09a6d5a9027e6bbe Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 14 Mar 2024 18:37:23 +1000 Subject: [PATCH] doc/rbd: add clone mapping command Add a command that explains how to map a formatted clone when the parent image and the formatted clone have different encryption types. Signed-off-by: Zac Dover (cherry picked from commit d34c1879c8886ec7f19c7a93490c4736ae9a6d20) --- doc/rbd/rbd-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-encryption.rst b/doc/rbd/rbd-encryption.rst index a13839efe0776..e9c788ecb2837 100644 --- a/doc/rbd/rbd-encryption.rst +++ b/doc/rbd/rbd-encryption.rst @@ -250,7 +250,7 @@ Here is an example of a command that maps a formatted clone: .. prompt:: bash # - rbd device map -t nbd -o encryption-passphrase-file=clone-passphrase.bin -o encryption-passphrase-file=passphrase.bin mypool/myclone + rbd device map -t nbd -o encryption-passphrase-file=clone-passphrase.bin,encryption-passphrase-file=passphrase.bin mypool/myclone .. _journal feature: ../rbd-mirroring/#enable-image-journaling-feature .. _Supported Formats: #supported-formats -- 2.39.5