Skip to content
Snippets Groups Projects
Commit 61793bd4 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=17443

i=Nikita
fix calc_osc_kbytes
parent 0cb008aa
No related branches found
No related tags found
No related merge requests found
......@@ -1952,7 +1952,7 @@ calc_sum () {
}
calc_osc_kbytes () {
$LCTL get_param -n osc.*[oO][sS][cC][-_]*.$1 | calc_sum
$LCTL get_param -n osc.*[oO][sS][cC][-_][0-9a-f]*.$1 | calc_sum
}
# save_lustre_params(node, parameter_mask)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment