Feature #2561
rbd: copyup command
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
'rbd copyup pool/image' command to copy any missing objects up from the parent. simple O(n) operation that leverages the cls_rbd copyup method for atomicity.
Associated revisions
rbd: flatten command (copyup an entire image)
Fixes: #2561
Signed-off-by: Dan Mick <dan.mick@inktank.com>
History
#1 Updated by Sage Weil over 11 years ago
- Category set to librbd
'rbd copyup pool/image' command to copy any missing objects up from the parent. simple O(n) operation that leverages the cls_rbd copyup method for atomicity.
#2 Updated by Greg Farnum over 11 years ago
What? How does a class function of any kind provide atomicity in cross-OSD data copies?
#3 Updated by Sage Weil over 11 years ago
- Description updated (diff)
#4 Updated by Sage Weil over 11 years ago
- translation missing: en.field_position deleted (
2) - translation missing: en.field_position set to 20
#5 Updated by Sage Weil over 11 years ago
- translation missing: en.field_position deleted (
20) - translation missing: en.field_position set to 18
#6 Updated by Sage Weil over 11 years ago
- translation missing: en.field_story_points set to 3
- translation missing: en.field_position deleted (
33) - translation missing: en.field_position set to 33
#7 Updated by Sage Weil over 11 years ago
- Target version set to v0.49
- translation missing: en.field_position deleted (
31) - translation missing: en.field_position set to 1316
#8 Updated by Sage Weil over 11 years ago
- Target version deleted (
v0.49) - translation missing: en.field_position deleted (
1316) - translation missing: en.field_position set to 28
#9 Updated by Sage Weil over 11 years ago
- translation missing: en.field_position deleted (
33) - translation missing: en.field_position set to 3
#10 Updated by Sage Weil about 11 years ago
- Project changed from Ceph to rbd
- Category deleted (
librbd)
#11 Updated by Sage Weil about 11 years ago
- Target version set to v0.50
- translation missing: en.field_position deleted (
14) - translation missing: en.field_position set to 2
#12 Updated by Sage Weil about 11 years ago
- translation missing: en.field_position deleted (
9) - translation missing: en.field_position set to 4
#13 Updated by Dan Mick about 11 years ago
- Assignee set to Dan Mick
#14 Updated by Dan Mick about 11 years ago
- Status changed from New to In Progress
#15 Updated by Dan Mick about 11 years ago
- Status changed from In Progress to Fix Under Review
Implemented at the moment as "flatten".
#16 Updated by Anonymous about 11 years ago
- Target version changed from v0.50 to v0.51
- translation missing: en.field_position deleted (
22) - translation missing: en.field_position set to 9
#17 Updated by Anonymous about 11 years ago
- translation missing: en.field_position deleted (
8) - translation missing: en.field_position set to 2
#18 Updated by Josh Durgin about 11 years ago
- Status changed from Fix Under Review to Resolved