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

Remove cluster log mention from documentation #248

Open
redcatbear opened this issue Mar 1, 2024 · 1 comment
Open

Remove cluster log mention from documentation #248

redcatbear opened this issue Mar 1, 2024 · 1 comment
Labels
documentation User guides, tutorials, specifications

Comments

@redcatbear
Copy link
Collaborator

Situation

We recently removed the host mount for the cluster logs from the code, but forgot to update the documentation.

Acceptance Criteria

  • Section "Mapping Logs to a Directory on the Host" removed.
@redcatbear redcatbear added the documentation User guides, tutorials, specifications label Mar 1, 2024
@kaklakariada
Copy link
Collaborator

kaklakariada commented Mar 5, 2024

See section https://github.com/exasol/exasol-testcontainers/blob/main/doc/user_guide/user_guide.md#mapping-logs-to-a-directory-on-the-host.

The method was removed in version 7.0.0, Issue #240 / PR #241

We can add a note mentioning using method ExasolContainer.addFileSystemBind() as a workaround:

ExasolContainer.addFileSystemBind(clusterLogsHostPath.toString(), "/exa/logs", BindMode.READ_WRITE);

@skyglass skyglass self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation User guides, tutorials, specifications
Projects
None yet
Development

No branches or pull requests

3 participants