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

task.ansible.FailureAnalyzer: Sort failure items #1876

Merged
merged 1 commit into from
Jul 28, 2023
Merged

task.ansible.FailureAnalyzer: Sort failure items #1876

merged 1 commit into from
Jul 28, 2023

Conversation

zmc
Copy link
Member

@zmc zmc commented Jul 28, 2023

To reduce unecessary duplication in e.g. Sentry.

To reduce unecessary duplication in e.g. Sentry.

Signed-off-by: Zack Cerza <[email protected]>
@zmc zmc requested a review from dmick July 28, 2023 19:23
@zmc
Copy link
Member Author

zmc commented Jul 28, 2023

Examples:

https://sentry.ceph.com/organizations/ceph/issues/42280/
{'/dev/vg_nvme: already exists in filesystem', "Creating volume group 'vg_nvme' failed", "Run `vgcreate --help' for more information."}
https://sentry.ceph.com/organizations/ceph/issues/42523/
{'/dev/vg_nvme: already exists in filesystem', "Run `vgcreate --help' for more information.", "Creating volume group 'vg_nvme' failed"}
https://sentry.ceph.com/organizations/ceph/issues/42524/
{"Run `vgcreate --help' for more information.", "Creating volume group 'vg_nvme' failed", '/dev/vg_nvme: already exists in filesystem'}

@dmick dmick merged commit ffed141 into main Jul 28, 2023
9 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.

2 participants