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

"deployer_push_mode = full" in app.conf can cause issues in SHC environments #9

Open
jherodsplunkcom opened this issue Dec 5, 2024 · 0 comments

Comments

@jherodsplunkcom
Copy link

The following config is in place in .../default/app.conf.

[shclustering]
deployer_push_mode = full

This causes the local folder NOT to be merged into default when pushed to an SHC from a deployer. The intended result of this is not discussed in the docs and does not appear to be needed as there is nothing in the local folder.

The problem that can come from this is that if someone applies this locally on the Deployer to validate and test the app, which is a common practice, then it will cause deployment pushes to adopt the deployer_push_mode of full changing the way the SHC is configured. The result could be configs pushed to the local folder of each SHC member that causes issues when you try to make changes to those settings in the future.

If this is actually intended to be there, it should be discussed in the docs as it is with serverclass.conf for Deployment Servers and not be present in the default configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant