forked from cardano-community/guild-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised mithril relay lb with timeouts (#49)
* Add PSB to mainnet topology.json (cardano-community#1799) ## Description Adding my Edmonton datacentre relay. * Fix version on setup-grest * [mithril-client.sh] Use the DB_DIR instead of CNODE_HOME/db (cardano-community#1800) Updates mithril.library to use env DB_DIR value instead of CNODE_HOME/db when creating the mithril.env, and mithril-client.sh to use the DB_DIRECTORY value from the mithril.env file per upstream mithril documentation. * [documentation] Fix typo showing guild-deploy.sh -p using full path to CNODE_HOME instead of parent directory (cardano-community#1801) Reported in Telegram by @jorgepascoal (https://t.me/jorgepascoal) >Hi Guys, I don't know if anybody else had the same issue I had when upgrading to 9.1.0. > >After running the upgrade following the guide at https://cardano-community.github.io/guild-operators/upgrade/ I found that the script run with this line ./guild-deploy.sh -s dl -b master -n mainnet -t cnode -p /opt/cardano/cnode the original cnode folder was not replaced with the new scripts and files. Instead a new cnode folder was created under /opt/cardano/cnode to /opt/cardano/cnode/cnode! > >Easy quick fix to get the new node running when moving them to the correct location and path. Just thought I'd mention it because I couldn't see that I did path settings incorrectly on my side. Maybe a typo in the guild-deploy.sh script? * squid config ask for additional allows, nginx mithril relay lb use stream, proxy_connect_timeout 10, max_fails=1 and fail_timeout 10 seconds per relay * Enhanced verify_signer_registered * MITHRIL_HOME to allow custom paths outside of CNODE_HOME * Refactor mithril functions into mithril library. * Use status code greater than 200 * Provide a way to support checking compatible version of mithril and node binaries. * fixup! Provide a way to support checking compatible version of mithril and node binaries. --------- Co-authored-by: Boris P. <[email protected]> Co-authored-by: rdlrt <[email protected]>
- Loading branch information
1 parent
1081029
commit bfbe614
Showing
11 changed files
with
904 additions
and
696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.