Re: [ceph-users] librados clone_range

2015-07-08 Thread Sage Weil
On Tue, 23 Jun 2015, Samuel Just wrote: > ObjectWriteOperations currently allow you to perform a clone_range from > another object with the same object locator. Years ago, rgw used this > as part of multipart upload. Today, the implementation complicates the > OSD considerably, and it doesn't

[ceph-users] librados clone_range

2015-06-23 Thread Samuel Just
ObjectWriteOperations currently allow you to perform a clone_range from another object with the same object locator. Years ago, rgw used this as part of multipart upload. Today, the implementation complicates the OSD considerably, and it doesn't appear to have any users left. Is there anyone