Re: [ovirt-users] Hosted Engine: Cannot initialise host

2015-07-22 Thread Yedidyah Bar David
On Thu, Jul 23, 2015 at 8:23 AM, Alan Murrell  wrote:
> OK, so I blew away my hosted engine and removed my "ovirmgmt" interface
> (returning it back to the original "eno1" and on my host ran through the
> deployment again.  Everything wen through fine.
>
> Thanks! :-)

Thanks for the report!

Best,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine: Cannot initialise host

2015-07-22 Thread Alan Murrell
OK, so I blew away my hosted engine and removed my "ovirmgmt" interface
(returning it back to the original "eno1" and on my host ran through the
deployment again.  Everything wen through fine.

Thanks! :-)

-Alan


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


[ovirt-users] POSTPONED - [3.6 deep dive] - v2v - Moving your Virtual Machines to oVirt with ease

2015-07-22 Thread Barak Azulay
Hi,

Sorry for the inconvenience and late notice.

Due to unexpected event, this event was postponed to the the 27 th of July.
 
Hope you'll be able to join us.

Thanks
Barak Azulay



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


[ovirt-users] Updated Invitation: [3.6 deep dive] - v2v - Moving your Virtual Machines to o... @ Mon 2015-07-27 16:30 - 17:30 (bazu...@redhat.com)

2015-07-22 Thread bazulay
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20150727T133000Z
DTEND:20150727T143000Z
DTSTAMP:20150722T131801Z
ORGANIZER;CN=Barak Azulay:mailto:bazu...@redhat.com
UID:mna2iao625rpd28df5if9b8...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Arik Hadas;X-NUM-GUESTS=0:mailto:aha...@redhat.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Michal Skrivanek;X-NUM-GUESTS=0:mailto:mskri...@redhat.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Barak Azulay;X-NUM-GUESTS=0:mailto:bazu...@redhat.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=de...@ovirt.org;X-NUM-GUESTS=0:mailto:de...@ovirt.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=users@ovirt.org;X-NUM-GUESTS=0:mailto:users@ovirt.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Itamar Heim;X-NUM-GUESTS=0:mailto:ih...@redhat.com
CREATED:20150716T175243Z
DESCRIPTION:oVirt 3.6 introduces an integrated process to import virtual ma
 chines from VMware vSphere and virtual appliance (OVA) files. The previous 
 import process that was tedious and error-prone is replaced by a user-frien
 dly\, robust and efficient process. In this session Arik will present its a
 rchitecture\, present a demonstration that will show how one can import a v
 irtual machine from VMware vSphere into oVirt from oVirt's administration p
 ortal and present current limitations and possible future enhancements.\n\n
 feature page: http://www.ovirt.org/Features/virt-v2v_Integration\n\nView yo
 ur event at https://www.google.com/calendar/event?action=VIEW&eid=bW5hMmlhb
 zYyNXJwZDI4ZGY1aWY5YjhkOTAgdXNlcnNAb3ZpcnQub3Jn&tok=MTgjYmF6dWxheUByZWRoYXQ
 uY29tNjA0ZGYwOWEyM2RjNmU0NGQxYTY3YjkwNzE3YzFjNTBkYjIxNWFkZg&ctz=Asia/Jerusa
 lem&hl=en.
LAST-MODIFIED:20150722T131801Z
LOCATION:https://www.youtube.com/watch?v=7vd8X6t9eBk
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:[3.6 deep dive] - v2v - Moving your Virtual Machines to oVirt with 
 ease
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine: Cannot initialise host

2015-07-22 Thread Dan Kenigsberg
On Wed, Jul 22, 2015 at 09:23:46AM +0300, Yedidyah Bar David wrote:
> On Wed, Jul 22, 2015 at 2:34 AM, Alan Murrell  wrote:
> > Hi Dan,
> >
> > Quoting "Dan Kenigsberg" :
> >>
> >> virsh -r dumpxml vdsm-ovirtmgmt
> >
> >
> > I will see if I can get you that output a little later, along with the
> > vdsClient output suggested by Yedidyah.
> >
> >> your own, you should also define that network. Skipping network
> >> definition might have worked in the past, but it would certainly not
> >
> >
> > When you refer to defining the "network definition", are you referring to a
> > "NETWORK=" line in my ifcfg-ovirtmgmt file (which I think was referred to by
> > Yedidyah)?
> 
> Dan refers to the below:

Actually, I was referring to placing a file (say /tmp/1.xml) with

  vdsm-ovirtmgmt
  f661da6b-6dea-8c4d-af7f-c0c9111ea10e
  
  

and defining it in libvirt with

