Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swapping bw limit values #46

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Conversation

vFlagR
Copy link
Contributor

@vFlagR vFlagR commented Sep 3, 2019

I based my decisions here off of this bit of code from clonestartoutput.sh:

# pull throttle speeds based on role
if [[ "$transport" == "gd" || "$transport" == "gc" ]]; then
throttle=$(cat /pg/var/move.bw)
output1="[C] Transport Select"
else
throttle=$(cat /pg/var/blitz.bw)
output1="[C] Options"
fi 

Using this I came to the following conclusion:
gdrive should use move service
sdrive should use blitz service

If my assumption is correct here then the bw limits were the wrong way around in transfer.sh. I have swapped them, re-deployed my mounts and tested moving files in to my SD and found bandwidth to be working as expected.

Requires testing from gdrive user.

@Admin9705
Copy link
Member

makes sense! thanks. it was alot of work so missed a few things!

@Admin9705 Admin9705 merged commit d72fbde into PGBlitz:v90 Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants