Merge ~barryprice/turnip:master into turnip:master

Proposed by Barry Price
Status: Merged
Approved by: Colin Watson
Approved revision: 8c4d1f808e6ad3633b2479ea4a4a361b7979c4e2
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~barryprice/turnip:master
Merge into: turnip:master
Diff against target: 11 lines (+1/-1)
1 file modified
charm/layer/turnip-base/lib/charms/turnip/base.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+399496@code.launchpad.net

Commit message

Add a hint to Git E2E checks - the root cause of failures here is often the NFS service

https://portal.admin.canonical.com/C126848

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charm/layer/turnip-base/lib/charms/turnip/base.py b/charm/layer/turnip-base/lib/charms/turnip/base.py
2index bc2dda3..19184f0 100644
3--- a/charm/layer/turnip-base/lib/charms/turnip/base.py
4+++ b/charm/layer/turnip-base/lib/charms/turnip/base.py
5@@ -320,7 +320,7 @@ def add_nagios_e2e_checks(nagios):
6 nagios.add_check(
7 [os.path.join(nrpe_dir(), 'check_git_refs'), url],
8 name='check_turnip_git_refs_{}'.format(i),
9- description='Git E2E {}'.format(url),
10+ description='Git E2E {} (hint: check nfs-ganesha status)'.format(url),
11 context=config['nagios_context'])
12
13

Subscribers

People subscribed via source and target branches