summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-10-09 11:16:56 +1000
committerNeil Brown <neilb@suse.de>2006-10-09 11:16:56 +1000
commit2c102711fde4019fa8d4dc8710d1fd47a2417355 (patch)
tree147adf5c6f4eba3ac2ab038ebacbc8a22a7f6478
parent8f21823f396923f5a2e92567407918ad12c8fd9c (diff)
downloadmdadm-2c102711fde4019fa8d4dc8710d1fd47a2417355.tar.gz
mdadm-2c102711fde4019fa8d4dc8710d1fd47a2417355.tar.xz
mdadm-2c102711fde4019fa8d4dc8710d1fd47a2417355.zip
Make --examine report chunk size when it should
Currently it doesn't for raid6 and raid10
-rw-r--r--super0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/super0.c b/super0.c
index a95490f..9e83193 100644
--- a/super0.c
+++ b/super0.c
@@ -191,6 +191,8 @@ static void examine_super0(void *sbv, char *homehost)
case 0:
case 4:
case 5:
+ case 6:
+ case 10:
printf(" Chunk Size : %dK\n", sb->chunk_size/1024);
break;
case -1: