Setting the default stripe size for lustre to 64KB. This is an MCA parameter, can be overridden at runtime if needed.
This commit was SVN r27404.
Этот коммит содержится в:
родитель
25ad84b925
Коммит
2ddbfbeb26
@ -36,7 +36,11 @@ const char *mca_fs_lustre_component_version_string =
|
||||
static int lustre_register(void);
|
||||
|
||||
int mca_fs_lustre_priority = 20;
|
||||
int mca_fs_lustre_stripe_size = 0;
|
||||
/*setting default stripe size
|
||||
to 64KB. MCA parameter
|
||||
Can be changed at
|
||||
runtime also*/
|
||||
int mca_fs_lustre_stripe_size = 65536;
|
||||
int mca_fs_lustre_stripe_width = 0;
|
||||
/*
|
||||
* Instantiate the public struct with all of our public information
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user