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

Missing location for systemd units #164

Closed
kubikrobert opened this issue Mar 20, 2018 · 1 comment
Closed

Missing location for systemd units #164

kubikrobert opened this issue Mar 20, 2018 · 1 comment

Comments

@kubikrobert
Copy link

Similar to: #71

/lib/systemd/system is missing, fix:

if os.path.isfile("/etc/systemd/system/" + systemd_ra + ".service") or os.path.isfile("/usr/lib/systemd/system/" + systemd_ra + ".service") or os.path.isfile("/lib/systemd/system/" + systemd_ra + ".service"):
            return True
@tomjelinek
Copy link
Member

This has been fixed a long time ago.

Since pcs 0.9.155, more specifically commit 491ac08, pcs does not look for resource agents itself. Instead, it uses Pacemaker for accessing the agents. See also #81.

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

No branches or pull requests

2 participants