Skip to content
Snippets Groups Projects
Commit 0915e9d2 authored by Yury Umanets's avatar Yury Umanets
Browse files

- added missed DEBUG_SIZE which prevented HEAD from being used in cmd config.

parent 85f59695
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ STRIPE_BYTES=${STRIPE_BYTES:-1048576} ...@@ -21,6 +21,7 @@ STRIPE_BYTES=${STRIPE_BYTES:-1048576}
STRIPES_PER_OBJ=${STRIPES_PER_OBJ:-$((OSTCOUNT -1))} STRIPES_PER_OBJ=${STRIPES_PER_OBJ:-$((OSTCOUNT -1))}
TIMEOUT=${TIMEOUT:-20} TIMEOUT=${TIMEOUT:-20}
PTLDEBUG=${PTLDEBUG:-0x33f0404} PTLDEBUG=${PTLDEBUG:-0x33f0404}
DEBUG_SIZE=${DEBUG_SIZE:-10}
SUBSYSTEM=${SUBSYSTEM:-0xffb7e3ff} SUBSYSTEM=${SUBSYSTEM:-0xffb7e3ff}
TMP=${TMP:-/tmp} TMP=${TMP:-/tmp}
......
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