a log from beginning to end showing ondisk log record (-d).
- Fix logprint handling of -f option - shouldn't be doing
the UUID check in that case, since we don't have the SB.
+ - Remove MD device superblock "clean" check, following Neil
+ Brown's advice.
xfsprogs-2.6.13 (03 May 2004)
- Zero out more at beginning and end of device at mkfs time
/*
- * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
}
close(fd);
- /* Check state */
- if (md.state & (1 << MD_SB_ERRORS)) {
- fprintf(stderr,
- _("warning - MD array %s in error state\n"),
- dfile);
- exit(1);
- }
-
/* Deduct a disk from stripe width on RAID4/5 */
if (md.level == 4 || md.level == 5)
md.nr_disks--;