mirror of https://github.com/ceph/ceph
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 <zac.dover@proton.me>
This commit is contained in:
parent
c05c4b5873
commit
d34c1879c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue