From: Filippos Giannakos Date: Thu, 22 Nov 2012 12:01:52 +0000 (+0200) Subject: add prefix cli option to mt-pfiled X-Git-Tag: debian/0.3.1~44^2 X-Git-Url: https://code.grnet.gr/git/archipelago/commitdiff_plain/7673ba56058f067cb0c2996ba96dff9c561de6dd add prefix cli option to mt-pfiled --- diff --git a/xseg/archipelago b/xseg/archipelago index b4493b6..5b4ce88 100755 --- a/xseg/archipelago +++ b/xseg/archipelago @@ -91,7 +91,7 @@ elif BLOCKER == "mt-pfiled": "-v", str(VERBOSITY_BLOCKERB), "-d", "--pidfile", os.path.join(PIDFILE_PATH, "blockerb.pid"), "-l", os.path.join(str(LOGS_PATH), "blockerb.log"), - "-t", "3"], + "-t", str(NR_OPS_BLOCKERB), "--prefix", "archip_"], "blockerb"] peer_blockerm = [BLOCKER, ["-p" , str(MBPORT), "-g", str(SPEC), "-n", str(NR_OPS_BLOCKERM), @@ -99,7 +99,7 @@ elif BLOCKER == "mt-pfiled": "-v", str(VERBOSITY_BLOCKERM), "-d", "--pidfile", os.path.join(PIDFILE_PATH, "blockerm.pid"), "-l", os.path.join(str(LOGS_PATH), "blockerm.log"), - "-t", "3"], + "-t", str(NR_OPS_BLOCKERM), "--prefix", "archip_"], "blockerm"] else: sys.exit(-1)