[ovirt-users] Ip spoofing

2014-06-19 Thread Punit Dambiwal
Hi, I have setup Ovirt with glusterfs...I have some concern about the network part 1. Is there any way to restrict the Guest VM...so that it can be assign with single ip address...and in anyhow the user can not manipulate the IP address from inside the VM (that means user can not change the

Re: [ovirt-users] can't attach storage domain to data center

2014-06-23 Thread Punit Dambiwal
-virt.example 3. service glusterd restart 4. service vdsmd restart -- quick-read=off read-ahead=off io-cache=off stat-prefetch=off eager-lock=enable remote-dio=enable quorum-type=auto server-quorum-type=server -- Thanks, Punit Dambiwal On Mon, Jun 23, 2014 at 4:35 PM

Re: [ovirt-users] Ip spoofing

2014-06-24 Thread Punit Dambiwal
:51PM +0100, Dan Kenigsberg wrote: On Thu, Jun 19, 2014 at 04:23:18PM +0800, Punit Dambiwal wrote: Hi, I have setup Ovirt with glusterfs...I have some concern about the network part 1. Is there any way to restrict the Guest VM...so that it can be assign with single ip

[ovirt-users] Mask the CPU model

2014-06-24 Thread Punit Dambiwal
Hi, Can i mask the CPU in Ovirt as we can do in the openstack /cloudstack...actually i don't want users to know the actual CPU modeli want it to modify actual CPU model with custom defined CPU like Virtual CPU instead of Nehalam/Sendybridge in the guest VM. Thanks, Punit

Re: [ovirt-users] Mask the CPU model

2014-06-25 Thread Punit Dambiwal
Hi Sven, Please let me know which VDSM hook can be used for the same,is there any hook available for the same... ?? Thanks, Punit On Wed, Jun 25, 2014 at 3:10 PM, Sven Kieske s.kie...@mittwald.de wrote: Am 25.06.2014 04:46, schrieb Punit Dambiwal: Hi, Can i mask the CPU in Ovirt

Re: [ovirt-users] Ip spoofing

2014-06-26 Thread Punit Dambiwal
: ls -lZ /usr/libexec/vdsm/hooks/before_device_create I first thought it might be related to vdsms sudoers rights but a plain python script should be executed without modification to the sudoers config. HTH Am 26.06.2014 06:22, schrieb Punit Dambiwal: Hi Dan, The permission

[ovirt-users] Difference between run run-once

2014-06-26 Thread Punit Dambiwal
Hi, Please let me know the difference between run and run-once... Thanks, Punit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] Mask the CPU model

2014-06-26 Thread Punit Dambiwal
, schrieb Punit Dambiwal: Hi Sven, Please let me know which VDSM hook can be used for the same,is there any hook available for the same... ?? I don't know any hook that does this, it should be relatively simple, though. Maybe someone else can assist, CC'ing Dan: Do you know of a hook

Re: [ovirt-users] Ip spoofing

2014-06-27 Thread Punit Dambiwal
Hi Dan, Still the sameVM can spoof the ip address...attached is the VM domain xml file On Thu, Jun 26, 2014 at 5:30 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi Sven, I already give the sudo user permission to VDSM user... Yes..after VDSM restart i can see this hook in host tab

Re: [ovirt-users] Mask the CPU model

2014-06-27 Thread Punit Dambiwal
the CPU Model in the Cluster in ovirt. You can't put any host in a cluster which doesn't comply to it's cpu model, thus allowing migration within that cluster. HTH Am 27.06.2014 06:06, schrieb Punit Dambiwal: Hi, I don't want to faking a CPU model.my main concern is to create

Re: [ovirt-users] Ip spoofing

2014-06-27 Thread Punit Dambiwal
, Punit Dambiwal wrote: Hi Dan, Still the sameVM can spoof the ip address...attached is the VM domain xml file snip yep, the hook script did not come into action. interface type='bridge' mac address='00:1a:4a:81:80:01'/ source bridge='private'/ target

Re: [ovirt-users] Mask the CPU model

2014-06-27 Thread Punit Dambiwal
put any host in a cluster which doesn't comply to it's cpu model, thus allowing migration within that cluster. HTH Am 27.06.2014 06:06, schrieb Punit Dambiwal: Hi, I don't want to faking a CPU model.my main concern is to create the homogeneous environment,so the guest can

Re: [ovirt-users] Ip spoofing

2014-06-27 Thread Punit Dambiwal
Hi, I found below messages in the audit log :- [root@gfs1 ~]# grep avc /var/log/audit/audit.log type=AVC msg=audit(1403834461.442:266685): avc: denied { read } for pid=27958 comm=logrotate name=core dev=dm-0 ino=789758 scontext=system_u:system_r:log

Re: [ovirt-users] Ip spoofing

2014-06-30 Thread Punit Dambiwal
the hook on all the hosts and give a try ?? On Mon, Jun 30, 2014 at 3:46 PM, Dan Kenigsberg dan...@redhat.com wrote: On Mon, Jun 30, 2014 at 10:11:21AM +0800, Punit Dambiwal wrote: Hi Dan, I did the same as you suggested...please find the attached logs and domainxml And now, the log

Re: [ovirt-users] Ip spoofing

2014-07-02 Thread Punit Dambiwal
Hi Dan, Even now i install the noipspoof on all the hosts...but still the same result...user can be spoof On Wed, Jul 2, 2014 at 4:44 PM, Dan Kenigsberg dan...@redhat.com wrote: On Wed, Jul 02, 2014 at 09:55:19AM +0800, Punit Dambiwal wrote: Hi Dan, I didn't understand about this,would

Re: [ovirt-users] Ip spoofing

2014-07-02 Thread Punit Dambiwal
in before_device_create without .py file extension should i change it with 50_noipspoof.py ?? [root@gfs1 before_device_create]# ls 50_noipspoof [root@gfs1 before_device_create]# On Mon, Jun 30, 2014 at 7:12 PM, Dan Kenigsberg dan...@redhat.com wrote: On Mon, Jun 30, 2014 at 06:17:25PM +0800, Punit Dambiwal wrote

[ovirt-users] Backup

2014-07-02 Thread Punit Dambiwal
Hi, I have one question regarding the backup architecture for ovirt 1. How to take the backup of VM ?? 2. Is there any way we can schedule the backup of all VM's on another storage(Suppose we have two storage one for VM disks and another for VM backups) ?? 3. Is there any way to restore the

[ovirt-users] Glusterfs HA with Ovirt

2014-07-03 Thread Punit Dambiwal
Hi, I have some HA related concern about glusterfs with Ovirt...let say i have 4 storage node with gluster bricks as below :- 1. 10.10.10.1 to 10.10.10.4 with 2 bricks each and i have distributed replicated architecture... 2. Now attached this gluster storge to ovrit-engine with the following

Re: [ovirt-users] Live snapshot not working

2014-07-03 Thread Punit Dambiwal
Hi Nicolas, Which version of qemu-kvm requried ??? is there any work around to install that version on centos 6.5 ?? Thanks, Punit On Thu, Jul 3, 2014 at 4:02 PM, Nicolas Ecarnot nico...@ecarnot.net wrote: Le 03/07/2014 09:50, Punit Dambiwal a écrit : Hi, I want to create a live

Re: [ovirt-users] Live snapshot not working

2014-07-03 Thread Punit Dambiwal
Hi, That means this bug can be fix in the next release Ovirt 3.5 only.?? Is there any work around to resolve this in Ovirt 3.4.3 with CentOS 6?? On Thu, Jul 3, 2014 at 4:08 PM, Nicolas Ecarnot nico...@ecarnot.net wrote: Le 03/07/2014 10:06, Punit Dambiwal a écrit : Hi Nicolas, Which

Re: [ovirt-users] Live snapshot not working

2014-07-03 Thread Punit Dambiwal
Hi Federico, Yes... I am using Centos 6.5 x64... Thanks, Punit On Thu, Jul 3, 2014 at 9:52 PM, Federico Alberto Sayd fs...@uncu.edu.ar wrote: On 03/07/14 04:50, Punit Dambiwal wrote: Hi, I want to create a live snapshot of VM, but it failed with the following error :- There are 3

Re: [ovirt-users] Glusterfs HA with Ovirt

2014-07-03 Thread Punit Dambiwal
for the storage portion to serve as the mount point so it’s not dependent on any one server. -Darrell On Jul 3, 2014, at 1:14 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi, I have some HA related concern about glusterfs with Ovirt...let say i have 4 storage node with gluster bricks as below :- 1

Re: [ovirt-users] Live snapshot not working

2014-07-03 Thread Punit Dambiwal
does not comply with the cluster SV-Cluster emulated machines. The Hosts emulated machines are Non interactive user and the cluster is rhel6.5.0} --- Thanks, Punit D On Fri, Jul 4, 2014 at 9:08 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi Federico, Yes... I am using Centos 6.5

Re: [ovirt-users] Glusterfs HA with Ovirt

2014-07-03 Thread Punit Dambiwal
HTH On Fri, Jul 4, 2014 at 11:48 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi, Thanks...can you suggest me any good how to/article for the glusterfs with ovirt... One strange thing is if i will try both (compute storage) on the same node...the below quote not happen

Re: [ovirt-users] Glusterfs HA with Ovirt

2014-07-03 Thread Punit Dambiwal
...or not ?? because i tested even the mount point node goes down...the VM will not pause and not affect... On Fri, Jul 4, 2014 at 1:18 PM, Andrew Lau and...@andrewklau.com wrote: Or just localhost as your computer and storage are on the same box. On Fri, Jul 4, 2014 at 2:48 PM, Punit Dambiwal hypu...@gmail.com

Re: [ovirt-users] Live snapshot not working

2014-07-06 Thread Punit Dambiwal
Hi Dan, I already removed it from the ovirt-engine and reinstall itcan this bug will fixed in 3.5 ?? On Fri, Jul 4, 2014 at 9:56 PM, Dan Kenigsberg dan...@redhat.com wrote: On Fri, Jul 04, 2014 at 10:02:44AM +0800, Punit Dambiwal wrote: Hi Sven, I force installed the following

Re: [ovirt-users] Ip spoofing

2014-07-08 Thread Punit Dambiwal
Hi Dan, If i use openstack neutron and integrate with ovirtcan it help to prevent the ip spoof ?? If yes...is there any good howto for install the neutron integrate neutron with ovirt ?? Thanks, Punit On Wed, Jul 2, 2014 at 4:55 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi Dan

Re: [ovirt-users] Ip spoofing

2014-07-09 Thread Punit Dambiwal
on the setup are appriceated. JureKr On 06/19/2014 10:23 AM, Punit Dambiwal wrote: Hi, I have setup Ovirt with glusterfs...I have some concern about the network part 1. Is there any way to restrict the Guest VM...so that it can be assign with single ip address...and in anyhow the user

[ovirt-users] Host installation failed. Network error during communication with the host.

2014-07-15 Thread Punit Dambiwal
Hi, I want to add one host to Ovirt Engine...but it's failed with the following error :- Host installation failed. Network error during communication with the host. Engine Log :- 2014-07-15 15:02:54,823 INFO [org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy) Installation

[ovirt-users] Guest VM CPU Information Different from the Host

2014-07-17 Thread Punit Dambiwal
Hi, In my Ovirt cluster i am using the following CPU (Intel(R) Xeon(R) CPU E5-2648L v2 @ 1.90GHz),but in the guest machine it shows Intel Xeon E312xx (Sandy Bridge) Seems it recognize E5 CPU as E3 CPUis there any way to modify it to Intel Xeon E526xx (Sandy Bridge) instead of Intel Xeon

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-07-17 Thread Punit Dambiwal
Hi All, We are also struggling with the same problemcan anybody mind to update here the resolution or suggest us the way to get rid of this Failed to connect to server (code: 1006 error. Thanks, Punit On Thu, Jul 17, 2014 at 5:20 PM, Shanil S xielessha...@gmail.com wrote: Hi, We are

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-07-20 Thread Punit Dambiwal
Hi All, I am still waiting for the updates...is there any one have the clue to solve this problem ??? Thanks, Punit On Fri, Jul 18, 2014 at 12:37 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi All, We are also struggling with the same problemcan anybody mind to update here

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-07-23 Thread Punit Dambiwal
, Punit Dambiwal wrote: Hi Michal, We want to access vm console by using noVNC and Rest api. We are using websocket proxy on the same machine where engine runs and we try to get the console access from the another server that is outside from this cluster. But when we try to connect

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-07-24 Thread Punit Dambiwal
on how we could do it. Let me think about it a little bit longer, I'll try to ask around and maybe we'll come up with something better. Thanks, Franta. - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Shanil S xielessha...@gmail.com, Dan Kenigsberg dan...@redhat.com

[ovirt-users] Host installation failed. Unexpected connection termination.

2014-07-26 Thread Punit Dambiwal
Hi, I have successfully installed ovirt engine 3.4.3...but when i try to add host in the cluster it failed with the following error :- Host compute1 installation failed. Unexpected connection termination. Engine Log :- 2014-07-26 17:18:37,140 INFO

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-07-28 Thread Punit Dambiwal
console access. Do you really need the Administrative Portal or could you live with the User Portal? Do you need VM control through your portal, or only consoles? What is your use scenario? -Bob On Jul 25, 2014 12:33 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi Dan, We require the VM

Re: [ovirt-users] Host installation failed. Unexpected connection termination.

2014-07-28 Thread Punit Dambiwal
wrote: On Mon, Jul 28, 2014 at 10:01:43AM +0800, Punit Dambiwal wrote: Hi, I tried again without gluster (disable gluster service) but still the same Following is my network architecture :- eth0+eth1=bond0 bond0.10= ovirtmgmt (VLAN10) bond0.37= VMnetwork (VLAN 37) eth2+eth3

[ovirt-users] Network Question

2014-07-29 Thread Punit Dambiwal
Hi, I am facing one strange problem with Ovirt network...i have the below network in my ovirt cluster :- eth0+eth1=bond0 bond0.10= ovirtmgmt (43.250.X.X) bond0.37= VMnetwork eth2+eth3=bond1 (Storage) (10.10.10.X) Glusterfs running on 4 HV's with each have 2 bricks... But still the glusterfs

Re: [ovirt-users] Network Question

2014-07-30 Thread Punit Dambiwal
/2014 01:21 PM, Dan Kenigsberg wrote: On Wed, Jul 30, 2014 at 01:04:48PM +0800, Punit Dambiwal wrote: Hi, I am facing one strange problem with Ovirt network...i have the below network in my ovirt cluster :- eth0+eth1=bond0 bond0.10= ovirtmgmt (43.250.X.X) bond0.37= VMnetwork eth2+eth3

Re: [ovirt-users] Network Question

2014-07-30 Thread Punit Dambiwal
wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Antoni Segura Puimedon asegu...@redhat.com Cc: Sahina Bose sab...@redhat.com, Dan Kenigsberg dan...@redhat.com, barum...@redhat.com, users@ovirt.org, Itamar Heim ih...@redhat.com, Michal Skrivanek

Re: [ovirt-users] Network Question

2014-07-31 Thread Punit Dambiwal
Hi All, Is there any update on this ?? On Thu, Jul 31, 2014 at 9:08 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi Antoni, But all the bricks and gluster in the another subnet...I am using the Compute and gluster storage combined on the same host Ovirtmgmt :- 43.25.76.0/24 Gluster

Re: [ovirt-users] Network Question

2014-08-03 Thread Punit Dambiwal
10GB network here with bonding) ?? On Fri, Aug 1, 2014 at 6:14 PM, Sahina Bose sab...@redhat.com wrote: On 08/01/2014 02:51 PM, Dan Kenigsberg wrote: On Fri, Aug 01, 2014 at 09:43:07AM +0800, Punit Dambiwal wrote: Hi All, Is there any update on this ?? On Thu, Jul 31, 2014 at 9:08 AM

