Re: [ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread TranceWorldLogic .
Thankyou for help. ~Rohit On Wed, Mar 22, 2017 at 4:09 PM, Fred Rolland wrote: > It is a regular expression for free text. > For other properties it would be different : > 'pincpu=^[0-9]+$' only numbers > sap_agent=^(true|false)$'only true or false > > > On Wed, Mar

Re: [ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread Fred Rolland
It is a regular expression for free text. For other properties it would be different : 'pincpu=^[0-9]+$' only numbers sap_agent=^(true|false)$'only true or false On Wed, Mar 22, 2017 at 12:28 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > Regarding command =>

Re: [ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread TranceWorldLogic .
Hi, Regarding command => engine-config -s UserDefinedVMProperties='vmdisk=^.*$' How you come to know about "^.*$" to set for vmdisk ? Please explain in detail. Thanks, ~Rohit On Wed, Mar 22, 2017 at 1:07 PM, Fred Rolland wrote: > Hi, > > I assume you are referring to the

Re: [ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread Fred Rolland
Hi, I assume you are referring to the vmdisk hook [1] ? First, you need to install the hook on the host. To display the existing VM properties: engine-config -g UserDefinedVMProperties Add the vmdisk property, you will have to select the DC version: engine-config -s

[ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread TranceWorldLogic .
Hi, I want to use local storage for VM and hence I want to enable vmdisk custom property in ovirt. How to enable vmdisk in ovirt-engine ? Thanks, ~Rohit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users