-
Notifications
You must be signed in to change notification settings - Fork 116
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
pcs cluster stop --all not working #115
Comments
If i try to stop only one node :
With the IP address :
I wanted to stop only my mode, not all (message is not fine adapted)
My configuration is very basic : |
Debug output, logs? |
With option --debug, output :
In /var/log/pcsd/pcsd.log :
|
Maybe
is the real problem. I had this several times. I am under ArchLinux with systemd and no Upstart available |
Pcs should use |
Or "ps -p 1 | grep -q systemd" in case systemd is available but not in use. |
I have :
Something wrong with systemd ? |
-q mutes grep (as you only need the return code and not the actual output) |
|
OK, I see it now. Some parts of pcs use |
Can you try it again with the most recent version? I just pushed a fix for this 2a32ed7 |
Just a remark. On ArchLinux /usr/bin and /usr/sbin are the same (there is just a link between). so in order to install, in Makefile i must remove two lines :
then in order to make a good path i need to do in utils.py : pcs_dir == "/usr/bin" This makes me get a good path for pcs command (/usr/lib/pcsd in place of /usr/bin/../pcsd) Then it seems ok for your patch :
|
thanks for this help full article |
Where can i see something ?
The text was updated successfully, but these errors were encountered: