Project

General

Profile

Actions

action #60653

closed

salt patch for "host not found" does not apply cleanly anymore on all x86_64 workers, ppc64le and aarch64 still have old versions

Added by okurz over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2019-12-04
Due date:
% Done:

0%

Estimated time:

Description

Observation

sudo salt -l error --state-output=changes '*' cmd.run 'grep HOST_NOT_FOUND /usr/lib/python3.6/site-packages/salt/grains/core.py; rpm -q python3-salt'
QA-Power8-4-kvm.qa.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.ppc64le
powerqaworker-qam-1:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.ppc64le
QA-Power8-5-kvm.qa.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.ppc64le
malbec.arch.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.ppc64le
openqaworker2.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker8.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker3.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker6.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
grenache-1.qa.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.ppc64le
openqaworker5.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker7.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker9.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqa-monitor.qa.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqa.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker13.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker10.suse.de:
    HOST_NOT_FOUND = 1
    python3-salt-2019.2.0-lp151.5.6.1.x86_64
openqaworker-arm-1.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.aarch64
openqaworker-arm-2.suse.de:
    HOST_NOT_FOUND = 1
                if err.errno in (0, HOST_NOT_FOUND, NO_DATA):
    python3-salt-2019.2.0-lp151.4.1.aarch64
Actions #1

Updated by okurz over 4 years ago

changed on osd, applied manually once for testing. can check again if errors from minion logs vanish or we still need the patch, otherwise drop it.

https://gitlab.suse.de/openqa/salt-states-openqa/merge_requests/235

Actions #2

Updated by okurz over 4 years ago

  • Status changed from In Progress to Feedback

merged

Actions #3

Updated by okurz over 4 years ago

  • Status changed from Feedback to Resolved
  • Target version changed from Current Sprint to Done

Meanwhile updated packages do not need the patch anymore. It was removed and all systems do not show the corresponding error in /var/log/salt/minion anymore.

Actions

Also available in: Atom PDF