-
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
Question : About the use of the STONITH module of glue in pcs. #81
Comments
Hi Hideo, If the external module implements the same interface as fence agents from https://github.com/ClusterLabs/fence-agents project then it should work. Hope that helps. |
Hi Tomas, Furthermore, let me confirm it. glue is installed in the next directory. The list command does not display a module of glue, is this a specification? [root@rh72-01 ~]# pcs stonith list The create command does not make STONITH with a module of glue when I do not appoint force option. [root@rh72-01 ~]# pcs stonith create test external/ssh params pcmk_reboot_timeout=300 pcmk_reboot_retries=1 hostlist="rh72-02" [root@rh72-01 ~]# pcs stonith create test external/ssh params pcmk_reboot_timeout=300 pcmk_reboot_retries=1 hostlist="rh72-02" --force [root@rh72-01 ~]# pcs status Online: [ rh72-01 rh72-02 ] Full list of resources: test (stonith:external/ssh): Started rh72-01 PCSD Status: Daemon Status: Best Regards, |
Hi Hideo, I am sorry, pcs does not support external STONITH agents currently. We may take a look at this in future. Best Regards, |
Hi Tomas, Okay! We do not use the STONITH module of glue in pcs. Many thanks, |
Because a discussion was over, this is closed. |
Reopening the issue so we can track the request for adding external stonith agents support to pcs. |
Hi Tomas, Sorry... Best Regards, |
Hi, |
Hi @moonracer, You can try creating your STONITH resources in pcs with Best Regards, |
Hi @HideoYamauchi and @moonracer, I just pushed a commit 491ac08 which overhauls pretty much all code dealing with resource and stonith agents. With this patch pcs gets all information about the agents from pacemaker. This means pcs now supports the same set of agents as pacemaker does, including external and cluster-glue agents. Best Regards, |
Hi Tomas, Great!! Many thanks! |
Hi Tomas, Even if stonith module of glue did not appoint "force" option, I confirmed that I could set pcs command.
Cheers, |
Hi Hideo, Thank you for testing this in such a short time! I'm closing this issue because it has been successfully resolved. |
thanks! |
Hi All,
We installed pcsd0.9.148 on RHEL7.2.
In addition, we install glue component.
Is the external module included in glue available as STONITH module in pcs?
In addition, how becomes the command-line of create when we use glue?
Best Regards,
Hideo Yamauchi.
The text was updated successfully, but these errors were encountered: