[ovirt-users] Re: How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
\d+ => any number. + indicate double/triple... digit number. (,[a-z_A-Z0-9]+=\d+) => This indicate repetition unit and * indicate this unit can present multiple time or zero time. $ => indicate end of line. I am not good at regex but hope this might help someone. Thanks, Rohit On Thu, J

[ovirt-users] How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
Hi, I want to set custom vm property as shown below testme = String1:45;String2:67; I know engine-config command to run in ovirt, but not able to construct regular expresion. Please help me. engine-config -s UserDefinedVMProperties='multiq=' I tried below regex but server throw 500 error code aft

[ovirt-users] VM IPsec network performance

2019-06-27 Thread TranceWorldLogic .
Hi, I have enable multi-queue feature on nic card and I am getting normal throughput as 26 Gbps. But when I am trying throughput test with IPsec I am getting only max 1.5Gbps. After looking at CPU usages, it is free more than 50%, I am not getting why low throughput in ipsec case. Below are my tr

[ovirt-users] vNIC Network Filter setting

2018-05-04 Thread TranceWorldLogic
Hi, I want to set default vNIC profile "Network Filter" setting as "no-ip-muticast" rather than "vdsm-no-muticast-snooping". Can it possible in ovirt ? If yes, how to do same ? Thanks, ~Rohit ___ Users mailing list Users@ovirt.org http://lists.ovirt.o

Re: [ovirt-users] Hosted Engine storage on management IP

2017-10-18 Thread TranceWorldLogic .
Hi, I saw that vdsm is updating gluster cluster with gluster network IP. (in file /var/lib/glusterd/peers/ I can see hostname2 entry) Will this also make sure hosted-storage get sync on gluster network ? Please help me. Thanks, ~Rohit On Wed, Oct 18, 2017 at 12:39 PM, TranceWorldLogic

Re: [ovirt-users] Hosted Engine storage on management IP

2017-10-18 Thread TranceWorldLogic .
i > > On Tue, Oct 17, 2017 at 9:59 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I was trying to setup separate gluster network in ovirt. >> But I saw hosted-storage volume which I had created for hosted-engine >> still

[ovirt-users] Hosted Engine storage on management IP

2017-10-17 Thread TranceWorldLogic .
Hi, I was trying to setup separate gluster network in ovirt. But I saw hosted-storage volume which I had created for hosted-engine still running on managment network. Can I move that hosted-storage gluster volume on gluster network ? Thanks, ~Rohit ___

[ovirt-users] Ovirt 4.1 - Multiple Nics on hosted engine

2017-10-14 Thread TranceWorldLogic .
Hi, I tried to add new interface to hosted engine via GUI. It got added but network was not accessible from hosted engine (ping was failing) So I got old mail thread for adding "Multiple Nic on hosted engine" I tired to follow but not found this file for ovirt 4.1 /etc/ovirt-hosted-engine/vm.con

[ovirt-users] ansible ovirt_vms parameter cloud_init_nics

2017-09-27 Thread TranceWorldLogic .
Hi, I was trying to initialize more than one nic via cloud init using ansible as shown below vars: myNicList: [ { nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot: "true"},{ nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot: "true"} ] ovirt_vms: auth: "{{ ovirt_auth }}" nam

Re: [ovirt-users] Ovirt 4.1 gluster with libgfapi

2017-08-02 Thread TranceWorldLogic .
Thanks Denis, Can anyone help me to know when 4.1.5 will be release ? (release date). ​ ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] Ovirt 4.1 gluster with libgfapi

2017-08-02 Thread TranceWorldLogic .
Hi, I was going through gluster document it was talking about libgfapi, that gives better performance. And I also went through many bug description and comment and mail thread in ovirt group. But still not understood, how to enable libgfapi ? Is it supported in 4.1 ? I am confuse. Please help me

[ovirt-users] Regarding Ovirt Node ISO

2017-07-27 Thread TranceWorldLogic .
Hi, I want to know packages list in ovirt node ISO. Do we have some documentation or some auto output of jenkin job ? Please let me know. Thanks, ~Rohit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] Ovirt 4.1 additional hosted-engine deploy setup on another host not working

