diff --git a/pcs/lib/resource_agent/name.py b/pcs/lib/resource_agent/name.py index 23e48ea66..aa8f4b636 100644 --- a/pcs/lib/resource_agent/name.py +++ b/pcs/lib/resource_agent/name.py @@ -53,6 +53,7 @@ def split_resource_agent_name(full_agent_name: str) -> ResourceAgentName: "stonith", "systemd", "upstart", + "dlopen", } if standard not in allowed_standards: raise InvalidResourceAgentName(full_agent_name)