From b599a3787074cd359dc635a0fc254cfaa5c035d9 Mon Sep 17 00:00:00 2001 From: cliffw Date: Thu, 10 May 2007 23:21:04 +0000 Subject: [PATCH] Replaced portals with LNET --- lustre-iokit/obdfilter-survey/obdfilter-survey | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre-iokit/obdfilter-survey/obdfilter-survey b/lustre-iokit/obdfilter-survey/obdfilter-survey index 588e883..2060542 100755 --- a/lustre-iokit/obdfilter-survey/obdfilter-survey +++ b/lustre-iokit/obdfilter-survey/obdfilter-survey @@ -380,11 +380,11 @@ else fi # get vmstat started -# disable portals debug and get obdecho loaded on all relevant hosts +# disable LNET debug and get obdecho loaded on all relevant hosts unique_hosts=(`unique ${host_names[@]}`) pidcount=0 for host in ${unique_hosts[@]}; do - remote_shell $host "echo 0 > /proc/sys/portals/debug" + remote_shell $host "echo 0 > /proc/sys/lnet/debug" host_vmstatf=${vmstatf}_${host} echo -n > $host_vmstatf remote_shell $host "vmstat 5 >> $host_vmstatf" & -- 1.8.3.1