[ovirt-users] Standalone Websocket Proxy not working

2014-08-05 Thread Punit Dambiwal
Hi All, I have followed the following document to install the websocket proxy on seperate machine :- http://www.ovirt.org/Features/noVNC_console#Setup_Websocket_Proxy_on_a_Separate_Machine But when i try to open the VNC console it failed with the following errors :- Server disconnected (code:

Re: [ovirt-users] Standalone Websocket Proxy not working

2014-08-05 Thread Punit Dambiwal
to trust the CA in your browser. ciao, Simone - Original Message - From: Punit Dambiwal hypu...@gmail.com To: users@ovirt.org, Dan Kenigsberg dan...@redhat.com, aha...@redhat.com, Sven Kieske s.kie...@mittwald.de, Michal Skrivanek michal.skriva...@redhat.com, Antoni Segura Puimedon

Re: [ovirt-users] Network Question

2014-08-05 Thread Punit Dambiwal
Hi Sahina, But Ovirt panel doesn't allow me to add with FQDN...it just display the ip address of the hosts... [image: Inline image 1] On Tue, Aug 5, 2014 at 7:48 PM, Sahina Bose sab...@redhat.com wrote: On 08/04/2014 09:06 AM, Punit Dambiwal wrote: Hi Sahina, But when i try to add

Re: [ovirt-users] Guest VM Console Creation/Access using REST API and noVNC

2014-08-05 Thread Punit Dambiwal
Hi, I am still waiting for the updatesis there any one in the community who can help me to resolve this issueor the Ovirt lacking this feature.that means we can not integrate VM console to our own portal through API ??? Thanks, Punit On Mon, Jul 28, 2014 at 2:40 PM, Punit Dambiwal

Re: [ovirt-users] Standalone Websocket Proxy not working

2014-08-05 Thread Punit Dambiwal
Hi All, It's Ok now...there was some mismatch in the country at the time of the key generation (subject=/C=country/O=organization/CN=fqdn)...regenerate the key with same country and organization as engine...it works... Thanks, Punit On Wed, Aug 6, 2014 at 9:02 AM, Punit Dambiwal hypu

Re: [ovirt-users] Network Question

2014-08-06 Thread Punit Dambiwal
/oVirt_Wiki:How_to_change_Gluster%27s_network_interface) 5. What about if i add new host later on ?? Thanks, Punit D On Wed, Aug 6, 2014 at 5:10 PM, knarra kna...@redhat.com wrote: On 08/06/2014 06:36 AM, Punit Dambiwal wrote: Hi Sahina, But Ovirt panel doesn't allow me to add with FQDN...it just

[ovirt-users] Ovirt SSL Question

2014-08-12 Thread Punit Dambiwal
Hi All, I have one question regarding the SSL settings in Ovirtlet me explain my environment first :- 1. Ovirt engine :- mgmt.3linux.com 2. Standalone websocket proxy :- web-proxy.3linux.com 3. Our Own Portal :- portal.3linux.com We have the above architecture...we fetch the VM console from

Re: [ovirt-users] Ovirt SSL Question

2014-08-14 Thread Punit Dambiwal
Hi All, Is there any one can help me to solve this issue.. Thanks, Punit On Wed, Aug 13, 2014 at 9:53 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi All, I have one question regarding the SSL settings in Ovirtlet me explain my environment first :- 1. Ovirt engine :- mgmt.3linux.com

