]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
Allow resize to backup to a file.
authorNeil Brown <neilb@suse.de>
Mon, 27 Mar 2006 06:38:46 +0000 (06:38 +0000)
committerNeil Brown <neilb@suse.de>
Mon, 27 Mar 2006 06:38:46 +0000 (06:38 +0000)
commit06b0d786758c63004f69948895527ca63c371525
tree0030aa59bbe307c2f53de7761ca2fd7f736406b1
parent313176636ee8c24cf1464cfec159d41ffcffacb3
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 <neilb@suse.de>
Assemble.c
ChangeLog
Grow.c
ReadMe.c
mdadm.c
mdadm.h