Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion motr/st/utils/sns_repair_motr_shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ main()

NODE_UUID=$(uuidgen)
local multiple_pools=0
motr_service start $multiple_pools $stride $N $K $S $P || {
motr_service start $multiple_pools "$stride" "$N" "$K" "$S" "$P" || {
echo "Failed to start Motr Service."
return 1
}
Expand Down
2 changes: 1 addition & 1 deletion motr/st/utils/spiel_sns_motr_repair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ main()

NODE_UUID=$(uuidgen)
local multiple_pools=0
motr_service start $multiple_pools $stride $N $K $S $P || {
motr_service start $multiple_pools "$stride" $N $K $S $P || {
echo "Failed to start Motr Service."
return 1
}
Expand Down
2 changes: 1 addition & 1 deletion motr/st/utils/spiel_sns_motr_repair_quiesce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ main()

NODE_UUID=$(uuidgen)
local multiple_pools=0
motr_service start $multiple_pools $stride $N $K $S $P || {
motr_service start $multiple_pools "$stride" $N $K $S $P || {
echo "Failed to start Motr Service."
return 1
}
Expand Down