Re: [ovirt-users] Ovirt SSL Question

2014-08-14 Thread Punit Dambiwal
:13 PM, Alon Bar-Lev alo...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: users@ovirt.org, aha...@redhat.com, Sven Kieske s.kie...@mittwald.de, Dan Kenigsberg dan...@redhat.com, Michal Skrivanek michal.skriva...@redhat.com, Antoni Segura

Re: [ovirt-users] Ovirt SSL Question

2014-08-14 Thread Punit Dambiwal
Hi Alon, Thanks...but still the same questionfor which FQDN i need to purchase the SSL (Ovirt engine FQDN or standalone websocket proxy FQDN) ?? On Fri, Aug 15, 2014 at 9:46 AM, Alon Bar-Lev alo...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com

Re: [ovirt-users] Ovirt SSL Question

2014-08-14 Thread Punit Dambiwal
-proxy.conf.d/20-pki.conf and override the SSL_CERTIFICATE and SSL_KEY with 3rd party certificate chain and matching key. ?? On Fri, Aug 15, 2014 at 9:51 AM, Alon Bar-Lev alo...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Alon Bar-Lev alo...@redhat.com

Re: [ovirt-users] Ovirt SSL Question

2014-08-14 Thread Punit Dambiwal
it seems i need to do the same as we can do for the websocket...m i right ?? Thanks For your help Alon... Thanks, Punit On Fri, Aug 15, 2014 at 10:19 AM, Alon Bar-Lev alo...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Alon Bar-Lev alo

Re: [ovirt-users] Ovirt SSL Question

2014-08-15 Thread Punit Dambiwal
Hi Alon, Thanks a ton for your help...I will try this and let you know if face any problem. Thanks, Punit On Fri, Aug 15, 2014 at 1:16 PM, Alon Bar-Lev alo...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Alon Bar-Lev alo...@redhat.com Cc

[ovirt-users] GlusterFS Distributed Replicate HA with KeepAlived

2014-08-15 Thread Punit Dambiwal
Hi, I have 4 node GlusterFS Distributed Replicate volume...the same 4 host node i am using for compute purposenow i want to make it HAso if any host goes down .VM will not pause and it will migrate to another available node... 1. Can any one have any document or reference to do this

Re: [ovirt-users] GlusterFS Distributed Replicate HA with KeepAlived

2014-08-18 Thread Punit Dambiwal
. --Humble On Fri, Aug 15, 2014 at 12:05 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi, I have 4 node GlusterFS Distributed Replicate volume...the same 4 host node i am using for compute purposenow i want to make it HAso if any host goes down .VM will not pause

[ovirt-users] Force Fully Stop Stuck Process

2014-08-18 Thread Punit Dambiwal
Hi, I provision one VMbut it keep running from last 45 min...but still not completed yet...it seems it stuckis there any way to force fully kill this process... Thanks, Punit ___ Users mailing list Users@ovirt.org

[ovirt-users] Template unable to provision

2014-08-19 Thread Punit Dambiwal
Hi, I have created one OS template...now i want to use that to provision VM's...but when i try to deploy the VM..VM failed with the following error :- Error while executing action AddVmFromTemplate: Image is not a legal chain Even i can not remove this template Thanks, Punit

Re: [ovirt-users] Template unable to provision

2014-08-19 Thread Punit Dambiwal
, Aug 19, 2014 at 3:52 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi, I have created one OS template...now i want to use that to provision VM's...but when i try to deploy the VM..VM failed with the following error :- Error while executing action AddVmFromTemplate: Image is not a legal chain

Re: [ovirt-users] gluster host without raid?

2014-08-19 Thread Punit Dambiwal
Hi Tibor, In this if your host OS disk will crash your brick data also inaccessible..better to have the RAID1 for OS... Thanks, Punit On Tue, Aug 19, 2014 at 2:29 PM, Demeter Tibor tdeme...@itsmart.hu wrote: Hi, I would like to make a four-node gluster based cluster, but I don't have

Re: [ovirt-users] Force Fully Stop Stuck Process

2014-08-19 Thread Punit Dambiwal
: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: users@ovirt.org, aha...@redhat.com, Dan Kenigsberg dan...@redhat.com, Antoni Segura Puimedon asegu...@redhat.com, Sven Kieske s.kie...@mittwald.de, Frantisek Kobzik fkob...@redhat.com, Itamar Heim ih...@redhat.com, Michal

Re: [ovirt-users] GlusterFS Distributed Replicate HA with KeepAlived

2014-08-19 Thread Punit Dambiwal
localhost...then whenever any node goes down the VM's of the failed node will not migrate to another node... ?? http://lists.ovirt.org/pipermail/users/2014-July/025728.html Thanks, Punit Dambiwal On Tue, Aug 19, 2014 at 8:23 PM, Humble Devassy Chirammal humble.deva...@gmail.com wrote: Hi

