-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
CL260 - RHCS 5.0
-
None
-
False
-
-
False
-
6
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/cl260-5.0/pages/ch06s06 |
Reporter RHNID: | ajuarez@redhat.com |
Section Title: | Guided Exercise: Importing and Exporting RBD Images |
Issue description:
The command "[root@serverf ~]# cephadm shell --mount /home/admin/rbd-import" will mount all of rbd-import into /mnt
With that, the command to import the diff is incorrect.
[ceph: root@serverf /]# rbd import-diff /mnt/rbd-import/export-diff.dat rbd/test
should be:
[ceph: root@serverf /]# rbd import-diff /mnt/export-diff.dat rbd/test
Steps to reproduce:
Workaround:
Expected result: