Whamcloud - gitweb
LU-10465 lov: decrease default stripe size to 1MB
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_idl.h
index 5486f12..017931c 100644 (file)
@@ -2232,7 +2232,7 @@ enum lfsck_cmd {
 
 #define LOV_DESC_MAGIC 0xB0CCDE5C
 #define LOV_DESC_QOS_MAXAGE_DEFAULT 5  /* Seconds */
-#define LOV_DESC_STRIPE_SIZE_DEFAULT (4 << LNET_MTU_BITS)
+#define LOV_DESC_STRIPE_SIZE_DEFAULT (1 << LNET_MTU_BITS)
 
 /* LOV settings descriptor (should only contain static info) */
 struct lov_desc {