]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: allow image resize to non-block boundaries
authorSage Weil <sage@newdream.net>
Thu, 19 Apr 2012 23:18:55 +0000 (16:18 -0700)
committerSage Weil <sage@newdream.net>
Fri, 20 Apr 2012 23:51:01 +0000 (16:51 -0700)
commit4ddbbf5467518d55130f5e5d1839f42efef0783c
tree0ef0195d6e81abb20de3a4b01f72c434d9990845
parent165038d589ed736874233656633b94fdb084ceaf
librbd: allow image resize to non-block boundaries

The caller is still invalidating the entire cache, so we don't need to
deal with discard at this level.  That might be worth cleaning up
later, though.

Fixes: #2296
Signed-off-by: Sage Weil <sage@newdream.net>
src/librbd.cc