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

Allow local paths to share the same mount point #275

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

spilchen
Copy link
Collaborator

This is a bug fix for when the local paths (data, depot, catalog) all share the same mount location. Previous to this change, the pods in a statefulset will fail to start if the paths are all the same. It fails to start because they all shared the same mount. This fixes it by adding a mount only if the local paths differ.

This is a bug fix for when the local paths (data, depot, catalog) all
share the same mount location. Previous to this change, the pods in a
statefulset would fail to start. It failed to start because they all
inadvertently shared the same mount. This fixes this by adding a mount
only if the local paths differ.
@spilchen spilchen self-assigned this Oct 25, 2022
@spilchen spilchen merged commit 93be157 into vertica:main Oct 25, 2022
@spilchen spilchen deleted the unique-local-paths branch October 25, 2022 11:34
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.

1 participant