-
Notifications
You must be signed in to change notification settings - Fork 522
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
ansible: improve daemon restart #315
Conversation
ed959db
to
8d0947d
Compare
sudo: "sudo" | ||
when: command_need_sudo | ||
|
||
- name: restart nebd-server with daemon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not reuse the above restart module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not reuse the above restart module
Cannot use service_port to check the nebd-server up or not after nebd-server restart. But the others can.
refix the restart_service.yml to support reuse.
done
|
||
- name: restart service without daemon | ||
block: | ||
- name: stop service without daemon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is here need wait until server is down?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is here need wait until server is down?
done
8d0947d
to
da4129b
Compare
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List