Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed Jan 28, 2025
1 parent 28292b1 commit 89e8bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm_qa/mlaunch_psmdb_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [ "$mongodb_setup" == "psa" ]; then
sleep 20
fi

if [ "$mongodb_setup" == "sharded" "$mongodb_setup" == "shard" ]; then
if [ "$mongodb_setup" == "sharded" || "$mongodb_setup" == "shard" ]; then
mlaunch init --bind_ip 0.0.0.0 --binarypath "./psmdb_${mongodb_version}/bin" --replicaset --sharded rs1 rs2 --config 3
pmm-admin add mongodb --enable-all-collectors --cluster mongodb_node_cluster --environment=mongos_shraded_node mongos_shraded_node_${SERVICE_RANDOM_NUMBER} --metrics-mode=$metrics_mode --debug 127.0.0.1:27017
sleep 2
Expand Down

0 comments on commit 89e8bba

Please sign in to comment.