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

tkt#33453 fix AD restart issues #1614

Merged
merged 4 commits into from
Aug 14, 2018
Merged

tkt#33453 fix AD restart issues #1614

merged 4 commits into from
Aug 14, 2018

Conversation

anodos325
Copy link
Contributor

@anodos325 anodos325 commented Jul 31, 2018

tkt#33453 A few issues discovered during testing

  1. "rotate" was causing issues for users who had incorrect nameservers at the end of /etc/resolv.conf. It's better to just set the timeout to less than the lifetime and cycle down the list.
  2. In a large AD environment, we need to prevent monitoring from interfering with the AD start process.

@ghost ghost assigned anodos325 Jul 31, 2018
@ghost ghost added the review label Jul 31, 2018
@@ -903,7 +903,7 @@ def _started_notify(self, verb, what):
await self._service("ix-post-samba", "start", quiet=True, **kwargs)

async def _started_cifs(self, **kwargs):
if await self._service("samba_server", "status", quiet=True, onetime=True, **kwargs):
if await self._service("samba_server", "status", quiet=True, **kwargs):
Copy link
Member

Choose a reason for hiding this comment

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

This was a changed introduced by me. It serves the purpose to correctly report if samba is running in case "start on boot" is not checked.

This will regress that bit.

@anodos325 anodos325 changed the title Fix 33453 master tkt#33453 fix AD restart issues Aug 10, 2018
@anodos325 anodos325 merged commit 95be9a5 into master Aug 14, 2018
@ghost ghost removed the review label Aug 14, 2018
@anodos325 anodos325 deleted the FIX-33453-MASTER branch October 12, 2018 09:39
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.

3 participants