Bug 1458572
Summary: | engine-config can not set custom fencing parameters | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Eli Mesika <emesika> |
Component: | Tools.Config | Assignee: | Eli Mesika <emesika> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | David Necpal <dnecpal> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.0 | CC: | bugs, lsvaty, mperina |
Target Milestone: | ovirt-4.2.0 | Flags: | rule-engine:
ovirt-4.2+
lsvaty: testing_ack+ |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-12-20 10:57:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eli Mesika
2017-06-04 14:10:44 UTC
Bug/problem isn't solved. Testing on version: ovirt-engine-4.2.0-0.0.master.20170903205106.gitb17261a.el7.centos.noarch # engine-config -s CustomFenceAgentDefaultParams=ipmilan:lanplus; Cannot set value ipmilan:lanplus to key CustomFenceAgentDefaultParams. The entered key value is invalid. Value should match expression '([\w]+[:]([\w]*[=][\w]*[,]{0,1}[;]{0,1}){0,3}[;]{0,1})+'. Example: agent1=key1=val1,flag;key2=val2 Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. (In reply to David Necpal from comment #1) > Bug/problem isn't solved. > > Testing on version: > ovirt-engine-4.2.0-0.0.master.20170903205106.gitb17261a.el7.centos.noarch > > > # engine-config -s CustomFenceAgentDefaultParams=ipmilan:lanplus; > Cannot set value ipmilan:lanplus to key CustomFenceAgentDefaultParams. The > entered key value is invalid. Value should match expression > '([\w]+[:]([\w]*[=][\w]*[,]{0,1}[;]{0,1}){0,3}[;]{0,1})+'. Example: > agent1=key1=val1,flag;key2=val2 fence-agents package changed the syntax and now we can not send Boolean keys by their own, we not to use always the format <key>=<value> Please verify using the following syntax : # engine-config -s CustomFenceAgentDefaultParams=ipmilan:lanplus=1; Verified on version: ovirt-engine-4.2.0-0.0.master.20170903205106.gitb17261a.el7.centos.noarch This bugzilla is included in oVirt 4.2.0 release, published on Dec 20th 2017. Since the problem described in this bug report should be resolved in oVirt 4.2.0 release, published on Dec 20th 2017, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |