diff options
author | Josh Durgin <josh.durgin@dreamhost.com> | 2011-10-24 16:28:27 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-12-07 10:46:19 -0800 |
commit | 51703306b3b9ea7c05728040998521e47358147b (patch) | |
tree | aa76b79a9dcde9269b61524953a57b7d1328bcea /Documentation | |
parent | 81e759fbf7715514c32e563789db1d9d47fd55fb (diff) | |
download | linux-51703306b3b9ea7c05728040998521e47358147b.tar.bz2 |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-rbd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-rbd b/Documentation/ABI/testing/sysfs-bus-rbd index fa72ccb2282e..dbedafb095e2 100644 --- a/Documentation/ABI/testing/sysfs-bus-rbd +++ b/Documentation/ABI/testing/sysfs-bus-rbd @@ -57,13 +57,6 @@ create_snap $ echo <snap-name> > /sys/bus/rbd/devices/<dev-id>/snap_create -rollback_snap - - Rolls back data to the specified snapshot. This goes over the entire - list of rados blocks and sends a rollback command to each. - - $ echo <snap-name> > /sys/bus/rbd/devices/<dev-id>/snap_rollback - snap_* A directory per each snapshot |