make mt-sosd use the newly added dispatch reason
[archipelago] / xseg / launch
index 77da522..2fae9b2 100755 (executable)
@@ -108,19 +108,19 @@ function spawn_filed {
 
 function spawn_pfiled {
        "${XSEG_HOME}/peers/user/pfiled" -p "$BPORT" -g "${SPEC}" -n \
 
 function spawn_pfiled {
        "${XSEG_HOME}/peers/user/pfiled" -p "$BPORT" -g "${SPEC}" -n \
-       ${NR_OPS} "${PITHOS}" "${IMAGES}" &> "${XSEG_LOGS}/pfiled-${HOSTNAME}" &
+       ${NR_OPS} "${PITHOS}" "${IMAGES}" -v 1 &> "${XSEG_LOGS}/pfiled-${HOSTNAME}" &
 }
 
 function spawn_pfiledm {
        "${XSEG_HOME}/peers/user/pfiled" -p "$MBPORT" -g "${SPEC}" -n \
 }
 
 function spawn_pfiledm {
        "${XSEG_HOME}/peers/user/pfiled" -p "$MBPORT" -g "${SPEC}" -n \
-       ${NR_OPS} "${PITHOSMAPS}" "${MAPS}"  &> "${XSEG_LOGS}/pfiledm-${HOSTNAME}" &
+       ${NR_OPS} "${PITHOSMAPS}" "${MAPS}" -v 1  &> "${XSEG_LOGS}/pfiledm-${HOSTNAME}" &
 }
 
 function spawn_vlmcd {
        pgrep -f "peers/user/st-vlmcd" || \
        "${XSEG_HOME}/peers/user/st-vlmcd" -t 1 -sp "$VPORT_START" \
        -ep "$VPORT_END" -bp "$BPORT" -mp "$MPORT" -g \
 }
 
 function spawn_vlmcd {
        pgrep -f "peers/user/st-vlmcd" || \
        "${XSEG_HOME}/peers/user/st-vlmcd" -t 1 -sp "$VPORT_START" \
        -ep "$VPORT_END" -bp "$BPORT" -mp "$MPORT" -g \
-       "${SPEC}" -n ${NR_OPS} &> "${XSEG_LOGS}/vlmcd-${HOSTNAME}" &
+       "${SPEC}" -n ${NR_OPS} -v 3 &> "${XSEG_LOGS}/vlmcd-${HOSTNAME}" &
 #      alloc_requests "$VPORT:0" 128
 }
 
 #      alloc_requests "$VPORT:0" 128
 }
 
@@ -128,7 +128,7 @@ function spawn_mapperdc {
        pgrep -f "mt-mapperd" || \
        "${XSEG_HOME}/peers/user/mt-mapperd" -t 1 -sp "$MPORT" -ep "$MPORT"\
        -bp "$BPORT" -mbp "$MBPORT" -g "${SPEC}"\
        pgrep -f "mt-mapperd" || \
        "${XSEG_HOME}/peers/user/mt-mapperd" -t 1 -sp "$MPORT" -ep "$MPORT"\
        -bp "$BPORT" -mbp "$MBPORT" -g "${SPEC}"\
-       -n ${NR_OPS} &> "${XSEG_LOGS}/mapperd-${HOSTNAME}" & 
+       -n ${NR_OPS} -v 3 &> "${XSEG_LOGS}/mapperd-${HOSTNAME}" & 
 #      alloc_requests "$MPORT:0" 128
 }
 
 #      alloc_requests "$MPORT:0" 128
 }