From 2a38c3e9688a9817e2e893e9186842c393942746 Mon Sep 17 00:00:00 2001 From: sageweil Date: Fri, 9 Mar 2007 22:48:17 +0000 Subject: [PATCH] don't require 'fs' to be defined git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1193 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/script/runset.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ceph/script/runset.pl b/trunk/ceph/script/runset.pl index a1425862ceb42..966cf4e5100cb 100755 --- a/trunk/ceph/script/runset.pl +++ b/trunk/ceph/script/runset.pl @@ -197,7 +197,7 @@ sub run { #$e = './tcpsynobfs' if $h->{'fs'} eq 'obfs'; my $c = "$e"; $c .= " --mkfs" unless $h->{'no_mkfs'}; - $c .= " --$h->{'fs'}"; + $c .= " --$h->{'fs'}" if $h->{'fs'}; $c .= " --syn until $h->{'until'}" if $h->{'until'}; $c .= " --syn writefile $h->{'writefile_mb'} $h->{'writefile_size'}" if $h->{'writefile'}; -- 2.39.5