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

AMA is not supported on mariner #2995

Closed
wants to merge 2 commits into from

Conversation

maddieford
Copy link
Contributor

@maddieford maddieford commented Dec 14, 2023

Description

Update mariner unsupported distro list to include mariner:
"The handler for VM extension type 'Microsoft.Azure.Monitor.AzureMonitorLinuxAgent' has reported terminal failure for VM extension 'AzureMonitorLinuxAgent' with error message: '[ExtensionOperationError] Non-zero exit code: 51, /var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-1.29.4/./shim.sh -install\n[stdout]\n2023/12/14 10:Failed to check disk usage.\nor.AzureMonitorLinuxAgent-1.29.4] Install,failed,51,Unsupported operating system: mariner 1.0\n\n\n[stderr]\n'.\r\n \r\n'Install handler failed for the extension. More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot'"

From AMA team:
"We still support Mariner 1.0. This looks like a parsing error of OS. We recognize 'cbl-mariner' for Mariner 1.0. There are two ways to parse OS: 1) old python use platform.linux_distribution() to get the OS 2) manually parse OS from /etc/os-release. It seems the current parsing returns mariner instead of cbl-mariner as the OS so we didn't recoginize it as our supported distro"

Waiting on fix from AMA

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e74677b) 71.92% compared to head (84a02b1) 71.92%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2995   +/-   ##
========================================
  Coverage    71.92%   71.92%           
========================================
  Files          109      109           
  Lines        16200    16200           
  Branches      2313     2313           
========================================
  Hits         11652    11652           
  Misses        4005     4005           
  Partials       543      543           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maddieford maddieford closed this Dec 14, 2023
@maddieford maddieford reopened this Dec 14, 2023
@maddieford maddieford marked this pull request as draft December 14, 2023 20:03
@maddieford maddieford marked this pull request as ready for review December 22, 2023 17:14
@maddieford maddieford closed this Dec 22, 2023
@maddieford maddieford deleted the ama-mariner branch January 17, 2024 21:50
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