Re: [ovirt-users] Force Fully Stop Stuck Process

2014-08-19 Thread Punit Dambiwal
Hi All, Just to curious to know..is there any way to force fully close stuck process...or any process taking long time can kill ?? Thanks, Punit D On Tue, Aug 19, 2014 at 4:11 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi Omer, It's resolved now...the VM disk was in locked status

[ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
Hi, Is there any one integrate nagios with Ovirt for VM monitoring and usages graphs... ?? If yes..please refer me the article..as the Ovirt report and DWH is not good... Thanks, Punit ___ Users mailing list Users@ovirt.org

Re: [ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
, 2014 at 3:14 PM, Sahina Bose sab...@redhat.com wrote: On 08/21/2014 12:31 PM, Punit Dambiwal wrote: Hi, Is there any one integrate nagios with Ovirt for VM monitoring and usages graphs... ?? If yes..please refer me the article..as the Ovirt report and DWH is not good... We have

Re: [ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
...@redhat.com wrote: On 08/21/2014 12:51 PM, Punit Dambiwal wrote: Hi Sahina, Thanks for the update...but this url (see http://www.ovirt.org/Features/Nagios_Integration#HOW_TO) is just for the glusterfsi need it to be for gluster,hosts VM's... And in the another url..( http

Re: [ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
Hi Sahina, Thanks a lot for the help...I will try it and let you know if find any problem... Thanks, Punit On Thu, Aug 21, 2014 at 4:15 PM, Sahina Bose sab...@redhat.com wrote: On 08/21/2014 01:23 PM, Punit Dambiwal wrote: Hi Sahina, Thanksone more question is should i install

Re: [ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
Hi Sahina, Is it possible to integrate cacti or mrtg for the VM network usages report ?? Thanks, Punit On Thu, Aug 21, 2014 at 4:37 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi Sahina, Thanks a lot for the help...I will try it and let you know if find any problem... Thanks, Punit

Re: [ovirt-users] Nagios with Ovirt

2014-08-21 Thread Punit Dambiwal
Hi Sahina, Would you mind to let me know how to create the ovirt UI ?? On Thu, Aug 21, 2014 at 6:09 PM, Sahina Bose sab...@redhat.com wrote: On 08/21/2014 02:08 PM, Punit Dambiwal wrote: Hi Sahina, Is it possible to integrate cacti or mrtg for the VM network usages report ?? Yes

[ovirt-users] VM Deployment By Template

2014-08-25 Thread Punit Dambiwal
Hi All, I have some questions regarding the VM deployment through OS template... 1. I have imported centos template from openstack glance (the actual size of the template is 16GB but used is 1GB)...now my question is if i deploy the new VM with this template,the process will copy the whole 16GB

Re: [ovirt-users] VM Deployment By Template

2014-08-25 Thread Punit Dambiwal
or just 1 GB to create the new VM ?? 2. I find disk size can not modify at the time of VM provisioning,is there any way to modify the VM disk size ?? Thanks, Punit On Mon, Aug 25, 2014 at 5:42 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi All, I have some questions regarding the VM

[ovirt-users] VM disk expand

2014-08-26 Thread Punit Dambiwal
Hi, I have expaneded VM disk with 30GB...it's expanded successfully..but the disk size upgraded but the existing partition is same ?? It should expand the existing partition... [image: Inline image 1] Thanks, Punit ___ Users mailing list

Re: [ovirt-users] VM Deployment By Template

2014-08-26 Thread Punit Dambiwal
disk size and leter on install the OS through any OS template ??? i know i can install the OS through CD-ISO but i don't want the manual installation... Thanks, Punit On Tue, Aug 26, 2014 at 5:51 PM, Michal Skrivanek michal.skriva...@redhat.com wrote: On Aug 26, 2014, at 05:26 , Punit Dambiwal

Re: [ovirt-users] VM Deployment By Template

2014-08-26 Thread Punit Dambiwal
.. ?? Thanks, Punit On Tue, Aug 26, 2014 at 9:01 PM, Michal Skrivanek michal.skriva...@redhat.com wrote: On Aug 26, 2014, at 12:01 , Punit Dambiwal hypu...@gmail.com wrote: Hi Michal, 2. I find disk size can not modify at the time of VM provisioning,is there any way to modify the VM

Re: [ovirt-users] VM Deployment By Template

2014-08-26 Thread Punit Dambiwal
(not preallocated) provisioned. Darren Hart | IT Manager | Department of Biochemistry | University of Otago *T* - +6434794965 | *M* - +6421991638 From: Punit Dambiwal hypu...@gmail.com Date: Wednesday, 27 August 2014 1:18 pm To: Michal Skrivanek michal.skriva...@redhat.com Cc: aha...@redhat.com

[ovirt-users] Ovirt Engine Pgsql password

2014-08-26 Thread Punit Dambiwal
Hi All, I want to know how i can fetch the password of the pgsql...and how i can connect it thorugh remote pgsql client ?? Thanks, punit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] VM Snapshot Problem

2014-08-27 Thread Punit Dambiwal
Hi All, I am facing one strange problem with the snapshot of the VM...let me explain I have one vm called “vm1” i have created the following snapshots :- 1) 2014-08-20 First Snapshot 2) 2014-08-21 Second Snapshot 3) 2014-08-22 Third Snapshot Now if i try to restore the

Re: [ovirt-users] VM Deployment By Template

2014-08-27 Thread Punit Dambiwal
Hi Sven, It's Ok...but still the drawback is if i have 100GB template and use clone instead of thinnow if i want to create 10 VM with this template...it will copy 1TB data...and the provisioning will take long time ?? Is there any other work around to make this copy partial or the ovirt just

Re: [ovirt-users] VM Snapshot Problem

2014-08-27 Thread Punit Dambiwal
Hi Omer, Thanks... On Wed, Aug 27, 2014 at 3:03 PM, Omer Frenkel ofren...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: users@ovirt.org Sent: Wednesday, August 27, 2014 9:14:14 AM Subject: [ovirt-users] VM Snapshot Problem Hi All

Re: [ovirt-users] VM Deployment By Template

2014-08-27 Thread Punit Dambiwal
. Could you please more elaborate point number 3...how to use it..i will go with this one ... Thanks, Punit On Wed, Aug 27, 2014 at 4:37 PM, Itamar Heim ih...@redhat.com wrote: On 08/27/2014 04:18 AM, Punit Dambiwal wrote: Hi Michal, I want to deploy the VM with the template

Re: [ovirt-users] VM Deployment By Template

2014-08-27 Thread Punit Dambiwal
, Itamar Heim ih...@redhat.com wrote: On 08/27/2014 12:08 PM, Punit Dambiwal wrote: Hi Itamar, Thanks for the updateYes.. i want to create different size VM with the same OS template... 3. we support disk resize since 3.4 (iirc), which you can do post VM provisioning

Re: [ovirt-users] VM Deployment By Template

2014-08-27 Thread Punit Dambiwal
... Is the cloud-init...custom script can do this or not ?? Thanks, Punit On Wed, Aug 27, 2014 at 6:11 PM, Itamar Heim ih...@redhat.com wrote: On 08/27/2014 12:47 PM, Punit Dambiwal wrote: Hi Itamar, To edit the disk size are you referring this Another way i got is create the VM with 1GB virtual

Re: [ovirt-users] [oVirt 3.5] Problem with connection in noVNC to VM (Connect timeout)

2014-08-27 Thread Punit Dambiwal
Hi, Are you using the valid SSL or Self signed ?? If self-signed then you need to trust this ssl in to your browser first...so please open the following in to another tab of your browser and run the following https://engine:6100 and accept the certificate and close this tab... Now click on the

Re: [ovirt-users] VM Deployment By Template

2014-08-27 Thread Punit Dambiwal
Hi All, Please help me to solve this problem...or suggest me any workaround ?? Thanks, Punit On Wed, Aug 27, 2014 at 8:01 PM, Karli Sjöberg karli.sjob...@slu.se wrote: On Wed, 2014-08-27 at 19:52 +0800, Punit Dambiwal wrote: Hi Itamar, It's the same as i used and discussed in last

Re: [ovirt-users] VM Deployment By Template

2014-08-28 Thread Punit Dambiwal
, essential, it just makes things easier) At Thursday, 28-08-2014 on 16:49 Shahar Havivi wrote: On 28.08.14 11:05, Punit Dambiwal wrote: Hi All, Please help me to solve this problem...or suggest me any workaround ?? Thanks, Punit On Wed, Aug 27, 2014 at 8:01 PM, Karli Sjöberg

Re: [ovirt-users] VM Deployment By Template

2014-08-28 Thread Punit Dambiwal
Hi All, I read this article...can this help... https://catn.com/2013/06/03/resize-a-centos-virtual-machine-image/ Thanks, Punit On Thu, Aug 28, 2014 at 10:33 PM, Michal Skrivanek michal.skriva...@redhat.com wrote: On Aug 27, 2014, at 13:52 , Punit Dambiwal hypu...@gmail.com wrote: Hi

Re: [ovirt-users] Migration failed due to Error: Fatal error during migration

2014-08-28 Thread Punit Dambiwal
Hi , I am also facing the same issue... here is the engine logs :- 2014-08-29 09:27:45,432 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateStatusVDSCommand] (org.ovirt.thread.pool-6-thread-24) FINISH, MigrateStatusVDSCommand, log id: 1f3e4161 2014-08-29 09:27:45,439 INFO

