master
Julian M. Kunkel 2019-05-16 19:35:00 +01:00
parent 6abdcc363a
commit 3a873ea2b0
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ void ShowSetup(IOR_param_t *params)
if (params->lustre_set_striping) {
PrintKeyVal("Lustre stripe size", ((params->lustre_stripe_size == 0) ? "Use default" :
HumanReadable(params->lustre_stripe_size, BASE_TWO)));
PrintKeyVal("stripe count", (params->lustre_stripe_count == 0 ? "Use default" : HumanReadable(params->lustre_stripe_count, BASE_TWO)));
PrintKeyVal("stripe count", (params->lustre_stripe_count == 0 ? "Use default" : params->lustre_stripe_count) );
}
#endif /* HAVE_LUSTRE_LUSTRE_USER_H */
if (params->deadlineForStonewalling > 0) {