Re: [Users] Bug: adding LocalStorage Data Centers

2013-11-13 Thread Sven Kieske
Hi,

yes it is, but that's not that simple at all, looking at our use case:

We want to automate this as much as possible via REST-API and scripts,
so we would need to e.g. put an ascending number in the path to avoid
this bug, but on the other hand this makes debugging via scripts
difficult as each server has it's own path, which must be detected or
stored in some way.

Until now this is a dev system, but once this goes live I expect it to
grow quite fast, so I really don't want such dirty workarounds in my
live systems, because let's be honest:
you never get rid off them again ;-)

So we are really looking forward for this patch! :-)

> btw, i assume the workaround is simply using a different path?

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cinder Integration

2013-11-13 Thread Itamar Heim

On 11/14/2013 12:10 AM, Udaya Kiran P wrote:

Hi Itamar,

Thanks for the update.

Is the POC for Cinder driver is ready? Are there any resources pointing
towards this?


still need to get to it, but we'd welcome help...



Regards,
Udaya Kiran


On Thursday, 14 November 2013 1:19 AM, Itamar Heim  wrote:
On 11/12/2013 01:38 AM, Udaya Kiran P wrote:

 > Hi everyone,
 >
 > Does anybody know if OpenStack Cinder Integration is done in oVirt3.3.
 >
 > Can I have some resources pointing to the same?


3.3 has glance and neutron (and keystone for their needs).
cinder is a bit more complex and not covered yet.






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Ayal Baron
Adding Stefan with the correct email this time.

- Original Message -
> Hi Paul,
> 
> First of all, thanks for the detailed answer, it really helps.
> See comments inline.
> 
> - Original Message -
> > Hello Itamar.
> > The specific use case is a particular propriety filesystem that needs to
> > see
> > a scsi device. It will do scsi inquiry conmmands to verify suitability.
> > In talking to the devs - of the filesystem - there is no way around it. I'd
> > previously tried virtio-block - resulting in the /dev/vd* device - and the
> > filesystem would not work.
> > 
> > From doing a bit of web searching it appears the kvm/qemu supports (or did
> > support) an emulated LSI scsi controller. My understanding is that the
> > various virtualization platforms will emulate a well supported device (by
> > the guest OSes) so that drivers are not an issue. For example this should
> > allow a VM on Vmware vsphere/vcenter to be exported to Ovirt and have it
> > boot up. The potential for further optimising the guest is there by
> > installing ovirt/qemu/kvm guest utils that then allow the guest OS to
> > understand the virtio nic and scsi devices. The guest could then be shut
> > down, the nic and scsi controller changed and the guest booted up again.
> > You can do the same thing in the Vmware world by installing their guest
> > tools, shutting down the guest VM, then reconfiguring it with a vmxnet3 nic
> > and pvscsi scsi adapter, then booting up again.
> > It does seem somewhat inconsistent in Ovirt that we allow a choice of Intel
> > e1000 or virtio nics, but do not offer any choice with the scsi adapter.
> 
> virtio-scsi support was just recently added to oVirt to allow for scsi
> passthrough and improved performance over virtio-blk.
> I believe the emulated scsi device in qemu never matured enough but possibly
> Stefan (cc'd) can correct me here.
> For simplicity sake we kept choosing the controller type out but there is
> nothing in the design preventing one from adding it.  This is however the
> first time I've actually heard any requests for it.
> Note that using hooks you can still enable any functionality that qemu-kvm
> supports but is not exposed in the GUI.  It's not the most elegant way, but
> it works.
> 
> > Again, in Vmware land you can choose to have a scsi disk, but you choose
> > which controller type it is attached to. In the current Ovirt 3.3.0 release
> > you just chose a virtio-scsi disk, rather than there being a separation of
> > the scsi disk and scsi controller.
> > The messy situation with importing VMs from other platforms could be eased
> > by
> > allowing an emulated scsi controller as well as the preferred virtio
> > controller.
> > As mentioned previously, the support for this seems to be present in
> > kvm/qemu. I wonder if there was a specific design decision (ie: some
> > particular reason) to not support the approach I've just described? I can
> > understand that in some cases simplicity is something to aim for though.
> > I think this would make migration away from the dominant market leader -
> > Vmware - easier and is something that would make ovirt/RHEV that more
> > compelling.
> > 
> > Getting back to my original query - 'open-vm-tools' support the vmware
> > paravirtual scsi adapter and I am able to install these on EL5 and then see
> > that adapter. It would be great if there was a similar initiative for the
> > various virtio devices where you could install a packge/kmod and then allow
> > some of the older OSes (of which there are still lots of VMs around for
> > various reasons). There are obviously drivers for the various Windows
> > flavours that take this approach. I'm surprised that for Linux it is just a
> > case of 'if it's in the kernel you are running then it is supported'.
> > 
> > I'm really pleased with the progress the ovirt has been making. I'm like to
> > see it continue to knock down the various reasons out there as to why
> > people
> > with Vmware vcenter shops can't migrate over to it.
> > 
> > Cheers,
> > Paul
> > 
> > 
> > On Wednesday, 13 November 2013 8:57 PM, Itamar Heim 
> > wrote:
> > On 11/13/2013 03:58 AM, Paul Jansen wrote:
> > > Hi Rene.
> > > I specifically need the scsi support (virtio-scsi).
> > > I do know about the virtio-block support, which results in /dev/vd*
> > > devices as you say.
> > > From what I read even EL6 earlier than 6.3 does not support virtio-scsi
> > > 
> > > Alternatively, does oVirt support an emulated scsi adapter of a
> > > different type that would allow me to see scsi disks?
> > 
> > may i ask why do you need the virtual disks to specifically be scsi?
> > 
> > > 
> > > Regards,
> > > Paul
> > > 
> > > 
> > > On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)
> > > < r.k...@ovido.at > wrote:
> > > On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
> > > > According to https://access.redhat.com/site/solutions/20511
> > > < https://access.redhat.com/site/solutions/20511 >virtio
> > > 

Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Ayal Baron
Hi Paul,

First of all, thanks for the detailed answer, it really helps.
See comments inline.

- Original Message -
> Hello Itamar.
> The specific use case is a particular propriety filesystem that needs to see
> a scsi device. It will do scsi inquiry conmmands to verify suitability.
> In talking to the devs - of the filesystem - there is no way around it. I'd
> previously tried virtio-block - resulting in the /dev/vd* device - and the
> filesystem would not work.
> 
> From doing a bit of web searching it appears the kvm/qemu supports (or did
> support) an emulated LSI scsi controller. My understanding is that the
> various virtualization platforms will emulate a well supported device (by
> the guest OSes) so that drivers are not an issue. For example this should
> allow a VM on Vmware vsphere/vcenter to be exported to Ovirt and have it
> boot up. The potential for further optimising the guest is there by
> installing ovirt/qemu/kvm guest utils that then allow the guest OS to
> understand the virtio nic and scsi devices. The guest could then be shut
> down, the nic and scsi controller changed and the guest booted up again.
> You can do the same thing in the Vmware world by installing their guest
> tools, shutting down the guest VM, then reconfiguring it with a vmxnet3 nic
> and pvscsi scsi adapter, then booting up again.
> It does seem somewhat inconsistent in Ovirt that we allow a choice of Intel
> e1000 or virtio nics, but do not offer any choice with the scsi adapter.

virtio-scsi support was just recently added to oVirt to allow for scsi 
passthrough and improved performance over virtio-blk.
I believe the emulated scsi device in qemu never matured enough but possibly 
Stefan (cc'd) can correct me here.
For simplicity sake we kept choosing the controller type out but there is 
nothing in the design preventing one from adding it.  This is however the first 
time I've actually heard any requests for it.
Note that using hooks you can still enable any functionality that qemu-kvm 
supports but is not exposed in the GUI.  It's not the most elegant way, but it 
works.

> Again, in Vmware land you can choose to have a scsi disk, but you choose
> which controller type it is attached to. In the current Ovirt 3.3.0 release
> you just chose a virtio-scsi disk, rather than there being a separation of
> the scsi disk and scsi controller.
> The messy situation with importing VMs from other platforms could be eased by
> allowing an emulated scsi controller as well as the preferred virtio
> controller.
> As mentioned previously, the support for this seems to be present in
> kvm/qemu. I wonder if there was a specific design decision (ie: some
> particular reason) to not support the approach I've just described? I can
> understand that in some cases simplicity is something to aim for though.
> I think this would make migration away from the dominant market leader -
> Vmware - easier and is something that would make ovirt/RHEV that more
> compelling.
> 
> Getting back to my original query - 'open-vm-tools' support the vmware
> paravirtual scsi adapter and I am able to install these on EL5 and then see
> that adapter. It would be great if there was a similar initiative for the
> various virtio devices where you could install a packge/kmod and then allow
> some of the older OSes (of which there are still lots of VMs around for
> various reasons). There are obviously drivers for the various Windows
> flavours that take this approach. I'm surprised that for Linux it is just a
> case of 'if it's in the kernel you are running then it is supported'.
> 
> I'm really pleased with the progress the ovirt has been making. I'm like to
> see it continue to knock down the various reasons out there as to why people
> with Vmware vcenter shops can't migrate over to it.
> 
> Cheers,
> Paul
> 
> 
> On Wednesday, 13 November 2013 8:57 PM, Itamar Heim  wrote:
> On 11/13/2013 03:58 AM, Paul Jansen wrote:
> > Hi Rene.
> > I specifically need the scsi support (virtio-scsi).
> > I do know about the virtio-block support, which results in /dev/vd*
> > devices as you say.
> > From what I read even EL6 earlier than 6.3 does not support virtio-scsi
> > 
> > Alternatively, does oVirt support an emulated scsi adapter of a
> > different type that would allow me to see scsi disks?
> 
> may i ask why do you need the virtual disks to specifically be scsi?
> 
> > 
> > Regards,
> > Paul
> > 
> > 
> > On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)
> > < r.k...@ovido.at > wrote:
> > On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
> > > According to https://access.redhat.com/site/solutions/20511
> > < https://access.redhat.com/site/solutions/20511 >virtio
> > > work on > rhel5.3.
> > > 
> > > You have to edit /etc/modprobe.conf and generate a new initrd.
> > 
> > 
> > If you're installing the OS on a VirtIO disk this is done automatically
> > by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
> > everything worke

Re: [Users] Failed to configure management network on the host

2013-11-13 Thread Mike Kolesnik

- Original Message -
> Please attach vdsm.log and supervdsm.log after you get the "Failed to
> configure management network on the host" error.

Also a relevant segment from the engine.log file from the failure might be 
helpful.

> 
> - Original Message -
> From: "Rob Abshear" 
> To: users@ovirt.org
> Sent: Wednesday, November 13, 2013 6:12:57 PM
> Subject: [Users] Failed to configure management network on the host
> 
> I am running oVirt Engine Version:
> 3.4.0-0.2.master.20131107144332.git214186b.fc18.  I am having an issue
> adding new hosts.  I do a fresh install of fc18 on the host and then try
> to add it into my cluster.  The controller installs all packages and it
> looks like it's all good, but at the end I get the message "Failed to
> configure management network on the host" and the host goes into non

Did you alter the ovirtmgmt network that is in the data center where you're 
adding the hosts?

> operational state.  I can remove the host and add it into a second oVirt
> environment that I am running.  This other environment is runningoVirt
> Engine Version: 3.2.3-1.fc18.  Once I add it into that other
> environment, I can then remove it and successfully add it into my 3.4
> environment.
> 
> --
> 
> 
> *NADA Convention & Expo*:  January 24-27, 2014 - New Orleans, LA - Booth
> 5001
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cinder Integration

2013-11-13 Thread Udaya Kiran P
Hi Itamar,

Thanks for the update.

Is the POC for Cinder driver is ready? Are there any resources pointing towards 
this?

Regards,
Udaya Kiran



On Thursday, 14 November 2013 1:19 AM, Itamar Heim  wrote:
 
On 11/12/2013 01:38 AM, Udaya Kiran P wrote:

> Hi everyone,
>
> Does anybody know if OpenStack Cinder Integration is done in oVirt3.3.
>
> Can I have some resources pointing to the same?

3.3 has glance and neutron (and keystone for their needs).
cinder is a bit more complex and not covered yet.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Wei, Gang
And you need to copy files from server to client before you try to run
provisioner.sh every time you run OAT_configure.sh again.

Jimmy


> -Original Message-
> From: Wei, Gang
> Sent: Thursday, November 14, 2013 11:26 AM
> To: Nicolae Paladi
> Cc: Doron Fediuck; users@ovirt.org; Wei, Gang
> Subject: RE: [Users] Trusted Pools and CentOS 6 packages
> 
> Can you try netstat -anp | grep 8443? Maybe it is occupied by apache.
> 
> Meanwhile check whether tomcat is up.
> 
> Jimmy
> 
> 
> > -Original Message-
> > From: Nicolae Paladi [mailto:n.pal...@gmail.com]
> > Sent: Wednesday, November 13, 2013 10:43 PM
> > To: Wei, Gang
> > Cc: Doron Fediuck; users@ovirt.org
> > Subject: Re: [Users] Trusted Pools and CentOS 6 packages
> >
> > Hi,
> >
> > I am using port 8443, since no other process -- as far as I know -- is
> using it;
> >
> > below you will find all of the requested configuration files:
> >
> > Contents of /etc/oat_client/*:
> > log4j.properties: http://pastebin.com/MQLM68vs
> > OAT.properties: http://pastebin.com/LwHihxah
> > OATprovisioner.properties: http://pastebin.com/0x5TShtZ
> > TPMModule.properties: http://pastebin.com/hvw9gfRE
> >
> >
> > server.xml: http://pastebin.com/VZ9Vk6iC
> > OAT_client.sh: http://pastebin.com/St4yCGcF
> >
> > provisioner.sh: http://pastebin.com/RedqQt8V
> >
> >
> > cheers,
> > /Nicolae.
> >
> >
> > On 13 November 2013 14:47, Wei, Gang  wrote:
> >
> >
> > This time it failed earlier. Looks like the PCA webservice2 was not
> > listening on 8443 port. Have you replaced the port 8443 with 8442 in
> > server
> > side ($TOMCAT_HOME/conf/server.xml) but not change it in client side
> > (/usr/share/oat-client/script/OAT_client.sh)? Or the 8443 port is
> occupied
> > by another app?
> >
> > Please copy the content from your current server.xml, OAT_client.sh,
> > provisioner.sh and /etc/oat-client/* into the content of your reply
> for
> > analysis. (don't attach *.sh as attachments, that will get filtered
> by my
> > company's mailing system).
> >
> > Thanks
> > Jimmy
> >
> >
> >
> > > -Original Message-
> > > From: Nicolae Paladi [mailto:n.pal...@gmail.com]
> > > Sent: Wednesday, November 13, 2013 7:01 PM
> > > To: Wei, Gang
> > > Cc: Doron Fediuck; users@ovirt.org
> > > Subject: Re: [Users] Trusted Pools and CentOS 6 packages
> > >
> >
> > > Hi,
> > >
> > > thank you for the feedback;
> > > I've gone through the steps again, but obtained the exactly same
> > problem:
> > >
> > > 1. I removed all of the previously installed packaged related to
> OAT.
> > >
> > > 2. I followed the tutorial, until this command:
> > >
> > > bash provisioner.sh
> > >
> > > provisioner.sh: line 7: systemctl: command not found
> > > ### ecStorage = NVRAM###
> > > Performing TPM provisioning...FAILED
> > > javax.xml.ws.WebServiceException: Failed to access the WSDL at:
> > >
> >
> https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2Factor
> > > yService?wsdl. It failed with:
> > > Connection refused.
> > > at
> > >
> >
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLP
> > > arser.java:162)
> > > at
> > >
> >
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.j
> > > ava:144)
> > > at
> > >
> >
> com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.jav
> > > a:265)
> > > at
> > >
> >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
> > > at
> > >
> >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
> > > at
> > >
> >
> com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.jav
> > a:104
> > > )
> > > at javax.xml.ws.Service.(Service.java:77)
> > > at
> > >
> >
> gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWe
> > bSer
> > >
> >
> vice2FactoryServiceService.(HisPrivacyCAWebService2FactoryService
> > Servi
> > > ce.java:42)
> > > at
> > >
> >
> gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWe
> > bSer
> > >
> >
> vices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2Cli
> > > entInvoker.java:32)
> > > at
> > >
> >
gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
> > > Caused by: java.net.ConnectException: Connection refused
> > > at java.net.PlainSocketImpl.socketConnect(Native Method)
> > > at
> > >
> >
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.jav
> > a:339
> > > )
> > > at
> > >
> >
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketI
> > mpl.j
> > > ava:200)
> > > at
> > >
> >
java.net.AbstractPlainSocketImpl.connect

Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Wei, Gang
Can you try netstat -anp | grep 8443? Maybe it is occupied by apache.

Meanwhile check whether tomcat is up.

Jimmy


> -Original Message-
> From: Nicolae Paladi [mailto:n.pal...@gmail.com]
> Sent: Wednesday, November 13, 2013 10:43 PM
> To: Wei, Gang
> Cc: Doron Fediuck; users@ovirt.org
> Subject: Re: [Users] Trusted Pools and CentOS 6 packages
> 
> Hi,
> 
> I am using port 8443, since no other process -- as far as I know -- is
using it;
> 
> below you will find all of the requested configuration files:
> 
> Contents of /etc/oat_client/*:
> log4j.properties: http://pastebin.com/MQLM68vs
> OAT.properties: http://pastebin.com/LwHihxah
> OATprovisioner.properties: http://pastebin.com/0x5TShtZ
> TPMModule.properties: http://pastebin.com/hvw9gfRE
> 
> 
> server.xml: http://pastebin.com/VZ9Vk6iC
> OAT_client.sh: http://pastebin.com/St4yCGcF
> 
> provisioner.sh: http://pastebin.com/RedqQt8V
> 
> 
> cheers,
> /Nicolae.
> 
> 
> On 13 November 2013 14:47, Wei, Gang  wrote:
> 
> 
>   This time it failed earlier. Looks like the PCA webservice2 was not
>   listening on 8443 port. Have you replaced the port 8443 with 8442 in
> server
>   side ($TOMCAT_HOME/conf/server.xml) but not change it in client side
>   (/usr/share/oat-client/script/OAT_client.sh)? Or the 8443 port is
occupied
>   by another app?
> 
>   Please copy the content from your current server.xml, OAT_client.sh,
>   provisioner.sh and /etc/oat-client/* into the content of your reply
for
>   analysis. (don't attach *.sh as attachments, that will get filtered
by my
>   company's mailing system).
> 
>   Thanks
>   Jimmy
> 
> 
> 
>   > -Original Message-
>   > From: Nicolae Paladi [mailto:n.pal...@gmail.com]
>   > Sent: Wednesday, November 13, 2013 7:01 PM
>   > To: Wei, Gang
>   > Cc: Doron Fediuck; users@ovirt.org
>   > Subject: Re: [Users] Trusted Pools and CentOS 6 packages
>   >
> 
>   > Hi,
>   >
>   > thank you for the feedback;
>   > I've gone through the steps again, but obtained the exactly same
> problem:
>   >
>   > 1. I removed all of the previously installed packaged related to
OAT.
>   >
>   > 2. I followed the tutorial, until this command:
>   >
>   > bash provisioner.sh
>   >
>   > provisioner.sh: line 7: systemctl: command not found
>   > ### ecStorage = NVRAM###
>   > Performing TPM provisioning...FAILED
>   > javax.xml.ws.WebServiceException: Failed to access the WSDL at:
>   >
> https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2Factor
>   > yService?wsdl. It failed with:
>   > Connection refused.
>   > at
>   >
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLP
>   > arser.java:162)
>   > at
>   >
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.j
>   > ava:144)
>   > at
>   >
> com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.jav
>   > a:265)
>   > at
>   >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
>   > at
>   >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
>   > at
>   >
>
com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.jav
> a:104
>   > )
>   > at javax.xml.ws.Service.(Service.java:77)
>   > at
>   >
>
gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWe
> bSer
>   >
>
vice2FactoryServiceService.(HisPrivacyCAWebService2FactoryService
> Servi
>   > ce.java:42)
>   > at
>   >
>
gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWe
> bSer
>   >
> vices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2Cli
>   > entInvoker.java:32)
>   > at
>   >
> gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
>   > Caused by: java.net.ConnectException: Connection refused
>   > at java.net.PlainSocketImpl.socketConnect(Native Method)
>   > at
>   >
>
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.jav
> a:339
>   > )
>   > at
>   >
>
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketI
> mpl.j
>   > ava:200)
>   > at
>   >
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
>   > at
> java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>   > at java.net.Socket.connect(Socket.java:579)
>   > at
> sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
>   > at
>   >
> sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
>   > at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
>   > at
> sun.net.www.http.HttpClient.openServer(HttpClie

Re: [Users] ovirt host on amazon

2013-11-13 Thread Itamar Heim

On 11/13/2013 08:01 PM, Uche Okonkwo wrote:

Please how can one , configure a hybrid cloud with ovirt and probably
amazon or rackspace. Thanks


well, for rackspace, we actually run ovirt on rackspace, but on bare 
metal servers.




On Nov 11, 2013 8:16 PM, "Uche Okonkwo" mailto:lavashonl...@gmail.com>> wrote:

hello users, i think this software is great but there is something i
am yet to see. i am wondering if we can have our ovirt hosts on
amazon , thereby creating a hybrid set up.
  can ovirt hosts/ custer be on amazon ?

pockey



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fence-virt support

2013-11-13 Thread Itamar Heim

On 11/13/2013 04:27 PM, Sander Grendelman wrote:

I'm running an ovirt environment (two virt hosts and one engine host)
on libvirt/kvm on fedora 19. (nested KVM).

I want to fence the virtualized virtualization hosts from the engine host
(or their partner host) through libvirt. Fence-virt can do this.

I know this is a bit of a niche case, but it's very useful for testing/demo
purposes.


you can just edit the configs to add it (may be overridden during upgrade):
VdsFenceType, VdsFenceOptionMapping and VdsFenceOptionTypes



On Wed, Nov 13, 2013 at 8:33 PM, Itamar Heim  wrote:

On 11/13/2013 07:47 AM, Sander Grendelman wrote:


I'm currently building a ovirt test-environment using nested
virtualization on libvirt/kvm.

For the most part this works great. However, I can't configure
fencing/power management
because only hardware BMC's/fencing devices are supported.

Is this something that could/should be included in a future oVirt version?
Or is there another option/workaround to test power management?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



please elaborate a bit more on what's missing.
what are you trying to fence and from where?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt host on amazon

2013-11-13 Thread Uche Okonkwo
Please how can one , configure a hybrid cloud with ovirt and probably
amazon or rackspace. Thanks
On Nov 11, 2013 8:16 PM, "Uche Okonkwo"  wrote:

> hello users, i think this software is great but there is something i am
> yet to see. i am wondering if we can have our ovirt hosts on amazon ,
> thereby creating a hybrid set up.
>  can ovirt hosts/ custer be on amazon ?
>
> pockey
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fence-virt support

2013-11-13 Thread Sander Grendelman
I'm running an ovirt environment (two virt hosts and one engine host)
on libvirt/kvm on fedora 19. (nested KVM).

I want to fence the virtualized virtualization hosts from the engine host
(or their partner host) through libvirt. Fence-virt can do this.

I know this is a bit of a niche case, but it's very useful for testing/demo
purposes.

On Wed, Nov 13, 2013 at 8:33 PM, Itamar Heim  wrote:
> On 11/13/2013 07:47 AM, Sander Grendelman wrote:
>>
>> I'm currently building a ovirt test-environment using nested
>> virtualization on libvirt/kvm.
>>
>> For the most part this works great. However, I can't configure
>> fencing/power management
>> because only hardware BMC's/fencing devices are supported.
>>
>> Is this something that could/should be included in a future oVirt version?
>> Or is there another option/workaround to test power management?
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
> please elaborate a bit more on what's missing.
> what are you trying to fence and from where?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] engine-manage-domains fails when re-adding a domain

2013-11-13 Thread Junk
Hi I was having odd issues with my IPA domain so rather than
troubleshoot it properly I thought it would be a good idea to remove it
and then add it again.

I removed it with 
engine-manage-domains -action=delete -domain=clarkconnect.lan

and when I try to add it with 
engine-manage-domains -action=add -domain=clarkconnect.lan -user=admin
-provider=IPA -interactive

which worked fine the first time I get

General error has occurednull
java.lang.NegativeArraySizeException
at
sun.security.jgss.krb5.CipherHelper.aes256Encrypt(CipherHelper.java:1367)
at
sun.security.jgss.krb5.CipherHelper.encryptData(CipherHelper.java:722)
at sun.security.jgss.krb5.WrapToken_v2.(WrapToken_v2.java:200)
at sun.security.jgss.krb5.Krb5Context.wrap(Krb5Context.java:861)
at sun.security.jgss.GSSContextImpl.wrap(GSSContextImpl.java:385)
at com.sun.security.sasl.gsskerb.GssKrb5Base.wrap(GssKrb5Base.java:104)
at
com.sun.jndi.ldap.sasl.SaslOutputStream.write(SaslOutputStream.java:89)
at com.sun.jndi.ldap.Connection.writeRequest(Connection.java:430)
at com.sun.jndi.ldap.LdapClient.search(LdapClient.java:555)
at com.sun.jndi.ldap.LdapCtx.doSearch(LdapCtx.java:1985)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1847)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1772)
at
com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:386)
at
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:356)
at
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:339)
at
javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
at org.ovirt.engine.core.ldap.RootDSEData.(RootDSEData.java:52)
at
org.ovirt.engine.core.utils.kerberos.JndiAction.getDomainDN(JndiAction.java:257)
at
org.ovirt.engine.core.utils.kerberos.JndiAction.run(JndiAction.java:87)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:356)
at
org.ovirt.engine.core.utils.kerberos.KerberosConfigCheck.promptSuccessfulAuthentication(KerberosConfigCheck.java:174)
at
org.ovirt.engine.core.utils.kerberos.KerberosConfigCheck.validateKerberosInstallation(KerberosConfigCheck.java:150)
at
org.ovirt.engine.core.utils.kerberos.KerberosConfigCheck.checkInstallation(KerberosConfigCheck.java:135)
at
org.ovirt.engine.core.domains.ManageDomains.checkKerberosConfiguration(ManageDomains.java:746)
at
org.ovirt.engine.core.domains.ManageDomains.testConfiguration(ManageDomains.java:917)
at
org.ovirt.engine.core.domains.ManageDomains.addDomain(ManageDomains.java:539)
at
org.ovirt.engine.core.domains.ManageDomains.runCommand(ManageDomains.java:311)
at
org.ovirt.engine.core.domains.ManageDomains.main(ManageDomains.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.modules.Module.run(Module.java:260)
at org.jboss.modules.Main.main(Main.java:291)
Failure while testing domain %1$s. Details: %2$s: One of the parameters
for this error is null and no default message to show


in the engine-manage-domains.log I get

2013-11-13 20:53:41,318 INFO
[org.ovirt.engine.core.domains.ManageDomains] Creating kerberos
configuration for domain(s): clarkconnect.lan
2013-11-13 20:53:41,525 INFO
[org.ovirt.engine.core.domains.ManageDomains] Successfully created
kerberos configuration for domain(s): clarkconnect.lan
2013-11-13 20:53:41,526 INFO
[org.ovirt.engine.core.domains.ManageDomains] Testing kerberos
configuration for domain: clarkconnect.lan
2013-11-13 20:53:48,718 ERROR
[org.ovirt.engine.core.domains.ManageDomains] Failure while testing
domain %1$s. Details: %2$s: One of the parameters for this error is null
and no default message to show

any ideas?

Junk

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug: adding LocalStorage Data Centers

2013-11-13 Thread Itamar Heim

On 11/12/2013 06:50 AM, Itamar Heim wrote:

On 11/12/2013 06:37 AM, Sven Kieske wrote:

Hi,

done that.

We encountered this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1023739

we tested 3.3.1 from the beta ovirt.org repo.

Could this bug fix please be included in 3.3.1 release?


patch isn't small and 3.3.1 has been in beta/frozen for a while now
(pending last vdsm issue).
so i prefer this to wait to 3.3.2 (already fixed there) which beta
should be available once we release 3.3.1.


btw, i assume the workaround is simply using a different path?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cinder Integration

2013-11-13 Thread Itamar Heim

On 11/12/2013 01:38 AM, Udaya Kiran P wrote:

Hi everyone,

Does anybody know if OpenStack Cinder Integration is done in oVirt3.3.

Can I have some resources pointing to the same?


3.3 has glance and neutron (and keystone for their needs).
cinder is a bit more complex and not covered yet.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fence-virt support

2013-11-13 Thread Itamar Heim

On 11/13/2013 07:47 AM, Sander Grendelman wrote:

I'm currently building a ovirt test-environment using nested
virtualization on libvirt/kvm.

For the most part this works great. However, I can't configure
fencing/power management
because only hardware BMC's/fencing devices are supported.

Is this something that could/should be included in a future oVirt version?
Or is there another option/workaround to test power management?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



please elaborate a bit more on what's missing.
what are you trying to fence and from where?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Koch (ovido)
On Wed, 2013-11-13 at 21:05 +0530, Sahina Bose wrote:
> On 11/13/2013 08:53 PM, Itamar Heim wrote:
> > On 11/13/2013 10:20 AM, Sahina Bose wrote:
> >>
> >> On 11/13/2013 08:20 PM, Itamar Heim wrote:
> >>> On 11/13/2013 09:27 AM, René Koch (ovido) wrote:
>  Hi,
> 
>  There are 2 features I can maybe add to existing projects of mine
>  (check_rhev3 and Monitoring UI-Plugin), but it would be good to know
>  what users require to decide if this can be done via an external
>  (ui)plugin or if this needs to be integrated into oVirt itself.
> 
>  * gluster: Monitoring (UI plugin)
>  What's expected here - monitoring glusterfs volumes (including
>  performance data) and displaying the results in your favored 
>  monitoring
>  solution and oVirt?
> >>>
> >>> vijay/dpati/sahina - thoughts on this one?
> >> At a high level,
> >>
> >> Monitoring of volume
> >> Storage metrics - capacity, network, CPU, disk utilization
> >> Detecting split-brain/self-heal activity
> >
> > would help specyfing which REST API calls are involved.
> 
> Hmm.. would monitoring work on top of engine via REST API calls? I was 
> thinking more in line of monitoring the nodes directly - maybe a push 
> mechanism from nodes.


The advantage of monitoring via REST-API is that you don't need an
agent/script installed on the host/node. Especially for oVirt node I
think this is a huge advantage (haven't looked into 3rd party plugin
support yet).

The downside of it is that if REST-API isn't available (e.g. due to
engine maintenance jobs) you can't monitor your environment...

Especially for Nagios both options are valid - gathering data from
REST-API or directly from the host. Other monitoring solutions may
require an agent (or maybe snmp) on the host if data aren't available
via REST-API...


> 
> >
> >>
> >> Vijay/Dusmant - please add.
> >>
> >>>
> 
>  * other: Zabbix monitoring
>  Monitoring the oVirt environment should work with my check_rhev3 
>  plugin
>  by adding it as an external check to Zabbix. I'll test this and if 
>  it's
>  working I'll provide a short guide on how to do it.
>  Displaying data/triggers in oVirt isn't possible yet with my 
>  Monitoring
>  UI-plugin, but on the feature list (help is welcome)...
> 
> 
>  Before I add myself to the list - can you give me more information on
>  the role/tasks of a testing owner? Are there more steps required then
>  testing a feature, getting in contact with the devel owner to fix 
>  issues
>  and update the oVirt BZ (and join the IRC weekly meetings)?
> >>>
> >>> communicate with the other two owner on scope of what to test, then
> >>> when feature is ready - test it, open bugs, and communicate if too
> >>> broken to be considered in the version, etc.
> >>>
> 
> 
>  Regards,
>  René
> 
> 
> 
>  On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:
> > To try and improve 3.4 planning over the wiki approach in 3.3, I've
> > placed the items i collected on users list last time into a google
> > doc[1]
> >
> > now, the main thing each item needs is a requirements owner, devel
> > owner
> > and a testing owner (well, devel owner is really needed to make it
> > happen, but all are important).
> >
> > then we need an oVirt BZ for each, and for some a feature page.
> >
> > I also added columns indicating if the item will require an API 
> > design
> > review and a GUI design review.
> >
> > this list is just the start of course for items from it to get
> > ownership. i expect more items will be added as well, as long as they
> > have owners, etc.
> >
> > the doc is public read-only, please request read-write access to be
> > able
> > to edit it.
> >
> > feel free to ask questions, etc.
> >
> > Thanks,
> >  Itamar
> >
> >
> > [1] http://bit.ly/17qBn6F
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> >>>
> >>
> >
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Koch (ovido)
On Wed, 2013-11-13 at 17:16 +0100, Martijn Grendelman wrote:
> Patrick Lists schreef op 13-11-2013 16:37:
> > Hi René,
> > 
> > On 11/13/2013 04:16 PM, René Koch (ovido) wrote:
> > [snip]
> >> The plugin is a Nagios monitoring plugin, but as mentioned above you
> >> should be able to use it with Zabbix when defining it as an external
> >> check.
> >>
> >> Download and documentation can be found here:
> >> https://github.com/ovido/check_rhev3
> > 
> > Any idea if your plugin also works with Icinga?
> 
> If it works with Nagios, it works with Icinga.


Exactly. I'm using it with Icinga, btw...


> 
> Cheers,
> Martijn.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Failed to configure management network on the host

2013-11-13 Thread Assaf Muller
Please attach vdsm.log and supervdsm.log after you get the "Failed to configure 
management network on the host" error.

- Original Message -
From: "Rob Abshear" 
To: users@ovirt.org
Sent: Wednesday, November 13, 2013 6:12:57 PM
Subject: [Users] Failed to configure management network on the host

I am running oVirt Engine Version: 
3.4.0-0.2.master.20131107144332.git214186b.fc18.  I am having an issue 
adding new hosts.  I do a fresh install of fc18 on the host and then try 
to add it into my cluster.  The controller installs all packages and it 
looks like it's all good, but at the end I get the message "Failed to 
configure management network on the host" and the host goes into non 
operational state.  I can remove the host and add it into a second oVirt 
environment that I am running.  This other environment is runningoVirt 
Engine Version: 3.2.3-1.fc18.  Once I add it into that other 
environment, I can then remove it and successfully add it into my 3.4 
environment.

-- 


*NADA Convention & Expo*:  January 24-27, 2014 - New Orleans, LA - Booth 
5001

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Patrick Lists

On 11/13/2013 05:16 PM, Martijn Grendelman wrote:

Patrick Lists schreef op 13-11-2013 16:37:

Hi René,

On 11/13/2013 04:16 PM, René Koch (ovido) wrote:
[snip]

The plugin is a Nagios monitoring plugin, but as mentioned above you
should be able to use it with Zabbix when defining it as an external
check.

Download and documentation can be found here:
https://github.com/ovido/check_rhev3


Any idea if your plugin also works with Icinga?


If it works with Nagios, it works with Icinga.


Thanks Martijn.

Regards,
Patrick

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Martijn Grendelman
Patrick Lists schreef op 13-11-2013 16:37:
> Hi René,
> 
> On 11/13/2013 04:16 PM, René Koch (ovido) wrote:
> [snip]
>> The plugin is a Nagios monitoring plugin, but as mentioned above you
>> should be able to use it with Zabbix when defining it as an external
>> check.
>>
>> Download and documentation can be found here:
>> https://github.com/ovido/check_rhev3
> 
> Any idea if your plugin also works with Icinga?

If it works with Nagios, it works with Icinga.

Cheers,
Martijn.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Failed to configure management network on the host

2013-11-13 Thread Rob Abshear
I am running oVirt Engine Version: 
3.4.0-0.2.master.20131107144332.git214186b.fc18.  I am having an issue 
adding new hosts.  I do a fresh install of fc18 on the host and then try 
to add it into my cluster.  The controller installs all packages and it 
looks like it's all good, but at the end I get the message "Failed to 
configure management network on the host" and the host goes into non 
operational state.  I can remove the host and add it into a second oVirt 
environment that I am running.  This other environment is runningoVirt 
Engine Version: 3.2.3-1.fc18.  Once I add it into that other 
environment, I can then remove it and successfully add it into my 3.4 
environment.


--


*NADA Convention & Expo*:  January 24-27, 2014 - New Orleans, LA - Booth 
5001


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Patrick Lists

Hi René,

On 11/13/2013 04:16 PM, René Koch (ovido) wrote:
[snip]

The plugin is a Nagios monitoring plugin, but as mentioned above you
should be able to use it with Zabbix when defining it as an external
check.

Download and documentation can be found here:
https://github.com/ovido/check_rhev3


Any idea if your plugin also works with Icinga?

Regards,
Patrick

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Sahina Bose


On 11/13/2013 08:53 PM, Itamar Heim wrote:

On 11/13/2013 10:20 AM, Sahina Bose wrote:


On 11/13/2013 08:20 PM, Itamar Heim wrote:

On 11/13/2013 09:27 AM, René Koch (ovido) wrote:

Hi,

There are 2 features I can maybe add to existing projects of mine
(check_rhev3 and Monitoring UI-Plugin), but it would be good to know
what users require to decide if this can be done via an external
(ui)plugin or if this needs to be integrated into oVirt itself.

* gluster: Monitoring (UI plugin)
What's expected here - monitoring glusterfs volumes (including
performance data) and displaying the results in your favored 
monitoring

solution and oVirt?


vijay/dpati/sahina - thoughts on this one?

At a high level,

Monitoring of volume
Storage metrics - capacity, network, CPU, disk utilization
Detecting split-brain/self-heal activity


would help specyfing which REST API calls are involved.


Hmm.. would monitoring work on top of engine via REST API calls? I was 
thinking more in line of monitoring the nodes directly - maybe a push 
mechanism from nodes.






Vijay/Dusmant - please add.





* other: Zabbix monitoring
Monitoring the oVirt environment should work with my check_rhev3 
plugin
by adding it as an external check to Zabbix. I'll test this and if 
it's

working I'll provide a short guide on how to do it.
Displaying data/triggers in oVirt isn't possible yet with my 
Monitoring

UI-plugin, but on the feature list (help is welcome)...


Before I add myself to the list - can you give me more information on
the role/tasks of a testing owner? Are there more steps required then
testing a feature, getting in contact with the devel owner to fix 
issues

and update the oVirt BZ (and join the IRC weekly meetings)?


communicate with the other two owner on scope of what to test, then
when feature is ready - test it, open bugs, and communicate if too
broken to be considered in the version, etc.




Regards,
René



On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:

To try and improve 3.4 planning over the wiki approach in 3.3, I've
placed the items i collected on users list last time into a google
doc[1]

now, the main thing each item needs is a requirements owner, devel
owner
and a testing owner (well, devel owner is really needed to make it
happen, but all are important).

then we need an oVirt BZ for each, and for some a feature page.

I also added columns indicating if the item will require an API 
design

review and a GUI design review.

this list is just the start of course for items from it to get
ownership. i expect more items will be added as well, as long as they
have owners, etc.

the doc is public read-only, please request read-write access to be
able
to edit it.

feel free to ask questions, etc.

Thanks,
 Itamar


[1] http://bit.ly/17qBn6F
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users










___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Itamar Heim

On 11/13/2013 10:20 AM, Sahina Bose wrote:


On 11/13/2013 08:20 PM, Itamar Heim wrote:

On 11/13/2013 09:27 AM, René Koch (ovido) wrote:

Hi,

There are 2 features I can maybe add to existing projects of mine
(check_rhev3 and Monitoring UI-Plugin), but it would be good to know
what users require to decide if this can be done via an external
(ui)plugin or if this needs to be integrated into oVirt itself.

* gluster: Monitoring (UI plugin)
What's expected here - monitoring glusterfs volumes (including
performance data) and displaying the results in your favored monitoring
solution and oVirt?


vijay/dpati/sahina - thoughts on this one?

At a high level,

Monitoring of volume
Storage metrics - capacity, network, CPU, disk utilization
Detecting split-brain/self-heal activity


would help specyfing which REST API calls are involved.



Vijay/Dusmant - please add.





* other: Zabbix monitoring
Monitoring the oVirt environment should work with my check_rhev3 plugin
by adding it as an external check to Zabbix. I'll test this and if it's
working I'll provide a short guide on how to do it.
Displaying data/triggers in oVirt isn't possible yet with my Monitoring
UI-plugin, but on the feature list (help is welcome)...


Before I add myself to the list - can you give me more information on
the role/tasks of a testing owner? Are there more steps required then
testing a feature, getting in contact with the devel owner to fix issues
and update the oVirt BZ (and join the IRC weekly meetings)?


communicate with the other two owner on scope of what to test, then
when feature is ready - test it, open bugs, and communicate if too
broken to be considered in the version, etc.




Regards,
René



On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:

To try and improve 3.4 planning over the wiki approach in 3.3, I've
placed the items i collected on users list last time into a google
doc[1]

now, the main thing each item needs is a requirements owner, devel
owner
and a testing owner (well, devel owner is really needed to make it
happen, but all are important).

then we need an oVirt BZ for each, and for some a feature page.

I also added columns indicating if the item will require an API design
review and a GUI design review.

this list is just the start of course for items from it to get
ownership. i expect more items will be added as well, as long as they
have owners, etc.

the doc is public read-only, please request read-write access to be
able
to edit it.

feel free to ask questions, etc.

Thanks,
 Itamar


[1] http://bit.ly/17qBn6F
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Sahina Bose


On 11/13/2013 08:20 PM, Itamar Heim wrote:

On 11/13/2013 09:27 AM, René Koch (ovido) wrote:

Hi,

There are 2 features I can maybe add to existing projects of mine
(check_rhev3 and Monitoring UI-Plugin), but it would be good to know
what users require to decide if this can be done via an external
(ui)plugin or if this needs to be integrated into oVirt itself.

* gluster: Monitoring (UI plugin)
What's expected here - monitoring glusterfs volumes (including
performance data) and displaying the results in your favored monitoring
solution and oVirt?


vijay/dpati/sahina - thoughts on this one?

At a high level,

Monitoring of volume
Storage metrics - capacity, network, CPU, disk utilization
Detecting split-brain/self-heal activity

Vijay/Dusmant - please add.





* other: Zabbix monitoring
Monitoring the oVirt environment should work with my check_rhev3 plugin
by adding it as an external check to Zabbix. I'll test this and if it's
working I'll provide a short guide on how to do it.
Displaying data/triggers in oVirt isn't possible yet with my Monitoring
UI-plugin, but on the feature list (help is welcome)...


Before I add myself to the list - can you give me more information on
the role/tasks of a testing owner? Are there more steps required then
testing a feature, getting in contact with the devel owner to fix issues
and update the oVirt BZ (and join the IRC weekly meetings)?


communicate with the other two owner on scope of what to test, then 
when feature is ready - test it, open bugs, and communicate if too 
broken to be considered in the version, etc.





Regards,
René



On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:

To try and improve 3.4 planning over the wiki approach in 3.3, I've
placed the items i collected on users list last time into a google 
doc[1]


now, the main thing each item needs is a requirements owner, devel 
owner

and a testing owner (well, devel owner is really needed to make it
happen, but all are important).

then we need an oVirt BZ for each, and for some a feature page.

I also added columns indicating if the item will require an API design
review and a GUI design review.

this list is just the start of course for items from it to get
ownership. i expect more items will be added as well, as long as they
have owners, etc.

the doc is public read-only, please request read-write access to be 
able

to edit it.

feel free to ask questions, etc.

Thanks,
 Itamar


[1] http://bit.ly/17qBn6F
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Koch (ovido)
On Wed, 2013-11-13 at 15:46 +0100, Sander Grendelman wrote:
> > * other: Zabbix monitoring
> > Monitoring the oVirt environment should work with my check_rhev3 plugin
> > by adding it as an external check to Zabbix. I'll test this and if it's
> > working I'll provide a short guide on how to do it.
> > Displaying data/triggers in oVirt isn't possible yet with my Monitoring
> > UI-plugin, but on the feature list (help is welcome)...
> 
> I'm very interested in this Zabbix plugin/check, was thinking about 
> implementing
> something myself.


The plugin is a Nagios monitoring plugin, but as mentioned above you
should be able to use it with Zabbix when defining it as an external
check.

Download and documentation can be found here:
https://github.com/ovido/check_rhev3

Feedback is more then welcome ;)


Regards,
René

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Itamar Heim

On 11/13/2013 09:27 AM, René Koch (ovido) wrote:

Hi,

There are 2 features I can maybe add to existing projects of mine
(check_rhev3 and Monitoring UI-Plugin), but it would be good to know
what users require to decide if this can be done via an external
(ui)plugin or if this needs to be integrated into oVirt itself.

* gluster: Monitoring (UI plugin)
What's expected here - monitoring glusterfs volumes (including
performance data) and displaying the results in your favored monitoring
solution and oVirt?


vijay/dpati/sahina - thoughts on this one?



* other: Zabbix monitoring
Monitoring the oVirt environment should work with my check_rhev3 plugin
by adding it as an external check to Zabbix. I'll test this and if it's
working I'll provide a short guide on how to do it.
Displaying data/triggers in oVirt isn't possible yet with my Monitoring
UI-plugin, but on the feature list (help is welcome)...


Before I add myself to the list - can you give me more information on
the role/tasks of a testing owner? Are there more steps required then
testing a feature, getting in contact with the devel owner to fix issues
and update the oVirt BZ (and join the IRC weekly meetings)?


communicate with the other two owner on scope of what to test, then when 
feature is ready - test it, open bugs, and communicate if too broken to 
be considered in the version, etc.





Regards,
René



On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:

To try and improve 3.4 planning over the wiki approach in 3.3, I've
placed the items i collected on users list last time into a google doc[1]

now, the main thing each item needs is a requirements owner, devel owner
and a testing owner (well, devel owner is really needed to make it
happen, but all are important).

then we need an oVirt BZ for each, and for some a feature page.

I also added columns indicating if the item will require an API design
review and a GUI design review.

this list is just the start of course for items from it to get
ownership. i expect more items will be added as well, as long as they
have owners, etc.

the doc is public read-only, please request read-write access to be able
to edit it.

feel free to ask questions, etc.

Thanks,
 Itamar


[1] http://bit.ly/17qBn6F
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Sander Grendelman
> * other: Zabbix monitoring
> Monitoring the oVirt environment should work with my check_rhev3 plugin
> by adding it as an external check to Zabbix. I'll test this and if it's
> working I'll provide a short guide on how to do it.
> Displaying data/triggers in oVirt isn't possible yet with my Monitoring
> UI-plugin, but on the feature list (help is welcome)...

I'm very interested in this Zabbix plugin/check, was thinking about implementing
something myself.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Nicolae Paladi
Hi,

I am using port 8443, since no other process -- as far as I know -- is
using it;

below you will find all of the requested configuration files:

Contents of /etc/oat_client/*:
log4j.properties: http://pastebin.com/MQLM68vs
OAT.properties: http://pastebin.com/LwHihxah
OATprovisioner.properties: http://pastebin.com/0x5TShtZ
TPMModule.properties: http://pastebin.com/hvw9gfRE


server.xml: http://pastebin.com/VZ9Vk6iC
OAT_client.sh: http://pastebin.com/St4yCGcF
provisioner.sh: http://pastebin.com/RedqQt8V

cheers,
/Nicolae.


On 13 November 2013 14:47, Wei, Gang  wrote:

> This time it failed earlier. Looks like the PCA webservice2 was not
> listening on 8443 port. Have you replaced the port 8443 with 8442 in server
> side ($TOMCAT_HOME/conf/server.xml) but not change it in client side
> (/usr/share/oat-client/script/OAT_client.sh)? Or the 8443 port is occupied
> by another app?
>
> Please copy the content from your current server.xml, OAT_client.sh,
> provisioner.sh and /etc/oat-client/* into the content of your reply for
> analysis. (don't attach *.sh as attachments, that will get filtered by my
> company's mailing system).
>
> Thanks
> Jimmy
>
>
> > -Original Message-
> > From: Nicolae Paladi [mailto:n.pal...@gmail.com]
> > Sent: Wednesday, November 13, 2013 7:01 PM
> > To: Wei, Gang
> > Cc: Doron Fediuck; users@ovirt.org
> > Subject: Re: [Users] Trusted Pools and CentOS 6 packages
> >
> > Hi,
> >
> > thank you for the feedback;
> > I've gone through the steps again, but obtained the exactly same problem:
> >
> > 1. I removed all of the previously installed packaged related to OAT.
> >
> > 2. I followed the tutorial, until this command:
> >
> > bash provisioner.sh
> >
> > provisioner.sh: line 7: systemctl: command not found
> > ### ecStorage = NVRAM###
> > Performing TPM provisioning...FAILED
> > javax.xml.ws.WebServiceException: Failed to access the WSDL at:
> >
> https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2Factor
> > yService?wsdl. It failed with:
> > Connection refused.
> > at
> > com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLP
> > arser.java:162)
> > at
> > com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.j
> > ava:144)
> > at
> > com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.jav
> > a:265)
> > at
> >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
> > at
> >
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
> > at
> >
> com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104
> > )
> > at javax.xml.ws.Service.(Service.java:77)
> > at
> >
> gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWebSer
> >
>
> vice2FactoryServiceService.(HisPrivacyCAWebService2FactoryServiceServi
> > ce.java:42)
> > at
> >
> gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWebSer
> >
> vices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2Cli
> > entInvoker.java:32)
> > at
> >
> gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
> > Caused by: java.net.ConnectException: Connection refused
> > at java.net.PlainSocketImpl.socketConnect(Native Method)
> > at
> >
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339
> > )
> > at
> >
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.j
> > ava:200)
> > at
> >
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
> > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> > at java.net.Socket.connect(Socket.java:579)
> > at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
> > at
> > sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
> > at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
> > at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
> > at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
> > at
> > sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275)
> > at
> > sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
> > at
> > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHt
> > tpClient(AbstractDelegateHttpsURLConnection.java:191)
> > at
> > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnec
> > tion.java:932)
> > at
> > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(A
> > bstractDelegateHttpsURLConnection.java:177)
> > at
> > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConn
> > ection.java:1300)
> > at
> > sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsU
> > RLConnectionImpl.java:254)
> > at java.net.URL.openStream(URL.java:1037)
>

Re: [Users] [QE] bug scrubing / triaging

2013-11-13 Thread Sandro Bonazzola
Il 08/11/2013 10:47, Sandro Bonazzola ha scritto:
> Hi,
> Looking at bugzilla, there are 366 bugs without a target release.
> Some of them are in POST state but I'm pretty sure they should be in ON_QA or 
> CLOSED state.
> A lot of them haven't a whiteboard set.
> 
> Please review the bug list and help to scrub and triage them:
> https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&classification=Community&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Ctarget_release%2Cstatus_whiteboard&list_id=1883279&product=oVirt&query_based_on=&query_format=advanced&target_release=---

Thanks to those helping scrubing the bugs, we have now 307 unscrubbed bugs: 
http://red.ht/17pazhH
Please continue scrubing / triaging them, setting target release or 
FutureFeature keyword on those not targeted to 3.3 or 3.4.
Thanks

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4 planning

2013-11-13 Thread Koch (ovido)
Hi,

There are 2 features I can maybe add to existing projects of mine
(check_rhev3 and Monitoring UI-Plugin), but it would be good to know
what users require to decide if this can be done via an external
(ui)plugin or if this needs to be integrated into oVirt itself.

* gluster: Monitoring (UI plugin)
What's expected here - monitoring glusterfs volumes (including
performance data) and displaying the results in your favored monitoring
solution and oVirt?

* other: Zabbix monitoring
Monitoring the oVirt environment should work with my check_rhev3 plugin
by adding it as an external check to Zabbix. I'll test this and if it's
working I'll provide a short guide on how to do it.
Displaying data/triggers in oVirt isn't possible yet with my Monitoring
UI-plugin, but on the feature list (help is welcome)...


Before I add myself to the list - can you give me more information on
the role/tasks of a testing owner? Are there more steps required then
testing a feature, getting in contact with the devel owner to fix issues
and update the oVirt BZ (and join the IRC weekly meetings)?


Regards,
René



On Tue, 2013-10-29 at 19:46 +0200, Itamar Heim wrote:
> To try and improve 3.4 planning over the wiki approach in 3.3, I've 
> placed the items i collected on users list last time into a google doc[1]
> 
> now, the main thing each item needs is a requirements owner, devel owner 
> and a testing owner (well, devel owner is really needed to make it 
> happen, but all are important).
> 
> then we need an oVirt BZ for each, and for some a feature page.
> 
> I also added columns indicating if the item will require an API design 
> review and a GUI design review.
> 
> this list is just the start of course for items from it to get 
> ownership. i expect more items will be added as well, as long as they 
> have owners, etc.
> 
> the doc is public read-only, please request read-write access to be able 
> to edit it.
> 
> feel free to ask questions, etc.
> 
> Thanks,
> Itamar
> 
> 
> [1] http://bit.ly/17qBn6F
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Wei, Gang
This time it failed earlier. Looks like the PCA webservice2 was not
listening on 8443 port. Have you replaced the port 8443 with 8442 in server
side ($TOMCAT_HOME/conf/server.xml) but not change it in client side
(/usr/share/oat-client/script/OAT_client.sh)? Or the 8443 port is occupied
by another app?

Please copy the content from your current server.xml, OAT_client.sh,
provisioner.sh and /etc/oat-client/* into the content of your reply for
analysis. (don't attach *.sh as attachments, that will get filtered by my
company's mailing system).

Thanks
Jimmy


> -Original Message-
> From: Nicolae Paladi [mailto:n.pal...@gmail.com]
> Sent: Wednesday, November 13, 2013 7:01 PM
> To: Wei, Gang
> Cc: Doron Fediuck; users@ovirt.org
> Subject: Re: [Users] Trusted Pools and CentOS 6 packages
> 
> Hi,
> 
> thank you for the feedback;
> I've gone through the steps again, but obtained the exactly same problem:
> 
> 1. I removed all of the previously installed packaged related to OAT.
> 
> 2. I followed the tutorial, until this command:
> 
> bash provisioner.sh
> 
> provisioner.sh: line 7: systemctl: command not found
> ### ecStorage = NVRAM###
> Performing TPM provisioning...FAILED
> javax.xml.ws.WebServiceException: Failed to access the WSDL at:
> https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2Factor
> yService?wsdl. It failed with:
> Connection refused.
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLP
> arser.java:162)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.j
> ava:144)
> at
> com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.jav
> a:265)
> at
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
> at
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
> at
>
com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104
> )
> at javax.xml.ws.Service.(Service.java:77)
> at
>
gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWebSer
>
vice2FactoryServiceService.(HisPrivacyCAWebService2FactoryServiceServi
> ce.java:42)
> at
>
gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWebSer
> vices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2Cli
> entInvoker.java:32)
> at
> gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
> Caused by: java.net.ConnectException: Connection refused
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at
>
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339
> )
> at
>
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.j
> ava:200)
> at
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
> at
> sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
> at
> sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275)
> at
> sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
> at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHt
> tpClient(AbstractDelegateHttpsURLConnection.java:191)
> at
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnec
> tion.java:932)
> at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(A
> bstractDelegateHttpsURLConnection.java:177)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConn
> ection.java:1300)
> at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsU
> RLConnectionImpl.java:254)
> at java.net.URL.openStream(URL.java:1037)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSD
> LParser.java:804)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDL
> Parser.java:262)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.j
> ava:129)
> ... 8 more
> Failed to initialize the TPM, error 1
> Performing HIS identity provisioning...FAILED
> gov.niarl.his.privacyca.TpmModule$TpmModuleException:
> TpmModule.getCredential returned nonzero error: 2()
> at
> gov.niarl.his.privacyca.TpmModule.getCredential(TpmModule.java:594)
> at
>
gov.niarl.his.privacyca.HisIdentityProvisioner.main(HisIdentityProvisioner.j
ava:
> 217)
> Failed to receive AIC from Privacy CA, error 1
> Registering identity with server...FAILED
> j

[Users] Snapshot delele/merge broken. Was: Live storage migration snapshot removal (fails)

2013-11-13 Thread Sander Grendelman
Snapshot deletion on preallocated FC domain disks is broken in ovirt-stable/3.3

Both online and offline snapshot deletion leads to an error and the
snapshot state is changed to "BROKEN".

When I apply the patch at http://gerrit.ovirt.org/#/c/19983/ from
https://bugzilla.redhat.com/show_bug.cgi?id=1015071 snapshot deletion
works again.

Can/will this patch be backported to ovirt-stable?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Fence-virt support

2013-11-13 Thread Sander Grendelman
I'm currently building a ovirt test-environment using nested
virtualization on libvirt/kvm.

For the most part this works great. However, I can't configure
fencing/power management
because only hardware BMC's/fencing devices are supported.

Is this something that could/should be included in a future oVirt version?
Or is there another option/workaround to test power management?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Paul Jansen
Hello Itamar.
The specific use case is a particular propriety filesystem that needs to see a 
scsi device.  It will do scsi inquiry conmmands to verify suitability.
In talking to the devs - of the filesystem - there is no way around it.  I'd 
previously tried virtio-block - resulting in the /dev/vd* device - and the 
filesystem would not work.

From doing a bit of web searching it appears the kvm/qemu supports (or did 
support) an emulated LSI scsi controller.  My understanding is that the various 
virtualization platforms will emulate a well supported device (by the guest 
OSes) so that drivers are not an issue.  For example this should allow a VM on 
Vmware vsphere/vcenter to be exported to Ovirt and have it boot up.  The 
potential for further optimising the guest is there by installing 
ovirt/qemu/kvm guest utils that then allow the guest OS to understand the 
virtio nic and scsi devices.  The guest could then be shut down, the nic and 
scsi controller changed and the guest booted up again.
You can do the same thing in the Vmware world by installing their guest tools, 
shutting down the guest VM, then reconfiguring it with a vmxnet3 nic and pvscsi 
scsi adapter, then booting up again.
It does seem somewhat inconsistent in Ovirt that we allow a choice of Intel 
e1000 or virtio nics, but do not offer any choice with the scsi adapter.
Again, in Vmware land you can choose to have a scsi disk, but you choose which 
controller type it is attached to.  In the current Ovirt 3.3.0 release you just 
chose a virtio-scsi disk, rather than there being a separation of the scsi disk 
and scsi controller.
The messy situation with importing VMs from other platforms could be eased by 
allowing an emulated scsi controller as well as the preferred virtio controller.
As mentioned previously, the support for this seems to be present in kvm/qemu.  
I wonder if there was a specific design decision (ie: some particular reason) 
to not support the approach I've just described? I can understand that in some 
cases simplicity is something to aim for though.
I think this would make migration away from the dominant market leader - Vmware 
- easier and is something that would make ovirt/RHEV that more compelling.

Getting back to my original query - 'open-vm-tools' support the vmware 
paravirtual scsi adapter and I am able to install these on EL5 and then see 
that adapter.  It would be great if there was a similar initiative for the 
various virtio devices where you could install a packge/kmod and then allow 
some of the older OSes (of which there are still lots of VMs around for various 
reasons).  There are obviously drivers for the various Windows flavours that 
take this approach.  I'm surprised that for Linux it is just a case of 'if it's 
in the kernel you are running then it is supported'.

I'm really pleased with the progress the ovirt has been making.  I'm like to 
see it continue to knock down the various reasons out there as to why people 
with Vmware vcenter shops can't migrate over to it.

Cheers,
Paul




On Wednesday, 13 November 2013 8:57 PM, Itamar Heim  wrote:
 
On 11/13/2013 03:58 AM, Paul Jansen wrote:
> Hi Rene.
> I specifically need the scsi support (virtio-scsi).
> I do know about the virtio-block support, which results in /dev/vd*
> devices as you say.
>  From what I read even EL6 earlier than 6.3 does not support virtio-scsi
>
> Alternatively, does oVirt support an emulated scsi adapter of a
> different type that would allow me to see scsi disks?

may i ask why do you need the virtual disks to specifically be scsi?

>
> Regards,
> Paul
>
>
> On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)
>  wrote:
> On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
>  > According to https://access.redhat.com/site/solutions/20511
> virtio
>  > work on > rhel5.3.
>  >
>  > You have to edit /etc/modprobe.conf and generate a new initrd.
>
>
> If you're installing the OS on a VirtIO disk this is done automatically
> by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
> everything worked out of the box.
>
>
>  >
>  > On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske  > wrote:
>  > > Hi,
>  > >
>  > > afaik the rhel 5 kernel series just has not the necessary drivers for
>  > > all virtio stuff, so it's not supported and does not work, unless
>  > > you want to patch your own kernel.
>  > >
>  > > Am 13.11.2013 06:44, schrieb Paul Jansen:
>  > >> I have just set up an Ovirt 3.3.0 install and have done a test
> install of Centos 6.4 in a VM.  The VM was configured with an IDE drive
> and a virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
>  > >> I'm wanting to do some testing on a product that is based on EL5,
> but I'm finding that it cannot see the virtio-scsi drive.  It does show
> up in the output of 'lspci', but I don't see a corresponding 'sd' device.
>  > >>
>
>
> There's no /dev/sd* device - the devi

Re: [Users] Failed to start JBoss AS

2013-11-13 Thread Sahina Bose


On 11/13/2013 02:22 AM, Bob Doolittle wrote:
Well, this looks to me like an instance of 
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=996005


That bug has not been updated in almost 3 months, however. The last 
note says "Working on CI". Does that mean Code Integration? It looks 
like maybe it was fixed in version "is10", whatever that is, and is 
currently Verified by QA. Is that right?


Unfortunately that bug report has no description whatsoever of what 
the underlying problem was. I would like to know:

1. Is there any workaround?
2. Can I start again by re-installing Engine and importing, or is the 
issue with the exported VMs and/or template so I'd just hit the 
problem again?


The patch that fixes the issue is http://gerrit.ovirt.org/#/c/18001/ and 
is available in ovirt 3.3.1




It sort of looks like the problem was with a template 
(org.ovirt.engine.core.common.action.ImportVmTemplateParameters). If 
so, can I import the VMs and avoid the Templates? Or am I perhaps 
misinterpreting that message?


Shouldn't bug reports always contain some sort of diagnostic 
information about the underlying cause and/or workarounds?


Thanks,
Bob

On 11/12/2013 03:08 PM, Bob Doolittle wrote:

Hi,

I had a working engine, using 3.3.0 on Fedora 19. I rebooted my 
engine, and JBoss AS won't come back up. I get the attached errors 
from server.log.


Has anyone seen this before? Any suggestions on how to recover?

How I got here:

I had a working Engine (mach1 F19) and Host (mach2 F19), but needed 
to play some musical chairs with my hardware to utilize a 3rd machine 
(mach3 RH6). My goal is to have mach2 become Engine, and mach3 Host.


I did the following:
1. Created an NFS share on mach3, and used it as NFS Export Storage 
from mach2.

2. Exported my VMs and templates to the Export storage.
3. Removed mach2 from my Datacenter
4. Shut down mach1
5. Installed fresh F19 on mach2 (my old host), and installed Engine 
3.3.0 on it

6. Added mach3 as Host
7. Imported my VMs and Templates from the Export Storage

At this point all looked well. I rebooted mach2, but it won't come 
back up.


I'd appreciate any insight.

Thanks,
   Bob



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Nicolae Paladi
As I understand it, isn't the core issue that
"/usr/share/oat-client/aik.cer"  is never generated
and causes the error, since it is missing?

/Nicolae


On 13 November 2013 12:01, Nicolae Paladi  wrote:

> Hi,
>
> thank you for the feedback;
> I've gone through the steps again, but obtained the exactly same problem:
>
> 1. I removed all of the previously installed packaged related to OAT.
>
> 2. I followed the tutorial, until this command:
>
> bash provisioner.sh
> provisioner.sh: line 7: systemctl: command not found
> ### ecStorage = NVRAM###
> Performing TPM provisioning...FAILED
> javax.xml.ws.WebServiceException: Failed to access the WSDL at:
> https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2FactoryService?wsdl.
> It failed with:
> Connection refused.
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144)
> at
> com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:265)
> at
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
> at
> com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
> at
> com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
> at javax.xml.ws.Service.(Service.java:77)
> at
> gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWebService2FactoryServiceService.(HisPrivacyCAWebService2FactoryServiceService.java:42)
> at
> gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWebServices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2ClientInvoker.java:32)
> at
> gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
> Caused by: java.net.ConnectException: Connection refused
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
> at
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
> at
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
> at
> sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
> at
> sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275)
> at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
> at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
> at
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
> at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
> at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at java.net.URL.openStream(URL.java:1037)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:804)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262)
> at
> com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129)
> ... 8 more
> Failed to initialize the TPM, error 1
> Performing HIS identity provisioning...FAILED
> gov.niarl.his.privacyca.TpmModule$TpmModuleException:
> TpmModule.getCredential returned nonzero error: 2()
> at
> gov.niarl.his.privacyca.TpmModule.getCredential(TpmModule.java:594)
> at
> gov.niarl.his.privacyca.HisIdentityProvisioner.main(HisIdentityProvisioner.java:217)
> Failed to receive AIC from Privacy CA, error 1
> Registering identity with server...FAILED
> java.io.FileNotFoundException: /usr/share/oat-client/aik.cer (No such file
> or directory)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.(FileInputStream.java:146)
> at java.io.FileInputStream.(FileInputStream.java:101)
> at gov.niarl.his.privacyca.TpmUtils.certFromFile(TpmUtils.java:612)
> at
> gov.niarl.his.privacyca.HisRegisterIdentity.main(HisRegisterIdentity.java:99)
> Failed to register identity with appraiser, error 1
>
> Should I have updated anything else?
>
> cheers,
> /Nicolae.
>
>
>
> On 1 November 2013 10:14, Wei, Gang  wrote:
>
>> This is indeed an issue caused by the incompa

Re: [Users] Trusted Pools and CentOS 6 packages

2013-11-13 Thread Nicolae Paladi
Hi,

thank you for the feedback;
I've gone through the steps again, but obtained the exactly same problem:

1. I removed all of the previously installed packaged related to OAT.

2. I followed the tutorial, until this command:

bash provisioner.sh
provisioner.sh: line 7: systemctl: command not found
### ecStorage = NVRAM###
Performing TPM provisioning...FAILED
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
https://seoul:8443/HisPrivacyCAWebServices2/hisPrivacyCAWebService2FactoryService?wsdl.
It failed with:
Connection refused.
at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162)
at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144)
at
com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:265)
at
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)
at
com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:176)
at
com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
at javax.xml.ws.Service.(Service.java:77)
at
gov.niarl.his.webservices.hisprivacycawebservice2.server.HisPrivacyCAWebService2FactoryServiceService.(HisPrivacyCAWebService2FactoryServiceService.java:42)
at
gov.niarl.his.webservices.hisPrivacyCAWebService2.client.HisPrivacyCAWebServices2ClientInvoker.getHisPrivacyCAWebService2(HisPrivacyCAWebServices2ClientInvoker.java:32)
at
gov.niarl.his.privacyca.HisTpmProvisioner.main(HisTpmProvisioner.java:205)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
at
sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at
sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at java.net.URL.openStream(URL.java:1037)
at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:804)
at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262)
at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129)
... 8 more
Failed to initialize the TPM, error 1
Performing HIS identity provisioning...FAILED
gov.niarl.his.privacyca.TpmModule$TpmModuleException:
TpmModule.getCredential returned nonzero error: 2()
at
gov.niarl.his.privacyca.TpmModule.getCredential(TpmModule.java:594)
at
gov.niarl.his.privacyca.HisIdentityProvisioner.main(HisIdentityProvisioner.java:217)
Failed to receive AIC from Privacy CA, error 1
Registering identity with server...FAILED
java.io.FileNotFoundException: /usr/share/oat-client/aik.cer (No such file
or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at java.io.FileInputStream.(FileInputStream.java:101)
at gov.niarl.his.privacyca.TpmUtils.certFromFile(TpmUtils.java:612)
at
gov.niarl.his.privacyca.HisRegisterIdentity.main(HisRegisterIdentity.java:99)
Failed to register identity with appraiser, error 1

Should I have updated anything else?

cheers,
/Nicolae.



On 1 November 2013 10:14, Wei, Gang  wrote:

> This is indeed an issue caused by the incompatibility between OAT tpm
> access
> code & tpm-tools(tpm_takeownership -z). It has already been fixed. Please
> follow below wiki and try again.
> https://github.com/OpenAttestation/OpenAttestation/wiki/OAT-for-RHEL-Recipe
> .
>
> Thanks
> Jimmy
>
> Nicolae Paladi wrote on 2013-10-28:
> > Hi, I've followed the recipe
> > (
> https://github.com/OpenAttestation/OpenAttestation/wiki/OAT-for-RHEL-Rec

Re: [Users] ovirt host on amazon

2013-11-13 Thread Itamar Heim

On 11/12/2013 11:47 AM, Jorick Astrego wrote:

Hi,

I don't think it's possible as Amazon is already a virtualized
environment. Nested KVM would be possible but as I understand Amazon AWS
is running on Xen.

Same answer is given here:

http://stackoverflow.com/questions/14193821/run-kvm-on-top-of-amazon-ec2-possible


Kind regards,

Jorick Astrego
Netbulae B.V.




-Original Message-
From: "Uche Okonkwo" 
To: users@ovirt.org
Date: 12/11/2013 17:35
Subject: [Users] ovirt host on amazon

hello users, i think this software is great but there is something i
am yet to see. i am wondering if we can have our ovirt hosts on
amazon , thereby creating a hybrid set up.
can ovirt hosts/ custer be on amazon ?

pockey

___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



indeed. you can run the engine, but not the hosts.
you could deploy ovirt-engine for managing a gluster cluster, which can 
live as amazon instances.
for engine demo purposes, you could run ovirt engine with virtual hosts 
that use fake-qemu or plain qemu (host would need to falsly report they 
have vt enabled).


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Itamar Heim

On 11/13/2013 03:58 AM, Paul Jansen wrote:

Hi Rene.
I specifically need the scsi support (virtio-scsi).
I do know about the virtio-block support, which results in /dev/vd*
devices as you say.
 From what I read even EL6 earlier than 6.3 does not support virtio-scsi

Alternatively, does oVirt support an emulated scsi adapter of a
different type that would allow me to see scsi disks?


may i ask why do you need the virtual disks to specifically be scsi?



Regards,
Paul


On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)
 wrote:
On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
 > According to https://access.redhat.com/site/solutions/20511
virtio
 > work on > rhel5.3.
 >
 > You have to edit /etc/modprobe.conf and generate a new initrd.


If you're installing the OS on a VirtIO disk this is done automatically
by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
everything worked out of the box.


 >
 > On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske mailto:s.kie...@mittwald.de>> wrote:
 > > Hi,
 > >
 > > afaik the rhel 5 kernel series just has not the necessary drivers for
 > > all virtio stuff, so it's not supported and does not work, unless
 > > you want to patch your own kernel.
 > >
 > > Am 13.11.2013 06:44, schrieb Paul Jansen:
 > >> I have just set up an Ovirt 3.3.0 install and have done a test
install of Centos 6.4 in a VM.  The VM was configured with an IDE drive
and a virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
 > >> I'm wanting to do some testing on a product that is based on EL5,
but I'm finding that it cannot see the virtio-scsi drive.  It does show
up in the output of 'lspci', but I don't see a corresponding 'sd' device.
 > >>


There's no /dev/sd* device - the devices are named /dev/vd*...


 > >> I've just tried installing Centos 5.10 and the support is not there.


Didn't test CentOS but RHEL 5 is working fine.


Regards,
René



 > >>
 > >> Does anyone know of any tricks to allow EL5 to see the virtio-scsi
device?
 > >
 > >
 > > --
 > > Mit freundlichen Grüßen / Regards
 > >
 > > Sven Kieske
 > >
 > > Systemadministrator
 > > Mittwald CM Service GmbH & Co. KG
 > > Königsberger Straße 6
 > > 32339 Espelkamp
 > > T: +49-5772-293-100
 > > F: +49-5772-293-333
 > > https://www.mittwald.de 
 > > Geschäftsführer: Robert Meyer
 > > St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad
Oeynhausen
 > > Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad
Oeynhausen
 > > ___
 > > Users mailing list
 > > Users@ovirt.org 
 > > http://lists.ovirt.org/mailman/listinfo/users
 > ___
 > Users mailing list
 > Users@ovirt.org 
 > http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.3 removing disk failure

2013-11-13 Thread Saša Friedrich
Just for test I enabled "ovirt-updates-testing" and "ovirt-nightly" 
repos. Did yum update and error is still there.


I created new virtual disk and then tried to delete it... same error!

Is there a way to remove disk manualy? I can mount gluster volume and 
delete the disk. But what about db in engine? Which records should I 
remove (by hand)?



tnx



Dne 12. 11. 2013 21:19, piše Saša Friedrich:

What I found so far...

Function returning error is getDomPath in 
"/usr/share/vdsm/storage/fileSD.py":


def getDomPath(sdUUID):
pattern = os.path.join(sd.StorageDomain.storage_repository,
   sd.DOMAIN_MNT_POINT, '*', sdUUID)
# Warning! You need a global proc pool big as the number of NFS 
domains.

domPaths = getProcPool().glob.glob(pattern)
if len(domPaths) == 0:
raise se.StorageDomainDoesNotExist(sdUUID)
elif len(domPaths) > 1:
raise se.StorageDomainLayoutError(sdUUID)
else:
return domPaths[0]


When I click remove disk in engine, variable "pattern" gets 
"/rhev/data-center/mnt/*/2799e01b-6e6e-4f3b-8cfe-779928ae9941", and 
"domPaths" is empty





Dne 12. 11. 2013 20:18, piše Saša Friedrich:

After I changed the log level of vdsm I found the error:

Thread-5180::ERROR::2013-11-12 
19:44:21,433::task::850::TaskManager.Task::(_setError) 
Task=`42a933fa-97f1-4260-8bc5-86c057dc8184`::Unexpected error

Traceback (most recent call last):
  File "/usr/share/vdsm/storage/task.py", line 857, in _run
return fn(*args, **kargs)
  File "/usr/share/vdsm/logUtils.py", line 45, in wrapper
res = f(*args, **kwargs)
  File "/usr/share/vdsm/storage/hsm.py", line 1529, in deleteImage
dom.deleteImage(sdUUID, imgUUID, volsByImg)
  File "/usr/share/vdsm/storage/fileSD.py", line 342, in deleteImage
currImgDir = getImagePath(sdUUID, imgUUID)
  File "/usr/share/vdsm/storage/fileSD.py", line 97, in getImagePath
return os.path.join(getDomPath(sdUUID), 'images', imgUUID)
  File "/usr/share/vdsm/storage/fileSD.py", line 89, in getDomPath
raise se.StorageDomainDoesNotExist(sdUUID)
StorageDomainDoesNotExist: Storage domain does not exist: 
('2799e01b-6e6e-4f3b-8cfe-779928ae9941',)
Thread-5180::ERROR::2013-11-12 
19:44:21,435::dispatcher::67::Storage.Dispatcher.Protect::(run) 
{'status': {'message': "Storage domain does not exist: 
('2799e01b-6e6e-4f3b-8cfe-779928ae9941',)", 'code': 358}}



And this happens only when I want to delete virtual disk. VM alone 
works fine.


Any clue?


tnx


Dne 12. 11. 2013 15:54, piše Saša Friedrich:
When I try to remove viritual disk from ovirt engine I get error 
"User admin@internal finished removing disk test_vm with storage 
failure in domain DATA_DOMAIN."


VM itself was running fine with no errors.

DATA_DOMAIN is GlusterFS replicated volume (on ovirt host).

ovirt engine comp (fc19)
ovirt-engine.noarch   3.3.0.1-1.fc19

ovirt host (fc19)
vdsm.x86_644.12.1-4.fc19
vdsm-gluster.noarch4.12.1-4.fc19
glusterfs-server.x86_643.4.1-1.fc19


tnx for help






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt host on amazon

2013-11-13 Thread Sven Kieske
Hi,

just for clarfication: OpenVZ is not a hypervisor.
It is an operating system virtualization technology which uses containers.
I won't compare them for the most use cases.

Am 13.11.2013 10:43, schrieb Jorick Astrego:
> As oVirt doesn't support OpenVZ and isn't planning to as far as I know (KVM 
> is a way better hypervisor), there can be no oVirt on Amazon.

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt host on amazon

2013-11-13 Thread Jorick Astrego
Hi Uche,

Thanks for the tip, looks a lot like proxmox and I can use it for some tasks 
probably.

I read through the information and the reason OpenNode can run on Amazon is 
because they use the OpenVZ support. Amazon has enabled OpenVZ a couple of 
months ago.

As oVirt doesn't support OpenVZ and isn't planning to as far as I know (KVM is 
a way better hypervisor), there can be no oVirt on Amazon.
 

Hope this explains.


Kind regards,


Jorick Astrego
Netbulae B.V.


 

-Original Message-
From: "Uche Okonkwo" 
To: "Jorick Astrego" 
Date: 12/11/2013 17:58
Subject: Re: [Users] ovirt host on amazon


Yea, i thought so jorick. But you know opennode is another redhat project that 
is very nice too, but they got hosts systems on amazon. Am thinking , i dont 
know if we could find out how to get ovirt host on aws just like opennode. It 
is gonna make ovirt a complete software based datacenter. I am looking forward 
to that, and i think it can be done, since it was done for opennodeOn Nov 12, 
2013 11:47 AM, "Jorick Astrego" < j.astr...@netbulae.eu> wrote: 
Hi, 

I don't think it's possible as Amazon is already a virtualized environment. 
Nested KVM would be possible but as I understand Amazon AWS is running on Xen. 


Same answer is given here: 

http://stackoverflow.com/questions/14193821/run-kvm-on-top-of-amazon-ec2-possible

  
Kind regards, 

Jorick Astrego 
Netbulae B.V. 


  
 
  

-Original Message- 
From: "Uche Okonkwo" < lavashonl...@gmail.com> 
To: users@ovirt.org
Date: 12/11/2013 17:35 
Subject: [Users] ovirt host on amazon 

hello users, i think this software is great but there is something i am yet to 
see. i am wondering if we can have our ovirt hosts on amazon , thereby creating 
a hybrid set up. 
can ovirt hosts/ custer be on amazon ? 
 
pockey
 
 
___ 
Users mailing list 
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
 
 




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Gianluca Cecchi
On Wed, Nov 13, 2013 at 9:58 AM, Paul Jansen  wrote:
> Hi Rene.
> I specifically need the scsi support (virtio-scsi).
> I do know about the virtio-block support, which results in /dev/vd* devices
> as you say.
> From what I read even EL6 earlier than 6.3 does not support virtio-scsi
>
> Alternatively, does oVirt support an emulated scsi adapter of a different
> type that would allow me to see scsi disks?
>
> Regards,
> Paul


Hello Paul,
in 6.3  virtio-scsi was only a TechPreview.
>From 6.4 it is fully supported.
I found also support in Win  guests (> WinXP) with RHEV and updated
virtio-win drivers, but nothing abut rhel 5.x guests, neither 5.10...

If you have RH EL subscription you can find more details here:
https://access.redhat.com/site/solutions/300563
(I took the time to put a note asking about support in RH EL 5.x)
It could be a good idea to create an rfe entry in bugzilla if you have
entitlements.
I don't know if there is any particular limitation or special
backporting effort to gain virtio-scsi support in RHEL 5.x, but
through my quick search I didn't find any reference in special repos
such as CentOS extra er plus or elrepo

I think you already saw here, but just for other ones eventually:
http://www.ovirt.org/Features/Virtio-SCSI
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Koch (ovido)


> I specifically need the scsi support (virtio-scsi).
> I do know about the virtio-block support, which results in /dev/vd*
> devices as you say.
> From what I read even EL6 earlier than 6.3 does not support
> virtio-scsi


Sorry, I did read your email to fast as it seems.
You're right you need at least RHEL 6.3 for virtio-scsi support.

> 
> Alternatively, does oVirt support an emulated scsi adapter of a
> different type that would allow me to see scsi disks?
> 
> Regards,
> Paul
> 
> 
> On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)
>  wrote:
> 
> On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
> > According to https://access.redhat.com/site/solutions/20511 virtio
> > work on > rhel5.3.
> > 
> > You have to edit /etc/modprobe.conf and generate a new initrd.
> 
> 
> If you're installing the OS on a VirtIO disk this is done
> automatically
> by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
> everything worked out of the box.
> 
> 
> > 
> > On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske 
> wrote:
> > > Hi,
> > >
> > > afaik the rhel 5 kernel series just has not the necessary drivers
> for
> > > all virtio stuff, so it's not supported and does not work, unless
> > > you want to patch your own kernel.
> > >
> > > Am 13.11.2013 06:44, schrieb Paul Jansen:
> > >> I have just set up an Ovirt 3.3.0 install and have done a test
> install of Centos 6.4 in a VM.  The VM was configured with an IDE
> drive and a virtio-scsi drive.  The Centos 6.4 install sees both
> drives OK.
> > >> I'm wanting to do some testing on a product that is based on EL5,
> but I'm finding that it cannot see the virtio-scsi drive.  It does
> show up in the output of 'lspci', but I don't see a corresponding 'sd'
> device.
> > >>
> 
> 
> There's no /dev/sd* device - the devices are named /dev/vd*...
> 
> 
> > >> I've just tried installing Centos 5.10 and the support is not
> there.
> 
> 
> Didn't test CentOS but RHEL 5 is working fine.
> 
> 
> Regards,
> René
> 
> 
> 
> > >>
> > >> Does anyone know of any tricks to allow EL5 to see the
> virtio-scsi device?
> > >
> > >
> > > --
> > > Mit freundlichen Grüßen / Regards
> > >
> > > Sven Kieske
> > >
> > > Systemadministrator
> > > Mittwald CM Service GmbH & Co. KG
> > > Königsberger Straße 6
> > > 32339 Espelkamp
> > > T: +49-5772-293-100
> > > F: +49-5772-293-333
> > > https://www.mittwald.de
> > > Geschäftsführer: Robert Meyer
> > > St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad
> Oeynhausen
> > > Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad
> Oeynhausen
> > > ___
> > > Users mailing list
> > > Users@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> 
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installation of self hosted engine

2013-11-13 Thread Pavel Gandalipov
Thank you all, Yedidya, Sandro,Sander. Your advices helped me to go farther
in my project.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Paul Jansen
Hi Rene.
I specifically need the scsi support (virtio-scsi).
I do know about the virtio-block support, which results in /dev/vd* devices as 
you say.
From what I read even EL6 earlier than 6.3 does not support virtio-scsi

Alternatively, does oVirt support an emulated scsi adapter of a different type 
that would allow me to see scsi disks?

Regards,
Paul




On Wednesday, 13 November 2013 7:23 PM, René Koch (ovido)  
wrote:
 
On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
> According to https://access.redhat.com/site/solutions/20511 virtio
> work on > rhel5.3.
> 
> You have to edit /etc/modprobe.conf and generate a new initrd.


If you're installing the OS on a VirtIO disk this is done automatically
by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
everything worked out of the box.


> 
> On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske  wrote:
> > Hi,
> >
> > afaik the rhel 5 kernel series just has not the necessary drivers for
> > all virtio stuff, so it's not supported and does not work, unless
> > you want to patch your own kernel.
> >
> > Am 13.11.2013 06:44, schrieb Paul Jansen:
> >> I have just set up an Ovirt 3.3.0 install and have done a test install of 
> >> Centos 6.4 in a VM.  The VM was configured with an IDE drive and a 
> >> virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
> >> I'm wanting to do some testing on a product that is based on EL5, but I'm 
> >> finding that it cannot see the virtio-scsi drive.  It does show up in the 
> >> output of 'lspci', but I don't see a corresponding 'sd' device.
> >>


There's no /dev/sd* device - the devices are named /dev/vd*...


> >> I've just tried installing Centos 5.10 and the support is not there.


Didn't test CentOS but RHEL 5 is working fine.


Regards,
René



> >>
> >> Does anyone know of any tricks to allow EL5 to see the virtio-scsi device?
> >
> >
> > --
> > Mit freundlichen Grüßen / Regards
> >
> > Sven Kieske
> >
> > Systemadministrator
> > Mittwald CM Service GmbH & Co. KG
> > Königsberger Straße 6
> > 32339 Espelkamp
> > T: +49-5772-293-100
> > F: +49-5772-293-333
> > https://www.mittwald.de
> > Geschäftsführer: Robert Meyer
> > St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
> > Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Koch (ovido)
On Wed, 2013-11-13 at 09:41 +0100, Sander Grendelman wrote:
> According to https://access.redhat.com/site/solutions/20511 virtio
> work on > rhel5.3.
> 
> You have to edit /etc/modprobe.conf and generate a new initrd.


If you're installing the OS on a VirtIO disk this is done automatically
by anaconda. I just installed RHEL 5 on oVirt 3.3 with VirtIO disk and
everything worked out of the box.


> 
> On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske  wrote:
> > Hi,
> >
> > afaik the rhel 5 kernel series just has not the necessary drivers for
> > all virtio stuff, so it's not supported and does not work, unless
> > you want to patch your own kernel.
> >
> > Am 13.11.2013 06:44, schrieb Paul Jansen:
> >> I have just set up an Ovirt 3.3.0 install and have done a test install of 
> >> Centos 6.4 in a VM.  The VM was configured with an IDE drive and a 
> >> virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
> >> I'm wanting to do some testing on a product that is based on EL5, but I'm 
> >> finding that it cannot see the virtio-scsi drive.  It does show up in the 
> >> output of 'lspci', but I don't see a corresponding 'sd' device.
> >>


There's no /dev/sd* device - the devices are named /dev/vd*...


> >> I've just tried installing Centos 5.10 and the support is not there.


Didn't test CentOS but RHEL 5 is working fine.


Regards,
René



> >>
> >> Does anyone know of any tricks to allow EL5 to see the virtio-scsi device?
> >
> >
> > --
> > Mit freundlichen Grüßen / Regards
> >
> > Sven Kieske
> >
> > Systemadministrator
> > Mittwald CM Service GmbH & Co. KG
> > Königsberger Straße 6
> > 32339 Espelkamp
> > T: +49-5772-293-100
> > F: +49-5772-293-333
> > https://www.mittwald.de
> > Geschäftsführer: Robert Meyer
> > St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
> > Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Low quality of el6 vdsm rpms

2013-11-13 Thread Sven Kieske
Hi,

can someone elaborate on this fix?

Is something broken with the ballooning-rules in the current
vdsm? If yes, what is it, and can it be circumvented until
a new vdsm stable release hits the ovirt.org repo?

Thanks in advance!

Am 12.11.2013 21:51, schrieb Douglas Schilling Landgraf:
> - Fix-ballooning-rules-for-computing-the-minimum-avail

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Sander Grendelman
According to https://access.redhat.com/site/solutions/20511 virtio
work on > rhel5.3.

You have to edit /etc/modprobe.conf and generate a new initrd.

On Wed, Nov 13, 2013 at 9:32 AM, Sven Kieske  wrote:
> Hi,
>
> afaik the rhel 5 kernel series just has not the necessary drivers for
> all virtio stuff, so it's not supported and does not work, unless
> you want to patch your own kernel.
>
> Am 13.11.2013 06:44, schrieb Paul Jansen:
>> I have just set up an Ovirt 3.3.0 install and have done a test install of 
>> Centos 6.4 in a VM.  The VM was configured with an IDE drive and a 
>> virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
>> I'm wanting to do some testing on a product that is based on EL5, but I'm 
>> finding that it cannot see the virtio-scsi drive.  It does show up in the 
>> output of 'lspci', but I don't see a corresponding 'sd' device.
>>
>> I've just tried installing Centos 5.10 and the support is not there.
>>
>> Does anyone know of any tricks to allow EL5 to see the virtio-scsi device?
>
>
> --
> Mit freundlichen Grüßen / Regards
>
> Sven Kieske
>
> Systemadministrator
> Mittwald CM Service GmbH & Co. KG
> Königsberger Straße 6
> 32339 Espelkamp
> T: +49-5772-293-100
> F: +49-5772-293-333
> https://www.mittwald.de
> Geschäftsführer: Robert Meyer
> St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
> Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installation of self hosted engine

2013-11-13 Thread Yedidyah Bar David
Hi, 
- Original Message -

> From: "Pavel Gandalipov" 
> To: "Yedidyah Bar David" 
> Cc: users@ovirt.org
> Sent: Wednesday, November 13, 2013 10:29:32 AM
> Subject: Re: [Users] Installation of self hosted engine

> Thank you, Yedidyah for fast reply.

> > As a minimum, install 'ovirt-hosted-engine-setup' and
> 
> > run 'hosted-engine --deploy'.
> 

> These are my repositories from your docs.

> [root@master02 ~]# ls -ls /etc/yum
> yum/ yum.conf yum.repos.d/
> [root@master02 ~]# ls -ls /etc/yum.repos.d/
> total 24
> 4 -rw-r--r--. 1 root root 1199 Aug 31 02:32 fedora-updates-testing.repo
> 4 -rw-r--r--. 1 root root 1141 Aug 31 02:32 fedora-updates.repo
> 4 -rw-r--r--. 1 root root 782 Aug 22 21:57 fedora-virt-preview.repo
> 4 -rw-r--r--. 1 root root 782 Jun 5 2012 fedora-virt-preview.repo.1
> 4 -rw-r--r--. 1 root root 1180 Aug 31 02:32 fedora.repo
> 4 -rw-r--r--. 1 root root 831 Aug 22 21:57 ovirt.repo
> [root@master02 ~]#

You need to enable the nightly repo in ovirt.repo. Either manually with an 
editor or with: 
yum-config-manager --enable ovirt-nightly 
-- 
Didi 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] EL5 support for VirtIO SCSI?

2013-11-13 Thread Sven Kieske
Hi,

afaik the rhel 5 kernel series just has not the necessary drivers for
all virtio stuff, so it's not supported and does not work, unless
you want to patch your own kernel.

Am 13.11.2013 06:44, schrieb Paul Jansen:
> I have just set up an Ovirt 3.3.0 install and have done a test install of 
> Centos 6.4 in a VM.  The VM was configured with an IDE drive and a 
> virtio-scsi drive.  The Centos 6.4 install sees both drives OK.
> I'm wanting to do some testing on a product that is based on EL5, but I'm 
> finding that it cannot see the virtio-scsi drive.  It does show up in the 
> output of 'lspci', but I don't see a corresponding 'sd' device.
> 
> I've just tried installing Centos 5.10 and the support is not there.
> 
> Does anyone know of any tricks to allow EL5 to see the virtio-scsi device?


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installation of self hosted engine

2013-11-13 Thread Sander Grendelman
yum --enablerepo=ovirt-nightly

On Wed, Nov 13, 2013 at 9:29 AM, Pavel Gandalipov  wrote:
> Thank you, Yedidyah for fast reply.
>
>> As a minimum, install 'ovirt-hosted-engine-setup' and
>> run 'hosted-engine --deploy'.
>
>
> These are my repositories from your docs.
>
> [root@master02 ~]# ls -ls /etc/yum
> yum/ yum.conf yum.repos.d/
> [root@master02 ~]# ls -ls /etc/yum.repos.d/
> total 24
> 4 -rw-r--r--. 1 root root 1199 Aug 31 02:32 fedora-updates-testing.repo
> 4 -rw-r--r--. 1 root root 1141 Aug 31 02:32 fedora-updates.repo
> 4 -rw-r--r--. 1 root root  782 Aug 22 21:57 fedora-virt-preview.repo
> 4 -rw-r--r--. 1 root root  782 Jun  5  2012 fedora-virt-preview.repo.1
> 4 -rw-r--r--. 1 root root 1180 Aug 31 02:32 fedora.repo
> 4 -rw-r--r--. 1 root root  831 Aug 22 21:57 ovirt.repo
> [root@master02 ~]#
>
> [root@master02 ~]# yum search ovirt-hosted
> Loaded plugins: versionlock
> Warning: No matches found for: ovirt-hosted
> No matches found
> [root@master02 ~]#
>
> [root@master02 ~]# rpm -qa | grep ovirt
> ovirt-engine-webadmin-portal-3.3.0.1-1.fc19.noarch
> ovirt-iso-uploader-3.3.1-1.fc19.noarch
> ovirt-engine-cli-3.3.0.5-1.fc19.noarch
> ovirt-host-deploy-java-1.1.1-1.fc19.noarch
> ovirt-engine-tools-3.3.0.1-1.fc19.noarch
> ovirt-host-deploy-1.1.1-1.fc19.noarch
> ovirt-release-fedora-8-1.noarch
> ovirt-engine-userportal-3.3.0.1-1.fc19.noarch
> ovirt-engine-setup-3.3.0.1-1.fc19.noarch
> ovirt-engine-backend-3.3.0.1-1.fc19.noarch
> ovirt-engine-lib-3.3.0.1-1.fc19.noarch
> ovirt-engine-3.3.0.1-1.fc19.noarch
> ovirt-image-uploader-3.3.1-1.fc19.noarch
> ovirt-engine-restapi-3.3.0.1-1.fc19.noarch
> ovirt-engine-sdk-python-3.3.0.7-1.fc19.noarch
> ovirt-engine-dbscripts-3.3.0.1-1.fc19.noarch
> ovirt-log-collector-3.3.1-1.fc19.noarch
>
>
> What can i try?
>
>
>
>
> 2013/11/13 Yedidyah Bar David 
>>
>> Hi,
>>
>> 
>>
>> From: "Pavel Gandalipov" 
>> To: users@ovirt.org
>> Sent: Wednesday, November 13, 2013 9:22:05 AM
>> Subject: [Users] Installation of self hosted engine
>>
>>
>> Hello, could you help me with installation of self hosted engine on bare
>> Ovirt 3.3.
>>
>>
>> It's actually "on bare metal", with "bare ovirt 3.3" inside it.
>>
>> Where can i find any packages for installation?
>>
>>
>> For now you can use the nightly repo. As a minimum, install
>> 'ovirt-hosted-engine-setup' and
>> run 'hosted-engine --deploy'.
>>
>> I don't think we have yet any wiki page for it.
>>
>> You can have a look at [1], which is for migrating an existing 3.3 engine
>> to hosted-engine,
>> but instead of backup/restore simply do a new setup inside the VM.
>>
>> [1] http://www.ovirt.org/Migrate_to_Hosted_Engine
>> --
>> Didi
>>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installation of self hosted engine

2013-11-13 Thread Sandro Bonazzola
Il 13/11/2013 09:29, Pavel Gandalipov ha scritto:
> Thank you, Yedidyah for fast reply.
> 
> As a minimum, install 'ovirt-hosted-engine-setup' and
> run 'hosted-engine --deploy'.
> 
> 
> *These are my repositories from your docs.*
> 
> /[root@master02 ~]# ls -ls /etc/yum
> yum/ yum.conf yum.repos.d/ 
> [root@master02 ~]# ls -ls /etc/yum.repos.d/
> total 24
> 4 -rw-r--r--. 1 root root 1199 Aug 31 02:32 fedora-updates-testing.repo
> 4 -rw-r--r--. 1 root root 1141 Aug 31 02:32 fedora-updates.repo
> 4 -rw-r--r--. 1 root root  782 Aug 22 21:57 fedora-virt-preview.repo
> 4 -rw-r--r--. 1 root root  782 Jun  5  2012 fedora-virt-preview.repo.1
> 4 -rw-r--r--. 1 root root 1180 Aug 31 02:32 fedora.repo
> 4 -rw-r--r--. 1 root root  831 Aug 22 21:57 ovirt.repo

please edit ovirt.repo and enable ovirt-nightly.
or use yum --enablerepo=ovirt-nightly install ovirt-hosted-engine-setup.
I'm sorry but on 3.3 stable we're still missing support for hosted engine on 
VDSM.
(http://gerrit.ovirt.org/20193, http://gerrit.ovirt.org/20194)


> [root@master02 ~]# 
> 
> [root@master02 ~]# yum search ovirt-hosted
> Loaded plugins: versionlock
> Warning: No matches found for: ovirt-hosted
> No matches found
> [root@master02 ~]#
> /
> 
> /[root@master02 ~]# rpm -qa | grep ovirt
> ovirt-engine-webadmin-portal-3.3.0.1-1.fc19.noarch
> ovirt-iso-uploader-3.3.1-1.fc19.noarch
> ovirt-engine-cli-3.3.0.5-1.fc19.noarch
> ovirt-host-deploy-java-1.1.1-1.fc19.noarch
> ovirt-engine-tools-3.3.0.1-1.fc19.noarch
> ovirt-host-deploy-1.1.1-1.fc19.noarch
> ovirt-release-fedora-8-1.noarch
> ovirt-engine-userportal-3.3.0.1-1.fc19.noarch
> ovirt-engine-setup-3.3.0.1-1.fc19.noarch
> ovirt-engine-backend-3.3.0.1-1.fc19.noarch
> ovirt-engine-lib-3.3.0.1-1.fc19.noarch
> ovirt-engine-3.3.0.1-1.fc19.noarch
> ovirt-image-uploader-3.3.1-1.fc19.noarch
> ovirt-engine-restapi-3.3.0.1-1.fc19.noarch
> ovirt-engine-sdk-python-3.3.0.7-1.fc19.noarch
> ovirt-engine-dbscripts-3.3.0.1-1.fc19.noarch
> ovirt-log-collector-3.3.1-1.fc19.noarch/
> /
> /
> /
> /
> */What can i try?/*
> 
>  
> 
> 
> 2013/11/13 Yedidyah Bar David mailto:d...@redhat.com>>
> 
> Hi,
> 
> 
> --
> 
> *From: *"Pavel Gandalipov"  >
> *To: *users@ovirt.org 
> *Sent: *Wednesday, November 13, 2013 9:22:05 AM
> *Subject: *[Users] Installation of self hosted engine
> 
> 
> Hello, could you help me with installation of self hosted engine on 
> bare Ovirt 3.3.
> 
> 
> It's actually "on bare metal", with "bare ovirt 3.3" inside it.
> 
> Where can i find any packages for installation?
> 
> 
> For now you can use the nightly repo. As a minimum, install 
> 'ovirt-hosted-engine-setup' and
> run 'hosted-engine --deploy'.
> 
> I don't think we have yet any wiki page for it.
> 
> You can have a look at [1], which is for migrating an existing 3.3 engine 
> to hosted-engine,
> but instead of backup/restore simply do a new setup inside the VM.
> 
> [1] http://www.ovirt.org/Migrate_to_Hosted_Engine
> -- 
> Didi
> 
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installation of self hosted engine

2013-11-13 Thread Pavel Gandalipov
Thank you, Yedidyah for fast reply.

As a minimum, install 'ovirt-hosted-engine-setup' and
> run 'hosted-engine --deploy'.
>

*These are my repositories from your docs.*


















*[root@master02 ~]# ls -ls /etc/yumyum/ yum.conf
yum.repos.d/ [root@master02 ~]# ls -ls /etc/yum.repos.d/total 244
-rw-r--r--. 1 root root 1199 Aug 31 02:32 fedora-updates-testing.repo4
-rw-r--r--. 1 root root 1141 Aug 31 02:32 fedora-updates.repo4 -rw-r--r--.
1 root root  782 Aug 22 21:57 fedora-virt-preview.repo4 -rw-r--r--. 1 root
root  782 Jun  5  2012 fedora-virt-preview.repo.14 -rw-r--r--. 1 root root
1180 Aug 31 02:32 fedora.repo4 -rw-r--r--. 1 root root  831 Aug 22 21:57
ovirt.repo[root@master02 ~]# [root@master02 ~]# yum search
ovirt-hostedLoaded plugins: versionlockWarning: No matches found for:
ovirt-hostedNo matches found[root@master02 ~]#*


















*[root@master02 ~]# rpm -qa | grep
ovirtovirt-engine-webadmin-portal-3.3.0.1-1.fc19.noarchovirt-iso-uploader-3.3.1-1.fc19.noarchovirt-engine-cli-3.3.0.5-1.fc19.noarchovirt-host-deploy-java-1.1.1-1.fc19.noarchovirt-engine-tools-3.3.0.1-1.fc19.noarchovirt-host-deploy-1.1.1-1.fc19.noarchovirt-release-fedora-8-1.noarchovirt-engine-userportal-3.3.0.1-1.fc19.noarchovirt-engine-setup-3.3.0.1-1.fc19.noarchovirt-engine-backend-3.3.0.1-1.fc19.noarchovirt-engine-lib-3.3.0.1-1.fc19.noarchovirt-engine-3.3.0.1-1.fc19.noarchovirt-image-uploader-3.3.1-1.fc19.noarchovirt-engine-restapi-3.3.0.1-1.fc19.noarchovirt-engine-sdk-python-3.3.0.7-1.fc19.noarchovirt-engine-dbscripts-3.3.0.1-1.fc19.noarchovirt-log-collector-3.3.1-1.fc19.noarch*


*What can i try?*




2013/11/13 Yedidyah Bar David 

> Hi,
>
> --
>
> *From: *"Pavel Gandalipov" 
> *To: *users@ovirt.org
> *Sent: *Wednesday, November 13, 2013 9:22:05 AM
> *Subject: *[Users] Installation of self hosted engine
>
>
> Hello, could you help me with installation of self hosted engine on bare
> Ovirt 3.3.
>
>
> It's actually "on bare metal", with "bare ovirt 3.3" inside it.
>
> Where can i find any packages for installation?
>
>
> For now you can use the nightly repo. As a minimum, install
> 'ovirt-hosted-engine-setup' and
> run 'hosted-engine --deploy'.
>
> I don't think we have yet any wiki page for it.
>
> You can have a look at [1], which is for migrating an existing 3.3 engine
> to hosted-engine,
> but instead of backup/restore simply do a new setup inside the VM.
>
> [1] http://www.ovirt.org/Migrate_to_Hosted_Engine
> --
> Didi
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users