2017-07-24 Thread TranceWorldLogic .
x27;hosted-engine' sub tab in the 'Add host' / edit host > dialog box. > > Thanks > kasturi > > On Mon, Jul 24, 2017 at 4:05 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I want to add another h

[ovirt-users] Ovirt 4.1 additional hosted-engine deploy setup on another host not working

2017-07-24 Thread TranceWorldLogic .
Hi, I want to add another host to hosted-engine. Hence I tried to follow steps as shown in below link: http://www.ovirt.org/documentation/self-hosted/chap-Installing_Additional_Hosts_to_a_Self-Hosted_Environment/ Topic : *Adding an Additional Self-Hosted Engine Host* But I not found any addition

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
Thanks Arik, It is working. On Wed, Jul 12, 2017 at 6:47 PM, Arik Hadas wrote: > > > On Wed, Jul 12, 2017 at 4:05 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I want to retry VM start procedure. >> Is this variable use

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
ine restart) > > For example > > engine-config -s FenceStartStatusRetries=30 > > > > > On Wed, Jul 12, 2017 at 12:27 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I have created HA VM with priority as High. >>

[ovirt-users] [ovirt 4.1] tutorial for external Scheduling policy

2017-07-12 Thread TranceWorldLogic .
Hi, Can some one point me to some document or tutorial for external Scheduling policy ? I want to understand this feature "external scheduling policy" but not got any idea how to implement that. Please point me some document [best will be tutorial or sample code]. Thanks, ~Rohit

[ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
Hi, I have created HA VM with priority as High. And then I block host network connection using firewall rule as shown below. e.g. iptables -I INPUT -j DROP; iptables -I OUTPUT -j DROP; As expected ovirt had call fencing to power off host and power on it again. At backgroud ovirt tried 10 time to

Re: [ovirt-users] [Ovirt 4.1] Hosted engine with glusterfs (2 node)

2017-07-11 Thread TranceWorldLogic .
Should I consider that there is no use of Quorum on 2 node. I need to setup odd :) nodes only. Please clarify same. Thanks, ~Rohit On Tue, Jul 11, 2017 at 12:57 PM, Simone Tiraboschi wrote: > > > On Tue, Jul 11, 2017 at 7:17 AM, TranceWorldLogic . < > tranceworldlo...@g

[ovirt-users] [Ovirt 4.1] Hosted engine with glusterfs (2 node)

2017-07-10 Thread TranceWorldLogic .
Hi, I was trying to setup hosted engine on 2 host machine but it not allowing to setup hosted engine on 2 node gluster file system. I have also modified vdsm.com to allow 2 replica count. But latter I found in code it is hard coded to 3 as shown below: --- ---

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-07-03 Thread TranceWorldLogic .
Hi All, I tried using hwrng as source for VM I got below error. qemu/backends/rng-random.c:44:entropy_available: assertion failed: (len != -1) Please help to understand it more. Thanks, ~Rohit On Mon, Jul 3, 2017 at 8:22 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote:

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-07-03 Thread TranceWorldLogic .
9; avg=161.107; max=164.427)Mibits/s rngtest: Program run time: 120154 microseconds Thanks, ~Rohit On Fri, Jun 30, 2017 at 7:42 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Your understanding is correct issue only due to encryption/decryption > process but not got idea

Re: [ovirt-users] [Ovirt 4.0] Cluster : Scheduling policy

2017-07-03 Thread TranceWorldLogic .
n that case vm migrate to host2. 3> After sometime host1 comes up. 4> I want vm to migrate back to its pin host (i.e host1) Please help me. Thanks, ~Rohit On Mon, Jul 3, 2017 at 6:27 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > Can some one help me how

[ovirt-users] [Ovirt 4.0] Cluster : Scheduling policy

