commit | 70cf49cfc7a4d1eb4aeea6cd128b88230be9d0b1 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Mon May 06 17:40:33 2013 -0500 |
committer | Alex Elder <elder@inktank.com> | Mon May 13 14:12:41 2013 -0500 |
tree | ecc02aa809064607d872cf4c433cf0489b2f5604 | |
parent | b91f09f17b2a302f07022e2f766969e2536d71b3 [diff] |
rbd: ignore zero-overlap parent An rbd clone image that has an overlap with its parent of 0 is effectively not a layered image at all. Detect this case and treat such an image as non-layered. Issue a warning to be sure the user knows what's going on. This resolves: http://tracker.ceph.com/issues/5028 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>