~peter-sabaini/charm-hw-health:fix-removing-sudoer

Last commit made on 2019-12-09
Get this branch:
git clone -b fix-removing-sudoer https://git.launchpad.net/~peter-sabaini/charm-hw-health
Only Peter Sabaini can upload to this branch. If you are Peter Sabaini please log in for upload directions.

Branch merges

Branch information

Name:
fix-removing-sudoer
Repository:
lp:~peter-sabaini/charm-hw-health

Recent commits

89207ab... by Peter Sabaini

Similar to before, don't fail on rm binaries twice

Also fix 3.8-only code

b6006f9... by Peter Sabaini

Fix file not found upon removal

When removing a unit, charm could fail on removing a non-existent
file (e.g. from an incomplete installation). Ignore file not found in
this case to make removal more robust. Also fix a logging error.

a2ad5e0... by Alvaro Uria

Fix KeyError bug on degraded MegaCLI drives

Reviewed-on: https://code.launchpad.net/~aluria/hw-health-charm/+git/hw-health-charm/+merge/375671
Reviewed-by: Jeremy Lounder <email address hidden>

cf636e3... by Alvaro Uria

Fix KeyError bug on degraded MegaCLI drives

7f765d5... by Alvaro Uria

Fix lint error on unit.test_actions

860fa61... by Wouter van Bommel

Replace os.rename with shutil.move

Replacing this function will close lp: #1851746

44d2948... by Paul Goins

Forgot to add the symlink for the show-sel action

Reviewed-on: https://code.launchpad.net/~vultaire/hw-health-charm/+git/hw-health-charm/+merge/374739
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>

ced8722... by Paul Goins

Forgot to add the symlink for the show-sel action

b623c47... by Paul Goins

Add show-sel action to easily show SEL log entries

Reviewed-on: https://code.launchpad.net/~vultaire/hw-health-charm/+git/hw-health-charm/+merge/373849
Reviewed-by: Jeremy Lounder <email address hidden>

d286267... by Paul Goins

Adding acknowledgement about nominal check being maybe too simplistic