2017-07-03 Thread TranceWorldLogic .
Hi, Can some one help me how to select PinToHost policy in ovirt 4.0 ? I am lost in GUI. http://www.ovirt.org/develop/release-management/features/sla/scheduler-policies/ Thanks, ~Rohit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailm

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-06-30 Thread TranceWorldLogic .
increase throughput and create multiple softIRQs in VM. But for normal traffic this all things are not required it gives 10G throughput. Thanks, ~Rohit On Fri, Jun 30, 2017 at 7:08 PM, Yaniv Kaul wrote: > > > On Fri, Jun 30, 2017 at 4:14 PM, TranceWorldLogic . < > tranceworldlo...@g

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-06-30 Thread TranceWorldLogic .
,virtio_scsi Would please check do I missing some virtio module ? One more finding, if I set queue property in vnic profile then I got good throughput. Thanks, ~Rohit On Fri, Jun 30, 2017 at 12:11 AM, Yaniv Kaul wrote: > > > On Thu, Jun 29, 2017 at 4:02 PM, TranceWorldLogic . < >

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-06-29 Thread TranceWorldLogic .
Got it, just I need to do modprobe to add virtio-rng driver. I will try with this option. Thanks for your help, ~Rohit On Thu, Jun 29, 2017 at 6:20 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > I am using host as Centos 7.3 and guest also centos 7.3 > i

