diff options
author | Neil Brown <neilb@suse.de> | 2005-04-04 05:16:07 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-04-04 05:16:07 +0000 |
commit | 182661f4097636eb5578ca1d8291880114f15ad0 (patch) | |
tree | f430fd7ef7e74ab5306dbfb862faacb21e0a5dd5 /Examine.c | |
parent | a75f2fbcf2b3737084f6b55d78f22abbcbcc97b2 (diff) | |
download | mdadm-182661f4097636eb5578ca1d8291880114f15ad0.tar.gz mdadm-182661f4097636eb5578ca1d8291880114f15ad0.tar.xz mdadm-182661f4097636eb5578ca1d8291880114f15ad0.zip |
Change "dirty" to "active" in array status
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'Examine.c')
-rw-r--r-- | Examine.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust) atime = super.utime; printf(" Update Time : %.24s\n", ctime(&atime)); printf(" State : %s\n", - (super.state&(1<<MD_SB_CLEAN))?"clean":"dirty"); + (super.state&(1<<MD_SB_CLEAN))?"clean":"active"); printf(" Active Devices : %d\n", super.active_disks); printf("Working Devices : %d\n", super.working_disks); printf(" Failed Devices : %d\n", super.failed_disks); |