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

fix standalone backingstores to avoid connect to db and redirector #7341

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

guymguym
Copy link
Member

Explain the changes

  1. this caused errors of NO_SUCH_RPC_SERVICE server_inter_process_api.load_system_store, which were causing many apis to break at the end after calling system_store.make_changes.
  2. Fixed by calling the pool_api get_hosts_pool_agent_config instead of using the system_store and DB to get that info.

Issues: Fixed #xxx / Gap #xxx

  1. NA

Testing Instructions:

  1. See standalone.md.
  • Doc added/updated
  • Tests added

this caused errors of NO_SUCH_RPC_SERVICE server_inter_process_api.load_system_store,
which were causing many apis to break at the end after calling system_store.make_changes.

Signed-off-by: Guy Margalit <guymguym@gmail.com>
@guymguym guymguym added the Standalone Work items needed to run standalone (without kubernetes) label Jun 13, 2023
@guymguym guymguym merged commit 56cad80 into noobaa:master Jun 13, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Standalone Work items needed to run standalone (without kubernetes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants