From 199f1a1fadcd0fb5efba656ad92a44c51f8cc8ea Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 23 May 2013 15:48:48 +1000 Subject: Assemble: allow --update=revert-reshape This will cause a reshape to start going backwards. --- mdadm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index d97055ae..b7af65dc 100644 --- a/mdadm.h +++ b/mdadm.h @@ -736,6 +736,11 @@ extern struct superswitch { * linear-grow-update - now change the size of the array. * writemostly - set the WriteMostly1 bit in the superblock devflags * readwrite - clear the WriteMostly1 bit in the superblock devflags + * no-bitmap - clear any record that a bitmap is present. + * bbl - add a bad-block-log if possible + * no-bbl - remove and bad-block-log is it is empty. + * revert-reshape - If a reshape is in progress, modify metadata so + * it will resume going in the opposite direction. */ int (*update_super)(struct supertype *st, struct mdinfo *info, char *update, -- cgit v1.2.3