virsh net-define /tmp/1.xml
virsh net-start vdsm-ovirtmgmt

but not that I do not endorse it; the following is what should be followed:

> 
> >
> > If necessary, I can also blow away my current install and try the deployment
> > again without defining the bridge first, if for no other reason than if it
> > still fails to do so, it is a bug that that you will be aware of.
> 
> Yes, please do. This will be mandatory in 3.6.
> 
> Thanks, and please report back with any issue (or success :-) ).
> 
> Best,
> -- 
> Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Fedora 22 Cloud images - request for testers

2015-07-22 Thread Oved Ourfali
No. From a licensing/redistribution point of view.

Oved


- Original Message -
> From: "Punit Dambiwal" 
> To: "Oved Ourfali" 
> Cc: "users" 
> Sent: Wednesday, July 22, 2015 12:53:49 PM
> Subject: Re: [ovirt-users] Fedora 22 Cloud images - request for testers
> 
> Hi Oved,
> 
> Is it possible for you to add some windows(server 2003,2008,2012) images also
> in this oVirt glance repository ??
> 
> Thanks,
> Punit
> 
> On Wed, Jul 22, 2015 at 5:24 PM, Oved Ourfali < ov...@redhat.com > wrote:
> 
> 
> Hi
> 
> I've added two such images to public oVirt glance repository (
> glance.ovirt.org ):
> 1. Fedora 22 Base Cloud Image
> 2. Fedora 22 Cloud Atomic Image
> 
> Both images were taken from https://getfedora.org/en/cloud/download/ , the
> RAW version, as is.
> I haven't verified they are indeed working properly (importing, creating VMs,
> running them, cloud-init stuff, etc.).
> 
> As far as I know they should come without any root password, so the password
> will only be set via cloud-init.
> For instructions on how to import those, see
> http://ovedou.blogspot.com/2014/03/importing-glance-images-as-ovirt.html
> 
> It would be nice if someone tries them out, and report whether he had some
> issues.
> 
> Thanks!
> Oved
> ___
> 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: [ovirt-users] Fedora 22 Cloud images - request for testers

2015-07-22 Thread Punit Dambiwal
Hi Oved,

Is it possible for you to add some windows(server 2003,2008,2012) images
also in this oVirt glance repository ??

Thanks,
Punit

On Wed, Jul 22, 2015 at 5:24 PM, Oved Ourfali  wrote:

> Hi
>
> I've added two such images to public oVirt glance repository (
> glance.ovirt.org):
> 1. Fedora 22 Base Cloud Image
> 2. Fedora 22 Cloud Atomic Image
>
> Both images were taken from https://getfedora.org/en/cloud/download/, the
> RAW version, as is.
> I haven't verified they are indeed working properly (importing, creating
> VMs, running them, cloud-init stuff, etc.).
>
> As far as I know they should come without any root password, so the
> password will only be set via cloud-init.
> For instructions on how to import those, see
> http://ovedou.blogspot.com/2014/03/importing-glance-images-as-ovirt.html
>
> It would be nice if someone tries them out, and report whether he had some
> issues.
>
> Thanks!
> Oved
> ___
> 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


[ovirt-users] Fedora 22 Cloud images - request for testers

2015-07-22 Thread Oved Ourfali
Hi

I've added two such images to public oVirt glance repository (glance.ovirt.org):
1. Fedora 22 Base Cloud Image
2. Fedora 22 Cloud Atomic Image

Both images were taken from https://getfedora.org/en/cloud/download/, the RAW 
version, as is.
I haven't verified they are indeed working properly (importing, creating VMs, 
running them, cloud-init stuff, etc.).

As far as I know they should come without any root password, so the password 
will only be set via cloud-init.
For instructions on how to import those, see 
http://ovedou.blogspot.com/2014/03/importing-glance-images-as-ovirt.html

It would be nice if someone tries them out, and report whether he had some 
issues.

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


Re: [ovirt-users] Resize FC LUN in SD

2015-07-22 Thread Arsène Gschwind

Hi,

Now I have an inactive storagedomain which I can't activate nor remove, 
is there a way to force re-activation or removing of a SD?


Thanks for any Hint.
rgds,
Arsène

On 07/21/2015 06:30 PM, Arsène Gschwind wrote:

Hi,

I'm trying to online resize a FC LUN in a storagedomain, i could 
resize the LUN on system level and resize the PV on all hosts in my 
cluster but after a while oVirt set the LUN to "inactive" .

Is there a way to inform vdsm to rescan and update the LUN informations?
I've read that this feature will be available in version 3.6 but I'm 
wondering if it would be possible in version 3.5 using some system 
commands/calls.


Thanks for any hint.
Rgds,
Arsène

___
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