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

Add flag to perform a nodeless installation (for workstation or fat machines) #56

Closed
wants to merge 1 commit into from

Conversation

lbgracioso
Copy link
Collaborator

Name says everything!

@lbgracioso lbgracioso added the enhancement New feature or request label Apr 22, 2024
Copy link

sonarcloud bot commented Apr 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@@ -14,6 +14,7 @@
namespace cloyster {
// Globals
extern bool dryRun;
extern bool nodeless;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extern?

We don't need this here.

I don't see this variable used in any other place than src/services/shell.cpp, perhaps this could be a variable passed to the Shell or Cluster constructor?

pinging @viniciusferrao

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this, we need some refactoring. I'm closing it for now.

@lbgracioso lbgracioso closed this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants