mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
rgw: fix clone_range
This commit is contained in:
parent
e5801728c9
commit
a0dcf682d3
@ -175,6 +175,7 @@ public:
|
||||
vector<RGWCloneRangeInfo> v;
|
||||
info.src = src_obj;
|
||||
info.src_ofs = src_ofs;
|
||||
info.dst_ofs = dst_ofs;
|
||||
info.len = size;
|
||||
v.push_back(info);
|
||||
return clone_objs(dst_obj, v, attrs);
|
||||
|
Loading…
Reference in New Issue
Block a user