add prefix cli option to mt-pfiled
authorFilippos Giannakos <philipgian@grnet.gr>
Thu, 22 Nov 2012 12:01:52 +0000 (14:01 +0200)
committerFilippos Giannakos <philipgian@grnet.gr>
Thu, 22 Nov 2012 12:01:52 +0000 (14:01 +0200)
xseg/archipelago

index b4493b6..5b4ce88 100755 (executable)
@@ -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)