commit | 51703306b3b9ea7c05728040998521e47358147b | [log] [tgz] |
---|---|---|
author | Josh Durgin <josh.durgin@dreamhost.com> | Mon Oct 24 16:28:27 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Wed Dec 07 10:46:19 2011 -0800 |
tree | aa76b79a9dcde9269b61524953a57b7d1328bcea | |
parent | 81e759fbf7715514c32e563789db1d9d47fd55fb [diff] |
rbd: remove buggy rollback functionality This doesn't interact with resizing well, since it doesn't set the size of the device to the size at the snapshot. It's also an expensive operation to be synchronous. Rollback can still be done with the userspace rbd tool. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>