Re: [ovirt-users] [oVirt 3.5] Problem with connection in noVNC to VM (Connect timeout)

2014-08-28 Thread Punit Dambiwal
...@gmail.com: Why port 6100. It's not working or maybe it's nothing show. 2014-08-27 14:04 GMT+02:00 Punit Dambiwal hypu...@gmail.com: Hi, Are you using the valid SSL or Self signed ?? If self-signed then you need to trust this ssl in to your browser first...so please open the following

Re: [ovirt-users] Guest reboot feature using REST API

2014-08-31 Thread Punit Dambiwal
Hi Alexander, Is there any way to force reboot,if guest-agent removed form the guest machine ?? Thanks, Punit On Fri, Aug 29, 2014 at 8:08 PM, Alexander Wels aw...@redhat.com wrote: On Friday, August 29, 2014 04:12:01 PM Shanil S wrote: Hi Juan, This is the normal reboot of the vm,

Re: [ovirt-users] VM Deployment By Template

2014-09-02 Thread Punit Dambiwal
Hi All, Can anyone suggest me the good way to achieve thisor any script which i can put in to cloud-init...to modify the root partition.. Thanks, Punit On Fri, Aug 29, 2014 at 9:25 AM, Punit Dambiwal hypu...@gmail.com wrote: Hi All, I read this article...can this help... https

