-
Notifications
You must be signed in to change notification settings - Fork 93
Dev: Hide lsb and service resource agent class type from UI and doc #1423
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
Dev: Hide lsb and service resource agent class type from UI and doc #1423
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1423 +/- ##
==========================================
- Coverage 53.75% 53.74% -0.01%
==========================================
Files 80 80
Lines 24059 24060 +1
==========================================
Hits 12932 12932
- Misses 11127 11128 +1 ☔ View full report in Codecov by Sentry. |
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 there a PED to be referenced?
else: | ||
l = ["heartbeat", "lsb", "ocf", "stonith", "systemd"] |
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.
How is heartbeat
related to lsb
?
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.
"heartbeat" is used by the current ocf1.0 and 1.1 standard and located at
/usr/lib/ocf/resource.d/heartbeat
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.
# crm_resource --list-standards
ocf
lsb
service
systemd
stonith
Just synced with the output of --list-standards
Let's wait few moment till the Impl. Task PED get created. |
Now I write jsc#PED-5577 in commit message |
No description provided.