]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
ping_manager() to prevent 'add' before 'remove' completes
[thirdparty/mdadm.git] / super0.c
index ab636605bc6ab66fbd1b8931df6a6e0eb2b97c14..ed44affe4391931b1dbda0a4caef9b323cf821ad 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -370,6 +370,7 @@ static void getinfo_super0(struct supertype *st, struct mdinfo *info)
        info->data_offset = 0;
 
        sprintf(info->text_version, "0.%d", sb->minor_version);
+       info->safe_mode_delay = 200;
 
        uuid_from_super0(st, info->uuid);