Re: [ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-06-29 Thread TranceWorldLogic .
017 at 10:07 AM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> To increase network throughput we have changed txqueuelen of network >> device and bridge manually. And observed improved throughput. >> > > Interesting, as I&#

[ovirt-users] [Ovirt 4.0.6] Suggestion required for Network Throughput options

2017-06-29 Thread TranceWorldLogic .
Hi, To increase network throughput we have changed txqueuelen of network device and bridge manually. And observed improved throughput. But in ovirt I not see any option to increase txqueuelen. Can someone suggest me what will be the right way to increase throughput ? Note: I am trying to increa

Re: [ovirt-users] Regarding Host QoS

2017-06-22 Thread TranceWorldLogic .
gt;> What version of Rhevm are you running? >> >> Have you verified that your physical infrastructure (ports/switches) >> support and are set to 10g and not the default of 1024? >> >> >> Regards, >> >> >> Kevin >> >> On

[ovirt-users] Regarding Host QoS

2017-06-21 Thread TranceWorldLogic .
Hi, I have ethernet nic with 10Gbps link speed. I want to setup one network over it with rate limit as 5Gbps When I tried to enter 5000 mbps rate in host qos it throws error saying value cannot be more than 1024. Can some one help me to know how to set limit as 5000mbps(5gbps) rate ? Thanks, ~Ro

[ovirt-users] [Cloud-init] fail on CentOS

2017-05-25 Thread TranceWorldLogic .
Hi, OS: CentOS 6.8 For me , cloud-init is failing but not getting idea where. Would you please help me to enable logs of cloud-init ? cloud-init.log file is empty and I have also verified /etc/cloud/cloud.cfg.d/05_logging.cfg. It is default and look to me correct. Thanks, ~Rohit ___

Re: [ovirt-users] [GlusterFS] Regarding gluster backup-volfile-servers option

2017-05-18 Thread TranceWorldLogic .
Hi, Can you point me to some document that help me to understand how gluster client work ? Related to ovirt will be helpful. Thanks, ~Rohit On Thu, May 18, 2017 at 11:54 AM, knarra wrote: > On 05/18/2017 10:35 AM, TranceWorldLogic . wrote: > > Thanks, > Would you also explain

Re: [ovirt-users] [GlusterFS] Regarding gluster backup-volfile-servers option

2017-05-17 Thread TranceWorldLogic .
ts Host A and Host B with replica volume > configured, if Host A goes down for sometime, all the writes happens on > Host B and when Host A comes up data gets synced to HostA. > > Hope this helps > > Thanks > kasturi > > > On 05/17/2017 11:31 PM, TranceWorldLogic .

[ovirt-users] [GlusterFS] Regarding gluster backup-volfile-servers option

2017-05-17 Thread TranceWorldLogic .
Hi, Before trying out, I want to understand how glusterfs will react for below scenario. Please help me. Let consider I have two host hostA and hostB I have setup replica volume on hostA and hostB. (consider as storage domain for DATA in ovirt). I have configure data domain mount command with bac

[ovirt-users] [Ovirt 4.0] Multiple cluster and multiple storage possible ?

2017-05-03 Thread TranceWorldLogic .
Hi, I am trying to setup ovirt as shown below. DataCenter1 -Cluster1 -host1 NFS1-Data Domain | |-Cluster2 --host2-NFS2-Data Domain As you see in above case I am trying to attach both NFS partition to Datacente1 and I got v

Re: [ovirt-users] [Ovirt 4.0] HA VM fail to start on another Host.

2017-04-25 Thread TranceWorldLogic .
29 PM, knarra wrote: > On 04/25/2017 08:45 PM, TranceWorldLogic . wrote: > > Hi, > > This is regarding HA VM fail to restart on other host. > > I have setup, which has 2 host in a cluster let say host1 and host2. > And one HA VM (with High priority), say vm1. > And also

[ovirt-users] [Ovirt 4.0] HA VM fail to start on another Host.

2017-04-25 Thread TranceWorldLogic .
Hi, This is regarding HA VM fail to restart on other host. I have setup, which has 2 host in a cluster let say host1 and host2. And one HA VM (with High priority), say vm1. And also not storage domain is configure on host3 and it available all time. 1> Initially vm1 was running on host2. 2> Then

Re: [ovirt-users] [Python-SDK][Ovirt-4.0] Create VM on specific Host.

2017-04-19 Thread TranceWorldLogic .
Hi Juan, It working fine. affinity and hosts have solved my problem. Thanks, ~Rohit On Wed, Apr 19, 2017 at 5:16 PM, Juan Hernández wrote: > On 04/19/2017 01:27 PM, TranceWorldLogic . wrote: > > Hi, > > > > It is working fine. > > But I want to disable migration

Re: [ovirt-users] [Python-SDK][Ovirt-4.0] Create VM on specific Host.

2017-04-19 Thread TranceWorldLogic .
Hi, It is working fine. But I want to disable migration policy. It didn't solve my purpose. What else I have to do to disable migration ? Thanks, ~Rohit On Wed, Apr 19, 2017 at 1:36 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Thanks will try and let you

Re: [ovirt-users] [Python-SDK][Ovirt-4.0] Create VM on specific Host.

2017-04-19 Thread TranceWorldLogic .
Thanks will try and let you know, ~Rohit On Wed, Apr 19, 2017 at 1:18 PM, Juan Hernández wrote: > On 04/19/2017 09:34 AM, Juan Hernández wrote: > > On 04/19/2017 08:41 AM, TranceWorldLogic . wrote: > >> Hi, > >> > >> I was trying to create VM on specific HO

[ovirt-users] [Python-SDK][Ovirt-4.0] Create VM on specific Host.

2017-04-18 Thread TranceWorldLogic .
Hi, I was trying to create VM on specific HOST using python sdk as shown below. -- Code --- vm = vms_service.add( host = types.Host( name = "host-01", ), ) -- End Code -

[ovirt-users] [Ovirt 4.0 Python SDK] Host fail to move in Maintenance State

2017-04-07 Thread TranceWorldLogic .
Hi, I was trying to deactivate host via python SDK but found that host is not moving in Maintenance State. In this scenario, I found that I have one additional network added in cluster but not setup on Host. Hence it retrying in background for network sync. Because of this I suspect host is fail

[ovirt-users] Ovirt Setup Template.

2017-03-29 Thread TranceWorldLogic .
Hi, I was just trying to explore ovirt and was searching for tool that can help me to create ovirt setup template. But not found much information online. So I tried backup and restore method but that not solve my problem. I am looking for tool, in which I will provide host and number of VM and ne

Re: [ovirt-users] [Python SDK] Setup Host network with IP address

2017-03-23 Thread TranceWorldLogic .
Sorry, I made a stupid mistake. I given wrong IP itself ... it need to be 30 rather than 300. Please ignore mail. On Fri, Mar 24, 2017 at 10:12 AM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > I am trying to setup network via python sdk

[ovirt-users] [Python SDK] Setup Host network with IP address

2017-03-23 Thread TranceWorldLogic .
Hi, I am trying to setup network via python sdk as shown below: myhost_service.setup_networks( modified_network_attachments = [ types.NetworkAttachment( host = myhost, host_nic = ty

[ovirt-users] How to attach Host device to VM ?

2017-03-23 Thread TranceWorldLogic .
Hi, I have created an LVM device( /dev/myvg/lvm1 ) in Host. I want that device to attach with VM. Can I attach device to VM via vdsClient ? If yes, please provide me example command that I need to run. Thanks, ~Rohit ___ Users mailing list Users@ovirt.

[ovirt-users] How to set priority for HA VM via Python SDK ?

2017-03-23 Thread TranceWorldLogic .
Hi, I want to set priority of Highly Available VM as High via python SDK. I provided information as shown below: vm = self.vms_service.add( vm = types.Vm ( high_availability = types.HighAvailability( enabled = True,

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

2017-03-22 Thread TranceWorldLogic .
gt; On Wed, Mar 22, 2017 at 12:28 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> Regarding command => engine-config -s UserDefinedVMProperties='vmdis >> k=^.*$' >> How you come to know about "^.*$" to set

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

2017-03-22 Thread TranceWorldLogic .
perties='vmdisk=^.*$' > > Check that value is configured: > engine-config -g UserDefinedVMProperties > > Restart the engine. > > Now, it should be available in the UI. > > > [1] https://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/ > > > On

Re: [ovirt-users] Ovirt-Engine Notification via Python SDK

2017-03-22 Thread TranceWorldLogic .
Perina wrote: > Hi, > > you cannot get events about those changes using Python SDK. The only > solution to receive such events is to setup ovirt-engine-notifier and > subscribe into those events on your SMTP or SNMP server. > > Martin Perina > > > On Wed, Mar 2

[ovirt-users] How to enable vmdisk property ?

2017-03-21 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

[ovirt-users] Ovirt-Engine Notification via Python SDK

2017-03-21 Thread TranceWorldLogic .
Hi, I want to register my python script with ovirt to get notification.(e.g .Host went down or came up.) But not got any information on same it look to me that polling is the only one solution. I am sending this mail to confirm my understanding (ovirt-engine not send notification to python script

Re: [ovirt-users] How to configure Cloud-init in Guest OS ?

2017-03-16 Thread TranceWorldLogic .
Thanks Juan for helping me. ~Rohit On Fri, Mar 17, 2017 at 12:51 AM, Juan Hernández wrote: > On 03/16/2017 04:09 PM, TranceWorldLogic . wrote: > > Hi, > > > > > > I am trying to create file using same API, as shown below: > > --

Re: [ovirt-users] How to configure Cloud-init in Guest OS ?

2017-03-16 Thread TranceWorldLogic .
t;cloud_init=" not handled in ovirt ? Thanks, ~Rohit On Thu, Mar 16, 2017 at 7:33 PM, Juan Hernández wrote: > On 03/16/2017 02:22 PM, TranceWorldLogic . wrote: > > Hi, > > > > I am trying to use cloud-int to provide some text file in guest OS as > > mention i

[ovirt-users] how to attach lvm device to VM ?

2017-03-16 Thread TranceWorldLogic .
Hi, I have created LVM partition in host. I don't want that partition to act as storage domain in ovirt, but I want to attach that partition to VM. So I used virsh command to attach device to VM and it was successfully attached (block device as raw type). But when I tried to take snapshot of VM f

[ovirt-users] How to configure Cloud-init in Guest OS ?

2017-03-16 Thread TranceWorldLogic .
Hi, I am trying to use cloud-int to provide some text file in guest OS as mention in below link. (tried using sdk) But it is not working. http://www.ovirt.org/develop/release-management/features/cloud/cloud-init-integration/ 1> Do I need to do some configure cloud-init in Guest OS ? -> I hav just

Re: [ovirt-users] Fail to setup network just after host setup via python SDK

2017-01-23 Thread TranceWorldLogic .
these files at your host. > > Thanks, > Ondra > > On Thu, Jan 19, 2017 at 12:41 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I was trying to add host in ovirt. And it got succeeded. >> But when I tried to setup

[ovirt-users] Fail to setup network just after host setup via python SDK

2017-01-19 Thread TranceWorldLogic .
Hi, I was trying to add host in ovirt. And it got succeeded. But when I tried to setup network it throw below error. " Fault detail is "[Cannot setup Networks. Another Setup Networks or Host Refresh process in progress on the host. Please try later.]". HTTP response code is 409." Please help me

Re: [ovirt-users] [Issue] Ovirt Engine 4.0 fail to start

2017-01-18 Thread TranceWorldLogic .
I clenup history and it started working Thanks , I just want to understand, would please explain or point some material ? On Wed, Jan 18, 2017 at 7:56 PM, Yedidyah Bar David wrote: > On Wed, Jan 18, 2017 at 3:29 PM, TranceWorldLogic . > wrote: > > Hi, > > > > I am tryi

Re: [ovirt-users] Ovirt 4.0.6 fail to set boottype for ovirtmgmt interface

2017-01-17 Thread TranceWorldLogic .
/085636ca7a2ab80c76c71e80b54d8c323606844c Thanks, ~Rohit On Tue, Jan 17, 2017 at 4:58 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > I was trying to add host in ovirt 4.0.6 using my cluster mark as OVS. > In 4.0.5, it was able to setup ovirtmgmt interface but in 4.0.6 it fail to > s

[ovirt-users] Ovirt 4.0.6 fail to set boottype for ovirtmgmt interface

2017-01-17 Thread TranceWorldLogic .
Hi, I was trying to add host in ovirt 4.0.6 using my cluster mark as OVS. In 4.0.5, it was able to setup ovirtmgmt interface but in 4.0.6 it fail to setup interface. I tried debugging this and found that vdsm generated ifcfg for ovirtmgmt not have boottype as dhcp. And hence it fail to bring host

Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-11 Thread TranceWorldLogic .
Thanks Gianluca On Wed, Jan 11, 2017 at 1:46 PM, Gianluca Cecchi wrote: > On Wed, Jan 11, 2017 at 6:31 AM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Thanks Ondra that link is useful, >> Do you have any Idea why VDSM disable balloon concept for

Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-10 Thread TranceWorldLogic .
d memory` and `defined memory` are equal, you are > allowed to create a VM. > > The difference between those you may find here: > > http://www.ovirt.org/documentation/admin-guide/virt/memory-faq/ > > On Tue, Jan 10, 2017 at 3:00 PM, TranceWorldLogic . > wrote: > > Thanks

Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-10 Thread TranceWorldLogic .
guaranteed=2*2**30, > ), > > Because guaranteed memory must be higher. > > On Tue, Jan 10, 2017 at 2:05 PM, TranceWorldLogic . > wrote: > > Hi, > > > > I was also getting same issue. > > And found that it work only for 1024 MB memory size. It may be due

Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-10 Thread TranceWorldLogic .
Hi, I was also getting same issue. And found that it work only for 1024 MB memory size. It may be due to "Blank" template value, not sure. Please someone help us to figure out this problem. Thanks, ~Rohit On Mon, Jan 9, 2017 at 10:36 PM, Logan Kuhn wrote: > I'm working on a program that shoul

[ovirt-users] [Ovirt 4.0 - Storage Domain] Fail to upload ISO using engine-iso-uploader

2017-01-09 Thread TranceWorldLogic .
Hi, I am trying to upload ISO image using engine-iso-uploader command as shown below. I have received error as shown below. # engine-iso-uploader -i vms_isos_myHost -u admin@internal -r ovirt.lab.com:443 upload /tmp/ubuntu.iso Uploading, please wait... ERROR: mount.nfs: access denied by server wh

Re: [ovirt-users] [Ansible - Ovirt] How to specifiy ovs properties ?

2017-01-06 Thread TranceWorldLogic .
ocs.ansible.com/ansible/ovirt_clusters_module.html > > I think that's what are you looking for. > > Ondra > > On Thu, Jan 5, 2017 at 7:19 AM, TranceWorldLogic . > wrote: > > Hi, > > > > I want to setup a logcal ovs network in ovirt. > > And to do the sa

[ovirt-users] [Ansible - Ovirt] How to specifiy ovs properties ?

2017-01-04 Thread TranceWorldLogic .
Hi, I want to setup a logcal ovs network in ovirt. And to do the same I want to use ansible tool. Hence I tried looking into ansible document and found below link. https://docs.ansible.com/ansible/ovirt_networks_module.html But question is how to configure propert "ovs = 1" in ansible. It may be

Re: [ovirt-users] How to execute Virsh command after ovirt installation ?

2017-01-04 Thread TranceWorldLogic .
do.fredi...@upx.com.br> > *Date: *Tuesday 3 January 2017 at 15:38 > *To: *"users@ovirt.org" > *Subject: *Re: [ovirt-users] How to execute Virsh command after ovirt > installation ? > > > > Honestlly I don't see why in 2017 people still using the old DRBD + >

[ovirt-users] [Storage Domain] [NFS] How to specify size ?

2017-01-04 Thread TranceWorldLogic .
Hi, I have created nfs storage domain and even imported in ovirt engine using below link. http://www.ovirt.org/documentation/how-to/troubleshooting/troubleshooting-nfs-storage-issues/ But I found that ovirt have created only 50 GB storage domain. I need this data domain size as 100 GB. How can I

Re: [ovirt-users] How to execute Virsh command after ovirt installation ?

2017-01-03 Thread TranceWorldLogic .
Le 03/01/2017 à 11:09, Yaniv Dary a écrit : > > It is preferable you use VDSM hooks to add devices to VMs. > > Yaniv Dary > Technical Product Manager > Red Hat Israel Ltd. > 34 Jerusalem Road > Building A, 4th floor > Ra'anana, Israel 4350109 > > Tel : +972 (9) 76

Re: [ovirt-users] How to execute Virsh command after ovirt installation ?

2017-01-03 Thread TranceWorldLogic .
Hi Joop, I want to add drdb device in vm instance hence would like to execute virsh command. Is it possible ? Thanks, ~Rohit On Tue, Jan 3, 2017 at 1:26 PM, jvandewege wrote: > On 3-1-2017 8:32, TranceWorldLogic . wrote: > > Hi, > > > > I tried execution below virs

[ovirt-users] How to execute Virsh command after ovirt installation ?

2017-01-02 Thread TranceWorldLogic .
Hi, I tried execution below virsh command after ovirt installation. but it requesting username and password. ~# virsh list --all Please enter your authentication name: Please let me know which username and password I have to provide ? Thanks, ~Rohit _

Re: [ovirt-users] How to invoke ovirt-guest-agent hook from ovirt engine SDK ?

2017-01-02 Thread TranceWorldLogic .
explain it clear me that my understand was wrong. Thanks for your help. Thanks, ~Rohit On Mon, Jan 2, 2017 at 1:04 PM, Vinzenz Feenstra wrote: > > > On Dec 30, 2016, at 11:03 AM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > > > > HI, > > Hi t

[ovirt-users] How to invoke ovirt-guest-agent hook from ovirt engine SDK ?

2016-12-30 Thread TranceWorldLogic .
HI, I was exploring more about ovirt-gueste-engin. It look to me very easy to configure add add hook as script. But my doubt is, how to invoke those script from ovirt-engine ? Please some one help me to understand this part. I am looking into python SDK code to figure out same but still not got l

Re: [ovirt-users] Issue with OVN/OVS and mandatory ovirtmgmt network

2016-12-28 Thread TranceWorldLogic .
Hi All, I am also facing same issue (unable to change ovirtmgmt to OVS type). On git repository, I saw some commit in which added support to switch network type in host. but there is red cross across those changes. Would I get to know will this issue get solve in 4.1 release ? I tried modifying

[ovirt-users] libvirtd network xml via ovirt

2016-12-26 Thread TranceWorldLogic .
Hi, To define network in libvirtd I had created network xml and added using below command. virsh net-define I was using this xml to group port for particular vlan-id. Is their any way in Ovirt to do similar job ? or Do I need to add each vm interface separately ? Thanks, ~Rohit

Re: [ovirt-users] How to setup OVS using python SDK ?

2016-12-26 Thread TranceWorldLogic .
uot; But ovirt is showing me "out-of-sync" message. *Can someone explain me why it shown as out-of-sync ?* *How ovirt determine sync on logical network ?* Thanks, ~Rohit On Mon, Dec 26, 2016 at 7:04 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, &g

Re: [ovirt-users] How to setup OVS using python SDK ?

2016-12-26 Thread TranceWorldLogic .
Among them you will find 'ovs', set it to 'true' or '1' to mark is as a OVS Network. And have one doubt. Why we have to set ovs property two time ? Thanks, ~Rohit On Tue, Dec 20, 2016 at 7:44 PM, Juan Hernández wrote: > On 12/20/2016 02:19 PM, TranceWorldLog

Re: [ovirt-users] Ovirt Java SDK

2016-12-22 Thread TranceWorldLogic .
let me know what is wrong I did. Thanks, ~Rohit On Thu, Dec 22, 2016 at 3:56 PM, Roy Golan wrote: > > > On 22 December 2016 at 11:21, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I want to try Java SDK to see its usability. >

[ovirt-users] Ovirt Java SDK

2016-12-22 Thread TranceWorldLogic .
Hi, I want to try Java SDK to see its usability. Can someone help me how to checkout code and compile Java SDK ? or Install Java SDK ? I am using Eclipse-Java for IDE. Thanks, ~Rohit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailma

[ovirt-users] Regarding old mail access

2016-12-21 Thread TranceWorldLogic .
Hi, While using this tool I try to do search and got some link (user ovirt mail links) where problem is already discussed. But when I try to open those link it not visible. Can some one help me to know how to view previous mail discussion ? Thanks, ~Rohit

[ovirt-users] How to setup OVS using python SDK ?

2016-12-20 Thread TranceWorldLogic .
Hi, I am trying to setup OVS network using ovirt and found guide as shown below: https://www.ovirt.org/networking/ovs/ Then, I tried to explore "vNic Profile" in sdk but not found any ovs profile in types.py. Can anyone help me how to setup ovs using python sdk ? I am using ovirtsdk4 (4.0 version

Re: [ovirt-users] Affinity/HA for a set of VMs

2016-12-14 Thread TranceWorldLogic .
Hi, After looking into some more document, I think storage level fencing is supported in ovirt via gluster. Can some one correct me on this ? Thanks, ~Rohit On Wed, Dec 14, 2016 at 2:32 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi Doron, > > Yes, I am refer

Re: [ovirt-users] Affinity/HA for a set of VMs

2016-12-14 Thread TranceWorldLogic .
Hi Doron, Yes, I am referring to storage level fencing like drbd/pacemaker tool. Thanks, ~Rohit On Wed, Dec 14, 2016 at 1:42 PM, Doron Fediuck wrote: > > > On Wed, Dec 14, 2016 at 9:23 AM, Yedidyah Bar David > wrote: > >> On Wed, Dec 14, 2016 at 9:02 AM, TranceW

[ovirt-users] Regarding fencing support in ovirt

2016-12-13 Thread TranceWorldLogic .
Hi, I was trying to explore more about fencing option supported in ovirt. But getting lost in documents. My requirement is to fence at VM level rather than host level. e.g let assume VM1.1, VM1.2,VM1.3 are running on host1 and VM2.1,VM2.2 VM2.3 running on host2. Suppose due to some error only VM1

[ovirt-users] Requesting Python SDK example for VDSM

2016-12-13 Thread TranceWorldLogic .
Hi, I had install ovirt relase 40 . Now I want to write a python script to interact with VDSM. Can some one point me to a tutorial guide for ovirtsdk4 ? [Document, tutorial, blog ...] I tried google search but not got good reference. Thanks, ~Rohit __

Re: [ovirt-users] Help to setup ovirt release 40

2016-12-13 Thread TranceWorldLogic .
. Thanks for your help and sorry for wrong trial. ~Rohit On Tue, Dec 13, 2016 at 7:44 PM, Yedidyah Bar David wrote: > On Tue, Dec 13, 2016 at 4:10 PM, TranceWorldLogic . > wrote: > > Hi Martin, > > > > I tried on centos 7. > > And got same error as mention in l

Re: [ovirt-users] Help to setup ovirt release 40

2016-12-13 Thread TranceWorldLogic .
ngine/setup/answers/20161213090944-setup.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed -- Thanks, ~Rohit On Tue, Dec 13, 2016 at 7:25 PM, Martin Perina wrote: > > > On Tue, Dec 13, 2016 at 2:51 PM, Trance

Re: [ovirt-users] Help to setup ovirt release 40

2016-12-13 Thread TranceWorldLogic .
o perform following > steps on Centos/RHEL 7 host: > > # yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm > # yum install ovirt-engine > # engine-setup > > > Martin Perina > > > On Tue, Dec 13, 2016 at 2:38 PM, TranceWorldLogic . < >

Re: [ovirt-users] Help to setup ovirt release 40

2016-12-13 Thread TranceWorldLogic .
irt.org/documenta >> tion/quickstart/quickstart-guide/ >> you can use guidance from http://www.ovirt.org/blog/2016 >> /08/up-and-running-with-ovirt-4-0-and-gluster-storage/ to have an idea >> as well.. >> >> JP >> >> 2016-12-13 10:13 GMT-03:00 TranceWorl