From: brian Date: Thu, 15 Jun 2006 03:01:14 +0000 (+0000) Subject: Don't format devices. This hack will be replaced by a command line switch X-Git-Tag: v1_7_100~1^90~8^2~123 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=00937bd3cb5d0113b34fd88928c5583400b4f760;p=fs%2Flustre-release.git Don't format devices. This hack will be replaced by a command line switch in lustre_config.sh to ask for a "no format, but configure" operation. --- diff --git a/lustre/scripts/lmc2csv.pl b/lustre/scripts/lmc2csv.pl index b046928..b7df807 100644 --- a/lustre/scripts/lmc2csv.pl +++ b/lustre/scripts/lmc2csv.pl @@ -178,7 +178,7 @@ sub main { } chop($mkfs_options); - printf "%s,%s,%s,/mnt/%s,mgs|mdt,,,,--device-size=%s,\"%s\"\n", + printf "%s,%s,%s,/mnt/%s,mgs|mdt,,,,--device-size=%s --noformat,\"%s\"\n", $mds->{"node"}, lnet_options($net), $mds->{"dev"}, @@ -191,7 +191,7 @@ sub main { 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,/mnt/%s,ost,,\"%s\",,--device-size=%s,\"%s\"\n", + printf "%s,%s,%s,/mnt/%s,ost,,\"%s\",,--device-size=%s --noformat,\"%s\"\n", $ost->{"node"}, lnet_options($net), $ost->{"dev"},