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

fix(troubleshoot): use juju-crashdump over juju crash-dump command #218

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

adglkh
Copy link
Contributor

@adglkh adglkh commented Nov 14, 2024

Juju 3 drops support for executing the external plug, which causes
the juju crash-dump command to be incomplete in Juju 3 and results
in the following error:

$ juju crashdump
ERROR juju: "crashdump" is not a juju command. See "juju --help".
``

Therefore, use the juju-crashdump command in our documentation to
ensure users can collect logs regardless of the Juju version.

Another issue with the suggested command is that we need to include
the `debug-layer` addon followed by the -a parameter, which denotes
the --addon option.

Juju 3 drops support for executing the external plug, which causes
the juju crash-dump command to be incomplete in Juju 3 and results
in the following error:
```
$ juju crashdump
ERROR juju: "crashdump" is not a juju command. See "juju --help".
``

Therefore, use the juju-crashdump command in our documentation to
ensure users can collect logs regardless of the Juju version.

Another issue with the suggested command is that we need to include
the `debug-layer` addon followed by the -a parameter, which denotes
the --addon option.
@adglkh adglkh requested a review from a team as a code owner November 14, 2024 06:10
Copy link
Contributor

@ajanon ajanon left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@morphis morphis left a comment

Choose a reason for hiding this comment

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

LGTM

@morphis morphis merged commit 3dd075c into canonical:main Nov 14, 2024
2 of 3 checks passed
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.

3 participants