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

wekadestroy: Add --force to weka local stop #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmcvaughn
Copy link
Contributor

In WEKA 4.4, weka local stop gracefully stops containers, which is not necessary for the purpose of wekadestroy (predominantly used during deployment for iterative testing or to deploy different configurations).

--force skips checks for active mounts in older WEKA versions. It adds non-graceful shutdown of containers in 4.4.

Given that we unmount file systems on WEKA backends in wekadestroy, simply using --force globally is acceptable. Additionally, if I recall correctly, clients we forget to unmount should automatically remount file systems on a redeployed (new) cluster.

In WEKA 4.4, `weka local stop` gracefully stops containers, which is not
necessary for the purpose of wekadestroy (predominantly used during
deployment for iterative testing or to deploy different configurations).

`--force` skips checks for active mounts in older WEKA versions. It adds
non-graceful shutdown of containers in 4.4.

Given that we unmount file systems on WEKA backends in `wekadestroy`,
simply using `--force` globally is acceptable. Additionally, if I recall
correctly, clients we forget to unmount should automatically remount
file systems on a redeployed (new) cluster.
@jmcvaughn jmcvaughn assigned jmcvaughn and vince-weka and unassigned jmcvaughn Jan 28, 2025
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

Successfully merging this pull request may close these issues.

2 participants