Skip to content

Commit

Permalink
specify the backing file parameter for replica
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova committed Dec 23, 2016
1 parent 7add2fd commit 3bc16fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/launch-jiva-rep-with-ip
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ CONTAINER_ID=$(docker run -d \
-p $JIVA_REP_IP:9503:9503 \
-p $JIVA_REP_IP:9504:9504 \
--name $JIVA_REP_NAME \
-v $JIVA_REP_VOLSTORE:/$JIVA_REP_VOLNAME \
$JIVA_REP_VERSION \
launch replica \
--frontendIP $JIVA_CTL_IP \
--listen $JIVA_REP_IP:9502 \
--size $JIVA_REP_VOLSIZE \
$JIVA_REP_VOLSTORE)
/$JIVA_REP_VOLNAME)

if [ $? -ne 0 ]; then
echo "Failed to start $JIVA_REP_NAME"
Expand Down

0 comments on commit 3bc16fa

Please sign in to comment.