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

suppress memory cgroup warning #2464

Merged
merged 2 commits into from
Jan 8, 2022
Merged

Conversation

nagworld9
Copy link
Contributor

Description

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

@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #2464 (495a9b6) into develop (99f7ec8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2464   +/-   ##
========================================
  Coverage    71.94%   71.94%           
========================================
  Files          101      101           
  Lines        15016    15016           
  Branches      2384     2384           
========================================
  Hits         10803    10803           
  Misses        3729     3729           
  Partials       484      484           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99f7ec8...495a9b6. Read the comment docs.

@nagworld9 nagworld9 merged commit c1f1dbd into Azure:develop Jan 8, 2022
@nagworld9 nagworld9 deleted the TASK-12953155 branch January 8, 2022 00:00
# 2021-12-20T07:46:23.020197Z INFO ExtHandler ExtHandler [CGW] The agent's process is not within a memory cgroup
{
'message': r"The agent's process is not within a memory cgroup",
'if': lambda log_line: re.match(r"((centos7\.8)|(redhat7\.8)|(redhat8\.2))\D*", distro,
Copy link
Contributor

Choose a reason for hiding this comment

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

we run Cent7.9 in DCR v2, can you also add that to this list please -

  • publisher: "OpenLogic"
    offer: "CentOS"
    sku: "7_9"
    version: "latest"
    name: "cent79"

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.

4 participants