]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.c
Create: default to bitmap=internal for large arrays.
[thirdparty/mdadm.git] / mdadm.c
diff --git a/mdadm.c b/mdadm.c
index 214afa310d4f6e8ed2d148d3e70f91e17e5aa012..c4c5f2948d950104983cb74f61abdf08bc83dd06 100644 (file)
--- a/mdadm.c
+++ b/mdadm.c
@@ -1079,12 +1079,6 @@ int main(int argc, char *argv[])
                case O(BUILD,Bitmap):
                case O(CREATE,'b'):
                case O(CREATE,Bitmap): /* here we create the bitmap */
-                       if (strcmp(optarg, "none") == 0) {
-                               pr_err("'--bitmap none' only"
-                                       " supported for --grow\n");
-                               exit(2);
-                       }
-                       /* FALL THROUGH */
                case O(GROW,'b'):
                case O(GROW,Bitmap):
                        if (strcmp(optarg, "internal")== 0 ||