Eli Mesika has uploaded a new change for review. Change subject: core: Map PM iLO3 and iLO4 to their native agents ......................................................................
core: Map PM iLO3 and iLO4 to their native agents Till 3.5 ilo3 and ilo4 PM agents were mapped to ipmilan. ilo3 and ilo4 are now natively supported by the fence-agents package fence_ilo3 and fence_ilo4 scripts. This patch removes the mapping of ilo3 and ilo4 PM agents to ipmilan so the native scripts for those PM agents will be used. Change-Id: Icfcf5fc6cf6e44caaa608000e5c6e758493a74b8 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1126753 Signed-off-by: Eli Mesika <[email protected]> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/33920/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 6195759..9ef50b1 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -838,7 +838,7 @@ select fn_db_update_config_value('DBEngine','Postgres','general'); select fn_db_update_config_value('DefaultTimeZone','(GMT) GMT Standard Time','general'); select fn_db_update_config_value('FenceAgentDefaultParams','ilo3:lanplus,power_wait=4;ilo4:lanplus,power_wait=4','general'); -select fn_db_update_config_value('FenceAgentMapping','drac7=ipmilan,ilo2=ilo,ilo3=ipmilan,ilo4=ipmilan','general'); +select fn_db_update_config_value('FenceAgentMapping','drac7=ipmilan,ilo2=ilo','general'); select fn_db_update_config_value('FenceStartStatusDelayBetweenRetriesInSec','10','general'); select fn_db_update_config_value('FenceStartStatusRetries','18','general'); select fn_db_update_config_value('FenceStopStatusDelayBetweenRetriesInSec','10','general'); -- To view, visit http://gerrit.ovirt.org/33920 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icfcf5fc6cf6e44caaa608000e5c6e758493a74b8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
