Comma Seperated Value doesn't accept by custom properties

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... [image: Inline image 1] Thanks, Punit

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.

----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Punit Dambiwal" <hypunit@gmail.com> Cc: users@ovirt.org Sent: Friday, June 5, 2015 5:16:43 PM Subject: Re: [ovirt-users] Comma Seperated Value doesn't accept by custom properties
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.
As far as I see the separator is ";" and not "," packaging/etc/engine-config/engine-config.properties:UserDefinedVMProperties.description="User defined VM properties" packaging/etc/engine-config/engine-config.properties:UserDefinedVMProperties.type=UserDefinedVMProperties packaging/etc/engine-config/engine-config.properties:UserDefinedVMProperties.mergable=true packaging/etc/engine-config/engine-config.properties:UserDefinedVMProperties.delimiter=;
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

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.

On Mon, Jun 08, 2015 at 11:15:45AM +0800, Punit Dambiwal wrote:
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.]*$"
oops, please add a coma character inside the brackets. If it works, please mark https://gerrit.ovirt.org/42031 as verified.

Hi Dan, Can save now the comma separate ip address...but still the problem persists.... 1. If one Network interface...i can add multiple ip addresses with comma separated... 2. But if i add another network interface to this VM....VM cannot boot up... 3. What need to do if i want to assign multiple ip address on multiple network interface ?? Thanks, Punit On Mon, Jun 8, 2015 at 4:54 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Jun 08, 2015 at 11:15:45AM +0800, Punit Dambiwal wrote:
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.]*$"
oops, please add a coma character inside the brackets. If it works, please mark https://gerrit.ovirt.org/42031 as verified.

On Mon, Jun 08, 2015 at 05:43:40PM +0800, Punit Dambiwal wrote:
Hi Dan,
Can save now the comma separate ip address...but still the problem persists....
1. If one Network interface...i can add multiple ip addresses with comma separated... 2. But if i add another network interface to this VM....VM cannot boot up... 3. What need to do if i want to assign multiple ip address on multiple network interface ??
Can you share your vdsm.log of this boot failure? Regards, Dan.
participants (3)
-
Dan Kenigsberg
-
Eli Mesika
-
Punit Dambiwal