Skip to content
Snippets Groups Projects
Commit 232670ba authored by Phil Schwan's avatar Phil Schwan
Browse files

change debug_client_off from 0 to the minimal but still useful 0x3f0400

parent 66ed8c93
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ debug_client_on()
debug_client_off()
{
echo 0 > /proc/sys/portals/debug
echo 0x3f0400 > /proc/sys/portals/debug
}
MNT=${MNT:-/mnt/lustre}
......
......@@ -31,7 +31,7 @@ debug_client_on()
debug_client_off()
{
echo 0 > /proc/sys/portals/debug
echo 0x3f0400 > /proc/sys/portals/debug
}
MNT=${MNT:-/mnt/lustre}
......
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