Skip to content

Commit d34c187

Browse files
committed
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 <[email protected]>
1 parent c05c4b5 commit d34c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rbd/rbd-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Here is an example of a command that maps a formatted clone:
250250

251251
.. prompt:: bash #
252252

253-
rbd device map -t nbd -o encryption-passphrase-file=clone-passphrase.bin -o encryption-passphrase-file=passphrase.bin mypool/myclone
253+
rbd device map -t nbd -o encryption-passphrase-file=clone-passphrase.bin,encryption-passphrase-file=passphrase.bin mypool/myclone
254254

255255
.. _journal feature: ../rbd-mirroring/#enable-image-journaling-feature
256256
.. _Supported Formats: #supported-formats

0 commit comments

Comments
 (0)