From 06b0d786758c63004f69948895527ca63c371525 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 27 Mar 2006 06:38:46 +0000 Subject: Allow resize to backup to a file. To support resizing an array without a spare, mdadm now understands --backup-file= which should point to a file for storing a backup of critical data. This can be given to --grow which will create the file, or --assemble which will restore from the file if needed. Signed-off-by: Neil Brown --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22a97cc..4ee2dff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Changes Prior to 2.4 release - Put a 'canary' at each end of the backup so a corruption can be more easily detected. - Remove useless 'ident' arguement from ->getinfo_super method. + - Support --backup-file for backing-up critical section during growth. Changes Prior to 2.3.1 release - Fixed -O2 compile so I could make and RPM. -- cgit