Closed
Bug 759247
Opened 13 years ago
Closed 13 years ago
puppetize.sh: clear nscd lookup cache with "nscd -i hosts" before puppetizing
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Atoll, Unassigned)
Details
(Whiteboard: [qa-])
Recently on sync4.web we discovered that nscd had stuck into its cache an NXDOMAIN for the puppetmaster. This was difficult to diagnose with the usual tools, but strace showed the nscd socket being used for dns lookups, so we fixed it with "nscd -i hosts".
Adding this cache clear to the puppetize script is a simple repair for this issue when it crops up, and should do no harm when everything is working fine.
Updated•13 years ago
|
Whiteboard: [qa-]
Comment 1•13 years ago
|
||
svn r39492
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•