Re: [ceph-users] move rbd image (with snapshots) to different pool

2018-06-15 Thread Jason Dillaman
y the sender and delete it, together with any > attachments, and be advised that any dissemination or copying of this message > is prohibited. > > > > -Original Message- > From: ceph-users On Behalf Of Jason > Dillaman > Sent: Friday, June 15, 2018 7:45 AM &g

Re: [ceph-users] move rbd image (with snapshots) to different pool

2018-06-15 Thread Steve Taylor
dvised that any dissemination or copying of this message is prohibited. -Original Message- From: ceph-users On Behalf Of Jason Dillaman Sent: Friday, June 15, 2018 7:45 AM To: Marc Roos Cc: ceph-users Subject: Re: [ceph-users] move rbd image (with snapshots) to different pool The &quo

Re: [ceph-users] move rbd image (with snapshots) to different pool

2018-06-15 Thread Jason Dillaman
The "rbd clone" command will just create a copy-on-write cloned child of the source image. It will not copy any snapshots from the original image to the clone. With the Luminous release, you can use "rbd export --export-format 2 - | rbd import --export-format 2 - " to export / import an image (an

[ceph-users] move rbd image (with snapshots) to different pool

2018-06-15 Thread Marc Roos
If I would like to copy/move an rbd image, this is the only option I have? (Want to move an image from a hdd pool to an ssd pool) rbd clone mypool/parent@snap otherpool/child ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.co