1
1

Setting the default stripe size to 1MB as 64KB is too small for a generic scenario.

This commit was SVN r27405.
Этот коммит содержится в:
Vishwanath Venkatesan 2012-10-04 21:26:29 +00:00
родитель 2ddbfbeb26
Коммит 12363d50bd

Просмотреть файл

@ -40,7 +40,7 @@ int mca_fs_lustre_priority = 20;
to 64KB. MCA parameter
Can be changed at
runtime also*/
int mca_fs_lustre_stripe_size = 65536;
int mca_fs_lustre_stripe_size = 1048576;
int mca_fs_lustre_stripe_width = 0;
/*
* Instantiate the public struct with all of our public information