|
|
|
@ -1073,14 +1073,14 @@ static struct opt_table opt_config_table[] = {
@@ -1073,14 +1073,14 @@ static struct opt_table opt_config_table[] = {
|
|
|
|
|
set_kernel, NULL, NULL, |
|
|
|
|
"Override kernel to use - one value or comma separated"), |
|
|
|
|
OPT_WITHOUT_ARG("--load-balance", |
|
|
|
|
set_loadbalance, &pool_strategy, |
|
|
|
|
"Change multipool strategy from failover to quota based balance"), |
|
|
|
|
set_loadbalance, &pool_strategy, |
|
|
|
|
"Change multipool strategy from failover to quota based balance"), |
|
|
|
|
OPT_WITH_ARG("--log|-l", |
|
|
|
|
set_int_0_to_9999, opt_show_intval, &opt_log_interval, |
|
|
|
|
"Interval in seconds between log output"), |
|
|
|
|
OPT_WITH_ARG("--log-dateformat", |
|
|
|
|
set_int_0_to_10, opt_show_intval, &opt_log_dateformat, |
|
|
|
|
"Set log dateformat (0 or 1) - 0 is time only, 1 is full date and time."), |
|
|
|
|
OPT_WITHOUT_ARG("--log-show-date|-L", |
|
|
|
|
opt_set_bool, &opt_log_show_date, |
|
|
|
|
"Show date on every log line"), |
|
|
|
|
OPT_WITHOUT_ARG("--lowmem", |
|
|
|
|
opt_set_bool, &opt_lowmem, |
|
|
|
|
"Minimise caching of shares for low memory applications"), |
|
|
|
|