[ovirt-users] VM File System expansion

2014-09-03 Thread Punit Dambiwal
Hi, I read this article and found that we can expand the VM disk online but it doesn't expand the filesystem of the VM. I tried the following but still it didn't work..all the below commands failed on the host.. I am using :- 1. Ovirt 3.4.3 2. Glusterfs 3.5

[ovirt-users] Default VM Disk Format is RAW ??

2014-09-04 Thread Punit Dambiwal
Hi, I have checked and found that ovirt support two type of disk formats (RAW QCOW2)...but bydefault it create the VM disk with RAW formati try but didn't find any way to change this format to qcow2 ?? How i can change the default vm disk from RAW to QCOW2 ?? I am using the below :- Ovirt

Re: [ovirt-users] Default VM Disk Format is RAW ??

2014-09-04 Thread Punit Dambiwal
Hi Joyrick, ThanksI will followup on the same... Punit On Thu, Sep 4, 2014 at 5:57 PM, Jorick Astrego j.astr...@netbulae.eu wrote: On 09/04/2014 09:19 AM, Punit Dambiwal wrote: Hi, I have checked and found that ovirt support two type of disk formats (RAW QCOW2)...but bydefault

Re: [ovirt-users] Can I use qcow2?

2014-09-04 Thread Punit Dambiwal
Hi, I have checked and found that ovirt support two type of disk formats (RAW QCOW2)...but bydefault it create the VM disk with RAW formati try but didn't find any way to change this format to qcow2 ?? How i can change the default vm disk from RAW to QCOW2 ?? I am using the below :- Ovirt

Re: [ovirt-users] VM File System expansion

2014-09-04 Thread Punit Dambiwal
...@redhat.com wrote: On Thu, Sep 04, 2014 at 09:51:53AM +0800, Punit Dambiwal wrote: Hi, I read this article and found that we can expand the VM disk online but it doesn't expand the filesystem of the VM. Which article? virt-resize can only be used for offline expansion of disks

Re: [ovirt-users] VM Autostart disable

2014-09-04 Thread Punit Dambiwal
the oVirt VMs, oVirt does. On Thu, Sep 4, 2014 at 11:14 PM, Punit Dambiwal hypu...@gmail.com wrote: Hi, I have checked and found that by default the Autostart is disable...is there any drawback to enable it ??? How i can enable it for all the VM's by default ?? [image: Inline image 1

Re: [ovirt-users] Template Size different in dashboard and storage...

2014-09-08 Thread Punit Dambiwal
, Punit On Mon, Sep 8, 2014 at 4:44 PM, Prasad Mukhedkar pra...@mukhedkar.com wrote: On 09/08/2014 01:53 PM, Punit Dambiwal wrote: I didn't find this script engine-psql.sh in my engine server,would you mind to let me know the exact path for this script file... If you're on 3.4, You will fine

[ovirt-users] OS template | Errno 101] Network unreachable

2014-09-10 Thread Punit Dambiwal
Hi, I have created one OS template...and now when i use this template to create the VM...the cloud-init network doesn't set in the VMand from the VM console i can see the following error :- url_helper.py [WARNING] Calling ' http://169.254.169.254/2009-04-04/meta-data/instance-id' failed: url

Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-09-16 Thread Punit Dambiwal
Hi, Also can add multiple ips to a single (VNIC) network interface...on Guest VM... Thanks, Punit On Wed, Sep 17, 2014 at 12:39 AM, Daniel Helgenberger daniel.helgenber...@m-box.de wrote: On 16.09.2014 16:20, Antoni Segura Puimedon wrote: - Original Message - From: Daniel

  1   2   3   >