
Hi Dan, The results are below :- [root@mgmt ~]# engine-config -g UserDefinedVMProperties UserDefinedVMProperties: version: 3.0 UserDefinedVMProperties: version: 3.1 UserDefinedVMProperties: version: 3.2 UserDefinedVMProperties: version: 3.3 UserDefinedVMProperties: version: 3.4 UserDefinedVMProperties: noipspoof=^[0-9.]*$ version: 3.5 [root@mgmt ~]# I used the following command to set this :- [root@mgmt ~]# engine-config -s "UserDefinedVMProperties=noipspoof=^[0-9.]*$" On Fri, Jun 5, 2015 at 10:16 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On Fri, Jun 05, 2015 at 03:28:11PM +0800, Punit Dambiwal wrote:
Hi,
I have installed noipspoof VDSM hooks...in the vdsm hooks it specify that you can use multiple ip address by comma separate list....but it's not working...
single ip can work without any issue...but can not add multiple ip address in this filed...
what is your
engine-config -g UserDefinedVMProperties
the regexp there should accept comas, too.