From 996fae85cd45145a289d03fad1fdc5eac3c4959a Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 16 Jun 2006 18:57:41 +0000 Subject: [PATCH] VS: Branch b1_5 Off-by-one in the OST entries. --- lustre/scripts/lmc2csv.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/lmc2csv.pl b/lustre/scripts/lmc2csv.pl index ff770ec..bc885e2 100644 --- a/lustre/scripts/lmc2csv.pl +++ b/lustre/scripts/lmc2csv.pl @@ -197,7 +197,7 @@ foreach my $mds (@{$objs{"mds"}}) { foreach my $ost (@{$objs{"ost"}}) { # find the net for this node my $net = find_obj("net", "node", $ost->{"node"}, @{$objs{"net"}}); - printf "%s,%s,%s,$MOUNTPT/%s,ost,,\"%s\",,--device-size=%s --noformat,\"%s\"\n", + printf "%s,%s,%s,$MOUNTPT/%s,ost,,\"%s\",,--device-size=%s --noformat,,\"%s\"\n", $ost->{"node"}, lnet_options($net), $ost->{"dev"}, -- 1.8.3.1