Adding a custom fence agent on 4.3.4

Hi, I'm trying to add a custom fence agent for my test deployment on hetzner. Have written a small fence_hetzner_robot script which works ok from cli and installed on every ovirt node. Then added with engine_config in this way: # engine-config -s CustomVdsFenceType="hetzner_robot" But does not show up in fence agents list under host pm configuration. I'm missing something? thanks! Matteo PS: Also tried to set up an empty param mapping, just to test # engine-config -s CustomVdsFenceOptionMapping="hetzner_robot:" but still nothing.

Answering to self: after setting the values with engine-config, engine needs to be restarted. Then my custom fence agent shows up and works :) Regards, Matteo ----- Il 1-lug-19, alle 17:49, Matteo mbrancaleoni@voismart.it ha scritto:
Hi,
I'm trying to add a custom fence agent for my test deployment on hetzner.
Have written a small fence_hetzner_robot script which works ok from cli and installed on every ovirt node.
Then added with engine_config in this way:
# engine-config -s CustomVdsFenceType="hetzner_robot"
But does not show up in fence agents list under host pm configuration.
I'm missing something?
thanks! Matteo
PS: Also tried to set up an empty param mapping, just to test
# engine-config -s CustomVdsFenceOptionMapping="hetzner_robot:"
but still nothing. _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/4XZL3OTM7YLBWR...
participants (1)
-
Matteo