Feature #2607
librbd: copyup helper
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
copyup helper to perform a copyup from parent to child. will be used by both the rbd command-line copyup command, and librbd when a child object is missing. will read the parent object(s), and call the cls_rbd copyup method on the child object(s) to keep things atomic/safe. should operate on an arbitrary range.
should take an optional progress indicator thinger for the rbd tool's benefit.
History
#1 Updated by Sage Weil over 11 years ago
- Description updated (diff)
#2 Updated by Sage Weil about 11 years ago
- Project changed from Ceph to rbd
#3 Updated by Sage Weil about 11 years ago
- Target version set to v0.50
- translation missing: en.field_position deleted (
13) - translation missing: en.field_position set to 3
#4 Updated by Sage Weil about 11 years ago
- translation missing: en.field_story_points set to 2
- translation missing: en.field_position deleted (
4) - translation missing: en.field_position set to 4
#5 Updated by Sage Weil about 11 years ago
- translation missing: en.field_position deleted (
9) - translation missing: en.field_position set to 4
#6 Updated by Sage Weil about 11 years ago
- Status changed from New to Fix Under Review
#7 Updated by Anonymous about 11 years ago
- Target version changed from v0.50 to v0.51
- translation missing: en.field_position deleted (
21) - translation missing: en.field_position set to 8
#8 Updated by Anonymous about 11 years ago
- translation missing: en.field_position deleted (
7) - translation missing: en.field_position set to 3
#9 Updated by Anonymous about 11 years ago
- translation missing: en.field_position deleted (
4) - translation missing: en.field_position set to 3
#10 Updated by Josh Durgin about 11 years ago
- Status changed from Fix Under Review to Resolved