]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: FIX: Disable automatic metadata rollback for broken reshape
authorAdam Kwolek <adam.kwolek@intel.com>
Tue, 14 Jun 2011 02:42:16 +0000 (12:42 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 14 Jun 2011 02:42:16 +0000 (12:42 +1000)
commitb66e591b145c84d59270410a34abcd5136caa24f
treef2bbca74c788e1abc20efacc6acd0d7bceda9c6e
parent68eb8bc6cac325ed635dccd69b638bf1b46449ef
imsm: FIX: Disable automatic metadata rollback for broken reshape

mdmon cannot rollback metadata changes automatically.
It can break reshape process in the way that in case of reshape break
user will not be able to deal with broken reshape due to lack of information
about reshape geometry.

mdadm (process that invokes reshape) doesn't make any rollback to allow
for user action. mdmon should not do this either unless it knows for sure
it is save. such knowledge is not available for automatic rollback.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c