[ovirt-users] Distribute collection of VMs

2017-01-26 Thread Fredrik Olofsson
We currently use an OVA-file for Virtualbox to distribute a collection of
VMs to our customers. We would like to also support customers using oVirt.
Our VMs work if we convert the disk images to qcow2 and manually configure
the VMs. Specifically the network interface connections needs to be
configured. Is it possible to automatically import the OVA file (from the
many threads here I guess not..)?

What is the preferred method to distribute a collection of VMs for use in
oVirt?

Best regards
/Fredrik Olofsson
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt Engine Default Web Page - Broken Link "Console Client Resources"

2017-01-26 Thread Jan Siml

Hello Daniel,


I just noticed that the default web page for oVirt engine
(http:///ovirt-engine/)
, at least for version 4.0.5, now
has a broken link:

Console Client Resources



as I saw on infra@ it is already addressed:

https://ovirt-jira.atlassian.net/browse/OVIRT-1085

Kind regards

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


Re: [ovirt-users] Ovirt FQDN

2017-01-26 Thread Alex
Thank you Martin.
I will check that.

On January 26, 2017 9:39:42 PM GMT+02:00, Martin Perina  
wrote:
>Hi,
>
>please take a look at [1], since oVirt 4.0.4 you can defined alternate
>names (or IPs) to access engine.
>
>Regards
>
>Martin Perina
>
>[1] https://bugzilla.redhat.com/show_bug.cgi?id=1325746
>
>
>On Thu, Jan 26, 2017 at 6:59 PM, rightkicktech.gmail.com <
>rightkickt...@gmail.com> wrote:
>
>> Hi all,
>>
>> Is there any way to bypass the FQDN access requirement on ovirt 4? On
>> previous versions I was able to access ovirt engine using IP. It is
>> impractical to access with FQDN when doing remote port forwarding.
>>
>> Thanx,
>> Alex
>> --
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Engine Default Web Page - Broken Link "Console Client Resources"

2017-01-26 Thread Beckman, Daniel
I just noticed that the default web page for oVirt engine 
(http:///ovirt-engine/), at 
least for version 4.0.5, now has a broken link:

Console Client 
Resources

Is this true of 4.06 or was it fixed? What about 4.1? Can someone who’s 
upgraded to those versions check?

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


Re: [ovirt-users] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-26 Thread Beckman, Daniel
I added a comment to this bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1416579

In summary, the test build works great and addressed both bugs!


On 1/26/17, 6:27 AM, "Yedidyah Bar David"  wrote:

On Thu, Jan 26, 2017 at 1:11 PM, Sandro Bonazzola  
wrote:
>
>
> On Wed, Jan 25, 2017 at 6:02 PM, Beckman, Daniel
>  wrote:
>>
>> I tested this on a Windows 2012 R2 (x64) DataCenter VM, newly built, on
>> oVirt 4.0.5.
>>
>> It suffers from the same bug that’s been present since at least oVirt 
3.6:
>> The Balloon service is setup with the wrong path:
>>
>> C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\w2k12R2\amd64\blnsvr.exe"
>>
>> The correct path being:
>>
>> C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\2k12R2\amd64\blnsvr.exe"
>>
>> Note the small typo: “w2k12R2” when the actual files are under “2k12R2”.
>> The fix is much the same as before:
>>
>> sc config BalloonService binpath= "C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\2k12R2\amd64\blnsvr.exe" DisplayName= "Balloon
>> Service" start= auto
>>
>> How is it that this bug persists? Is it being actively tracked? I found
>> reference to someone possibly having “a look” but no follow-up:
>
>
> looks like it has not been tracked. Daniel, can you please open a bug (
> https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-guest-tools ) 
about
> this?
> Didi, let's try to get this fixed in 4.1.1 if not in 4.1.0.

Daniel already filed two bugs:

https://bugzilla.redhat.com/1416533
https://bugzilla.redhat.com/1416579

I CCed on them Christophe, the maintainer of spice-nsis, on which
ovirt-wgt is based, and he very quickly posted a patch to spice-devel.

I pushed the patch also to our gerrit, so jenkins will do a test build:

https://gerrit.ovirt.org/71226

http://jenkins.ovirt.org/job/ovirt-wgt_master_create-rpms-fc24-x86_64_created/22/

Daniel, can you please try the test build and report whether it works
for you? Thanks!
Also asked you on one of the bugs. Feel free to reply wherever is most
convenient.

Best,

>
>
>
>>
>>
>> http://lists.ovirt.org/pipermail/users/2016-June/073690.html
>>
>> I did note one thing that appears to be fixed: the QEMU agent service is
>> properly setup and runs (it had to be manually started in previous
>> versions.) The oVirt and Spice services start up as expected.
>>
>> Thanks,
>> Daniel
>>
>> On 1/25/17, 2:54 AM, "users-boun...@ovirt.org on behalf of Yedidyah Bar
>> David"  wrote:
>>
>> On Wed, Jan 25, 2017 at 10:38 AM, Gianluca Cecchi
>>  wrote:
>> > On Wed, Jan 25, 2017 at 8:00 AM, Yedidyah Bar David
>>  wrote:
>> >>
>> >>
>> >>
>> >> An updated Windows Guest Tools ISO is now available as well, from:
>> >>
>> >>
>> >>
>> 
http://resources.ovirt.org/pub/ovirt-4.1-pre/iso/oVirt-toolsSetup/4.1-1.fc24/
>> >
>> >
>> > Is it meant to be used also in 4.0.x environments?
>> >
>>
>> I guess it should work - briefly tested it on a 4.0 and didn't notice
>> problems. Please file bugs if you find them. Thanks!
>> --
>> 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
>
>
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



-- 
Didi



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


Re: [ovirt-users] Ovirt FQDN

2017-01-26 Thread Martin Perina
Hi,

please take a look at [1], since oVirt 4.0.4 you can defined alternate
names (or IPs) to access engine.

Regards

Martin Perina

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1325746


On Thu, Jan 26, 2017 at 6:59 PM, rightkicktech.gmail.com <
rightkickt...@gmail.com> wrote:

> Hi all,
>
> Is there any way to bypass the FQDN access requirement on ovirt 4? On
> previous versions I was able to access ovirt engine using IP. It is
> impractical to access with FQDN when doing remote port forwarding.
>
> Thanx,
> Alex
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> ___
> 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] Migrate hosted engine to a new storage domain

2017-01-26 Thread Logan Kuhn
I read through that and it makes sense.  It also said that moving the
hosted engine's storage was a 4.1 feature, but I didn't see it on the
release notes for RC 2.  Is it still planned for 4.1?  Do you have the BZ
handy so that I can track it?

Logan

On Thu, Jan 19, 2017 at 10:06 AM, Logan Kuhn 
wrote:

> Exactly what I needed.  Thank you
>
> On Thu, Jan 19, 2017 at 1:10 AM, Yedidyah Bar David 
> wrote:
>
>> On Thu, Jan 19, 2017 at 4:01 AM, Logan Kuhn 
>> wrote:
>> > Hi
>> >
>> > We are planning on moving to a different storage solution and I'm
>> curious,
>> > is there a way to migrate the hosted engine's storage domain to the new
>> > solution?  It's NFS currently and can be NFS on the new storage as well.
>> >
>> > From what I've read it looks like it should be possible to
>> >
>> > Take a full backup of the engine VM
>> > Deploy another hosted engine VM with hosted-engine --deploy
>> > Install/configure CentOS 7.3
>> > Deploy new engine with engine-setup
>> > Then restore the backup into the new VM.
>> >
>> > What I'm not sure of is if that backup will contain enough of it's data
>> to
>> > restore to a completely different storage domain?
>> >
>> > Also, the engine database is on a remote server, the data warehouse
>> service
>> > and all other aspects of the hosted engine reside on the VM.
>>
>> Please check the list archive:
>>
>> http://lists.ovirt.org/pipermail/users/2017-January/078739.html
>>
>> Best,
>>
>> >
>> > Thanks,
>> > Logan
>> >
>> > ___
>> > Users mailing list
>> > Users@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Didi
>>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Ovirt FQDN

2017-01-26 Thread rightkicktech.gmail.com
Hi all,

Is there any way to bypass the FQDN access requirement on ovirt 4? On previous 
versions I was able to access ovirt engine using IP. It is impractical to 
access with FQDN when doing remote port forwarding.

Thanx,
Alex
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] safe to reboot ovirt-engine?

2017-01-26 Thread Doug Ingham
Make sure to enable global maintenance mode before doing so!

The Hosted-Engine is just a manager for the underlying hypervisors, which
will keep running the VMs as usual until the engine comes back online.
Disable maintenance mode afterwards.

On 26 January 2017 at 13:48, Wout Peeters  wrote:

> Hi,
>
> A simple answer to this I'm sure, but is it safe to reboot the
> ovirt-engine while vms on the vm-hosts connected to it are running?
> Anything in particular to take into account while doing so?
>
> Thanks.
>
> Kind regards,
>
> Wout
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


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


[ovirt-users] safe to reboot ovirt-engine?

2017-01-26 Thread Wout Peeters
Hi, 

A simple answer to this I'm sure, but is it safe to reboot the ovirt-engine 
while vms on the vm-hosts connected to it are running? Anything in particular 
to take into account while doing so? 

Thanks. 


Kind regards, 

Wout 


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


[ovirt-users] [ANN] oVirt 4.1.0 Second Release Candidate is now available

2017-01-26 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the availability of the Second
Release candidate of oVirt 4.1.0 for testing, as of January 26th, 2016

This is pre-release software. Please take a look at our community page[1]
to know how to ask questions and interact with developers and users.
All issues or bugs should be reported via oVirt Bugzilla[2].
This pre-release should not to be used in production.

This update is the second release candidate of the 4.1 release series.
4.1.0 brings more than 260 enhancements and 790 bugfixes, including 340
high or urgent
severity fixes, on top of oVirt 4.0 series
See the release notes [3] for installation / upgrade instructions and a
list of new features and bugs fixed.


This release is available now for:
* Fedora 24 (tech preview)
* Red Hat Enterprise Linux 7.3 or later
* CentOS Linux (or similar) 7.3 or later

This release supports Hypervisor Hosts running:
* Red Hat Enterprise Linux 7.3 or later
* CentOS Linux (or similar) 7.3 or later
* Fedora 24 (tech preview)
* oVirt Node 4.1

See the release notes draft [3] for installation / upgrade instructions and
a list of new features and bugs fixed.

Notes:
- oVirt Live iso is already available[5]
- oVirt Node NG iso is already available[5]
- Hosted Engine appliance is already available.
- oVirt Windows Guest Tools iso is already available[5]

A release management page including planned schedule is also available[4]


Additional Resources:
* Read more about the oVirt 4.1.0 release highlights:
http://www.ovirt.org/release/4.1.0/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/

[1] https://www.ovirt.org/community/
[2] https://bugzilla.redhat.com/enter_bug.cgi?classification=oVirt
[3] http://www.ovirt.org/release/4.1.0/
[4]
http://www.ovirt.org/develop/release-management/releases/4.1/release-management/
[5] http://resources.ovirt.org/pub/ovirt-4.1-pre/iso/


-- 
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: [ovirt-users] Adding Host Issue

2017-01-26 Thread ffuentes

Douglas,

Thank you for your reply.
I found the culprit. It was our FC Switch.

Thanks again.

Regards,

Fernando Fuentes
Supervisor & Senior Systems Administrator
Email: ffuen...@aasteel.com
 
American Alloy Steel, Inc.

Houston, Texas
Website: http://www.aasteel.com
 
Phone: 713-744-4222

Fax:   713-300-5688

On 01/25/2017 07:44 PM, Douglas Schilling Landgraf wrote:

Hi Fernando,

On 01/25/2017 03:29 PM, Fernando Fuentes wrote:

For got to add my server log.

http://pastebin.com/9PfASxqM



Could you please share vdsm/engine version too?
Adding Nir for review in vdsm/storage side.

--
Cheers
Douglas
___
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] Official Hyperconverged Gluster oVirt upgrade procedure?

2017-01-26 Thread Simone Tiraboschi
On Thu, Jan 26, 2017 at 10:16 AM, Ralf Schenk  wrote:

> Hello,
>
> i would appreciate any hint, too. I'm on 4.0.6 on Centos 7.3 since
> yesterday but I'm frightened what I need to do to upgrade and be able to
> manage gluster from GUI then.
>

1. Setting global maintenance mode,
2. upgrading the engine on the engine VM as for a regular engine,
3. exit the global maintenance mode
4. upgrade the host (once at time!!!) from the engine

should be enough


> Bye
>
> Am 25.01.2017 um 21:32 schrieb Hanson:
>
> Hi Guys,
>
> Just wondering if we have an updated manual or whats the current procedure
> for upgrading the nodes in a hyperconverged ovirt gluster pool?
>
> Ie Nodes run 4.0 oVirt, as well as GlusterFS, and hosted-engine running in
> a gluster storage domain.
>
> Put node in maintenance mode and disable glusterfs from ovirt gui, run yum
> update?
>
> Thanks!
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
> --
>
>
> *Ralf Schenk*
> fon +49 (0) 24 05 / 40 83 70 <+49%202405%20408370>
> fax +49 (0) 24 05 / 40 83 759 <+49%202405%204083759>
> mail *r...@databay.de* 
>
> *Databay AG*
> Jens-Otto-Krag-Straße 11
> D-52146 Würselen
> *www.databay.de* 
>
> Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
> Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
> Philipp Hermanns
> Aufsichtsratsvorsitzender: Wilhelm Dohmen
> --
>
> ___
> 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] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-26 Thread Sven Kieske
On 26/01/17 12:03, Ralf Schenk wrote:
> Will oVirt 4.1.0 finally use libgfapi to access gluster based volumes or are 
> we 
> still seeing FUSE based access.

Good question!

sadly there seems to be this bug (opened in May, 2015):

https://bugzilla.redhat.com/show_bug.cgi?id=1225425

The last statement there is:

"Moving this to 4.2 as libgfapi access is not available in 4.1"

I can't find the reason though, I remember vaguely that libvirt/qemu/kvm in
EL6 was not new enough to support libgfapi, but this should have changed
at least with centos 7.2 according to:
https://libvirt.org/storage.html

The tracking bug for ovirt seems to be this:

https://bugzilla.redhat.com/show_bug.cgi?id=1022961

It looks like it needs quite some work :(

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +495772 293100
F: +495772 29
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



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-26 Thread Yedidyah Bar David
On Thu, Jan 26, 2017 at 1:11 PM, Sandro Bonazzola  wrote:
>
>
> On Wed, Jan 25, 2017 at 6:02 PM, Beckman, Daniel
>  wrote:
>>
>> I tested this on a Windows 2012 R2 (x64) DataCenter VM, newly built, on
>> oVirt 4.0.5.
>>
>> It suffers from the same bug that’s been present since at least oVirt 3.6:
>> The Balloon service is setup with the wrong path:
>>
>> C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\w2k12R2\amd64\blnsvr.exe"
>>
>> The correct path being:
>>
>> C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\2k12R2\amd64\blnsvr.exe"
>>
>> Note the small typo: “w2k12R2” when the actual files are under “2k12R2”.
>> The fix is much the same as before:
>>
>> sc config BalloonService binpath= "C:\Program Files (x86)\oVirt Guest
>> Tools\drivers\Balloon\2k12R2\amd64\blnsvr.exe" DisplayName= "Balloon
>> Service" start= auto
>>
>> How is it that this bug persists? Is it being actively tracked? I found
>> reference to someone possibly having “a look” but no follow-up:
>
>
> looks like it has not been tracked. Daniel, can you please open a bug (
> https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-guest-tools ) about
> this?
> Didi, let's try to get this fixed in 4.1.1 if not in 4.1.0.

Daniel already filed two bugs:

https://bugzilla.redhat.com/1416533
https://bugzilla.redhat.com/1416579

I CCed on them Christophe, the maintainer of spice-nsis, on which
ovirt-wgt is based, and he very quickly posted a patch to spice-devel.

I pushed the patch also to our gerrit, so jenkins will do a test build:

https://gerrit.ovirt.org/71226
http://jenkins.ovirt.org/job/ovirt-wgt_master_create-rpms-fc24-x86_64_created/22/

Daniel, can you please try the test build and report whether it works
for you? Thanks!
Also asked you on one of the bugs. Feel free to reply wherever is most
convenient.

Best,

>
>
>
>>
>>
>> http://lists.ovirt.org/pipermail/users/2016-June/073690.html
>>
>> I did note one thing that appears to be fixed: the QEMU agent service is
>> properly setup and runs (it had to be manually started in previous
>> versions.) The oVirt and Spice services start up as expected.
>>
>> Thanks,
>> Daniel
>>
>> On 1/25/17, 2:54 AM, "users-boun...@ovirt.org on behalf of Yedidyah Bar
>> David"  wrote:
>>
>> On Wed, Jan 25, 2017 at 10:38 AM, Gianluca Cecchi
>>  wrote:
>> > On Wed, Jan 25, 2017 at 8:00 AM, Yedidyah Bar David
>>  wrote:
>> >>
>> >>
>> >>
>> >> An updated Windows Guest Tools ISO is now available as well, from:
>> >>
>> >>
>> >>
>> http://resources.ovirt.org/pub/ovirt-4.1-pre/iso/oVirt-toolsSetup/4.1-1.fc24/
>> >
>> >
>> > Is it meant to be used also in 4.0.x environments?
>> >
>>
>> I guess it should work - briefly tested it on a 4.0 and didn't notice
>> problems. Please file bugs if you find them. Thanks!
>> --
>> 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
>
>
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



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


Re: [ovirt-users] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-26 Thread Sandro Bonazzola
On Wed, Jan 25, 2017 at 6:02 PM, Beckman, Daniel <
daniel.beck...@ingramcontent.com> wrote:

> I tested this on a Windows 2012 R2 (x64) DataCenter VM, newly built, on
> oVirt 4.0.5.
>
> It suffers from the same bug that’s been present since at least oVirt 3.6:
> The Balloon service is setup with the wrong path:
>
> C:\Program Files (x86)\oVirt Guest Tools\drivers\Balloon\w2k12R2\
> amd64\blnsvr.exe"
>
> The correct path being:
>
> C:\Program Files (x86)\oVirt Guest Tools\drivers\Balloon\2k12R2\
> amd64\blnsvr.exe"
>
> Note the small typo: “w2k12R2” when the actual files are under “2k12R2”.
> The fix is much the same as before:
>
> sc config BalloonService binpath= "C:\Program Files (x86)\oVirt Guest
> Tools\drivers\Balloon\2k12R2\amd64\blnsvr.exe" DisplayName= "Balloon
> Service" start= auto
>
> How is it that this bug persists? Is it being actively tracked? I found
> reference to someone possibly having “a look” but no follow-up:
>

looks like it has not been tracked. Daniel, can you please open a bug (
https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-guest-tools ) about
this?
Didi, let's try to get this fixed in 4.1.1 if not in 4.1.0.




>
> http://lists.ovirt.org/pipermail/users/2016-June/073690.html
>
> I did note one thing that appears to be fixed: the QEMU agent service is
> properly setup and runs (it had to be manually started in previous
> versions.) The oVirt and Spice services start up as expected.
>
> Thanks,
> Daniel
>
> On 1/25/17, 2:54 AM, "users-boun...@ovirt.org on behalf of Yedidyah Bar
> David"  wrote:
>
> On Wed, Jan 25, 2017 at 10:38 AM, Gianluca Cecchi
>  wrote:
> > On Wed, Jan 25, 2017 at 8:00 AM, Yedidyah Bar David 
> wrote:
> >>
> >>
> >>
> >> An updated Windows Guest Tools ISO is now available as well, from:
> >>
> >>
> >> http://resources.ovirt.org/pub/ovirt-4.1-pre/iso/oVirt-
> toolsSetup/4.1-1.fc24/
> >
> >
> > Is it meant to be used also in 4.0.x environments?
> >
>
> I guess it should work - briefly tested it on a 4.0 and didn't notice
> problems. Please file bugs if you find them. Thanks!
> --
> 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
>



-- 
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: [ovirt-users] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-26 Thread Ralf Schenk
Hello,

reading the Release notes at http://www.ovirt.org/release/4.1.0/ I see a
lot of changes regarding gluster, but I'm missing the most important
information:

Will oVirt 4.1.0 finally use libgfapi to access gluster based volumes or
are we still seeing FUSE based access.

This feature that was misleadingly already described years ago in many
blog-posts for me was really important to set up a cluster with oVirt
(3.6.x at the beginning). So I was really disappointed with FUSE access
that I got.

Bye


Am 23.01.2017 um 13:35 schrieb Sandro Bonazzola:
> The oVirt Project is pleased to announce the availability of the First
> Release candidate of oVirt 4.1.0 for testing, as of January 23rd, 2016
>
> This is pre-release software. Please take a look at our community page[1]
> to know how to ask questions and interact with developers and users.
> All issues or bugs should be reported via oVirt Bugzilla[2].
> This pre-release should not to be used in production.
>
> This update is the first release candidate of the 4.1 release series.
> 4.1.0 brings more than 250 enhancements and more than 700 bugfixes,
> including more than 300 high or urgent
> severity fixes, on top of oVirt 4.0 series
> See the release notes [3] for installation / upgrade instructions and a
> list of new features and bugs fixed.
>
>
> This release is available now for:
> * Fedora 24 (tech preview)
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
>
> This release supports Hypervisor Hosts running:
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
> * Fedora 24 (tech preview)
> * oVirt Node 4.1
>
> See the release notes draft [3] for installation / upgrade
> instructions and
> a list of new features and bugs fixed.
>
> Notes:
> - oVirt Live iso is already available[5]
> - oVirt Node NG iso is already available[5]
> - Hosted Engine appliance is already available
>
> A release management page including planned schedule is also available[4]
>
>
> Additional Resources:
> * Read more about the oVirt 4.1.0 release
> highlights:http://www.ovirt.org/release/4.1.0/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Check out the latest project news on the oVirt
> blog:http://www.ovirt.org/blog/
>
> [1] https://www.ovirt.org/community/
> [2] https://bugzilla.redhat.com/enter_bug.cgi?classification=oVirt
> [3] http://www.ovirt.org/release/4.1.0/
> [4]
> http://www.ovirt.org/develop/release-management/releases/4.1/release-management/
> [5] http://resources.ovirt.org/pub/ovirt-4.1-pre/iso/
>
>
> -- 
> 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

-- 


*Ralf Schenk*
fon +49 (0) 24 05 / 40 83 70
fax +49 (0) 24 05 / 40 83 759
mail *r...@databay.de* 

*Databay AG*
Jens-Otto-Krag-Straße 11
D-52146 Würselen
*www.databay.de* 

Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
Philipp Hermanns
Aufsichtsratsvorsitzender: Wilhelm Dohmen


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


Re: [ovirt-users] Translate hint

2017-01-26 Thread Gianluca Cecchi
On Thu, Jan 26, 2017 at 11:40 AM, Yuko Katabami  wrote:

>
>
> You should notify the engineering team when you finished working.
> Pulling translations from Zanata into the repo is a manual task, so unless
> you ask the team, it will not be imported to the product. Particularly with
> non-latest versions.
>
> Kind regards,
>
> Yuko
>
>>
>>
Thank you very much Yuko for the explanation! I'm going to test what you
suggested.
BTW: what should I do to "notify the engineering team"?

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


Re: [ovirt-users] Translate hint

2017-01-26 Thread Yuko Katabami
On Thu, Jan 26, 2017 at 4:18 PM, Yedidyah Bar David  wrote:

> On Wed, Jan 25, 2017 at 6:28 PM, Gianluca Cecchi
>  wrote:
> > Hello,
> > I'm checking Italian Translation in 4.0.6 and completing it for 4.1 (now
> at
> > 92%).
> > Suppose I found an untranslated / bad translated word: what is the best
> and
> > quick way to go to Zanata and find the reference for it and correct?
> > For example in 4.0.6 I'm in dashboard and at bottom I have the three
> labels
> >
> > Alert, Events, Tasks
> >
> > I click ALerts and then I want to dismiss an Alert because it happened
> while
> > I was configuring Power Management: I faked the password to verify that
> the
> > test failed and I got the alert
> >
> > Power Management test failed for Host .
> >
> > I rght click on the alert line and I see three options and the first and
> > third one are untranslated
> >
> > they are
> >
> > Dismiss Alert
> >
> ​​
> Display All
>

Hello Gianluca,
​
I found them at:

​
https://translate.zanata.org/webtrans/translate?project=ovirt=master=it=en-US=-1717#view:doc;projectsearch:Dismiss%20Alert;projectsearchin:both;doc:frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationConstants;search:Dismiss%20Alert;textflow:22217124
​

​​
https://translate.zanata.org/webtrans/translate?project=ovirt=master=it=en-US=-1717#view:doc;projectsearch:display%20all;projectsearchin:both;doc:frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationConstants;search:display%20all;textflow:22217124

I usually use "Project-wide search and replace" feature which is accessible
by clicking the magnifying glass icon on the top right of the editor. It
shows the search result across the all files within the project. You can
then click "Search document in editor" to open the particular string in the
file to edit.

Once you go into the editor, you may also want to check the details of the
English source string by expanding the line which starts with a star
symbol, then check the resource ID.

One thing I like about oVirt project is that those resource IDs give us a
hint how/where the string is used.
For example, the string "Display All" has the Resource ID
"displayAllDismissedAlerts", so you know that it is the right one for you
to edit.

For this particular strings, there is another one with the Resource ID
"displayAllDismissedEvents" but that must be used for "Events" tab, instead
of "Alerts" tab.

Hope this can help.

Please note that you may find the same strings appear in several files. You
will need to edit all of them. (for example, one is used for User Portal,
another one is for Admin Portal)

If you are working on 4.0, the version you will need to edit is "ovirt-4.0"
as well as "master".
Translations in "master" version will be used for the oVirt 4.1.

You should notify the engineering team when you finished working.
Pulling translations from Zanata into the repo is a manual task, so unless
you ask the team, it will not be imported to the product. Particularly with
non-latest versions.

Kind regards,

Yuko

> >
> > (I'm going to send a separate e-mail to ask about alerts and events in
> > general).
> >
> > If I go to Zanata, select oVirt 4.0 and Italian language line and use the
> > search function I don't find anything
> > I see there is an option to
> > Download All for Offline Translation
> > and
> > Export Italian Documents to TMX
> > I have not tried them yet, but I would prefer to directly correct online
> > while I find some things to correct.
>
> Adding devel and Yuko.
> --
> Didi
>



-- 

Regards,

Yuko Katabami
RHV/RHOSP Localization Project Lead
Senior Technical Translator
NAATI Accredited Professional Translator (English into Japanese) #28138
RHCSA #111-119-244
*Mobile:* +61 415 847 352
*Email:* ykata...@redhat.com


*Red Hat, Asia-Pacific Pty Ltd*
Level 1, 193 North Quay
Brisbane 4000
*Office:* +61 7 3514 8100
*Fax:* +61 7 3514 8199
*Website:* www.redhat.com

*Facebook:* Red Hat APAC  | Red Hat
Japan  | Red Hat Korea
 | JBoss APAC

*Twitter:* Red Hat APAC  | Red Hat ANZ

*LinkedIn:* Red Hat APAC  | JBoss
APAC 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] posix compliant fs with ceph rbd

2017-01-26 Thread Nir Soffer
On Thu, Jan 26, 2017 at 11:39 AM, Yura Poltoratskiy
 wrote:
>
>
> 26.01.2017 11:11, Nir Soffer пишет:
>>
>> On Wed, Jan 25, 2017 at 8:55 PM, Yura Poltoratskiy
>>  wrote:
>>>
>>> Hi,
>>>
>>> I want to use Ceph with oVirt in some non standard way. The main idea is
>>> to
>>> map rbd volume to all computes and to get the same block device, say
>>> /dev/foo/bar, across all nodes, and then use "POSIX compliant file
>>> systems"
>>> option to add Storage Domain.
>>>
>>> Am I crazy?
>>
>> Yes
>
> Thnx :)
>
>>
>>> If not, what should I do next: create a file system on top of
>>> /dev/foo/bar, say XFS, and add DATA Domain as POSIX compliant? Does it
>>> work,
>>> I mean does oVirt compatible with not clustered file system in this
>>> scenario?
>>
>> This can work only for clustered file system, not with XFS. Double
>> mounting will
>> quickly corrupt the file system.
>
> Can you tell me what FS should I choose to do some experiments?

GFS2 is one example.

>
> And in general: what is use cases for option like "POSIX compliant FS"?

The main usecase is to allow users to use a clustered file system they
already have in their organization.

CephFS is also a viable option if you don't want to use Cinder, however
the performance and scalability will be lower than RBD, and the gateway
publishing the cephfs mounts will be a bottleneck.

I think RBD is the best option if you can manage the Cinder deployment
and upgrade required to support it.

We are talking for long time about real Ceph storage type, managing
Ceph directly without Cinder. However we never found the time to work
on this.

>>> Mostly, I want to use rbd like oVirt do with iSCSI storage just to have
>>> scalability and high availability (for example, when one storage node
>>> failed).
>>
>> You have two ways to use ceph:
>>
>> - via cinder - you will get best performance and scalability
>> - via cephfs - you will get all features, works like fault tolerant NFS
>>
>> Nir
>>
>>> Thanks for advice.
>>>
>>> PS. Yes, I know about Gluster but want to use Ceph :)
>>>
>>> ___
>>> 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] spice inside spice and Shift F12

2017-01-26 Thread Gianluca Cecchi
On Wed, Jan 25, 2017 at 8:42 PM, Gianluca Cecchi 
wrote:

> Hello,
> sometimes it happens that I open a spice console from a browser that
> actually is itself inside a VM and connected through a spice console
> session.
> So Shift+F12 doesn't work at all and to exit from this inner console I
> have to shutdown the VM so I loose the focus and I regain it inside the
> first spice session.
>
> It seems in the past I used some kind of combination to override this
> (probably in plain libvirt+Qemu/KVM and not in oVirt) but I don't
> remember...
> Could I set for example a different combination for the two environments
> to exit console, so that they don't contrast with one another?
>
> Gianluca
>

In the mean time I noticed that in the more external spice window I have
the option in "send key" list, to send also "Shift+F12".
This way I can exit from the inner spice console.
I don't know if I can configure a different mapping and if I have to do it
globally or per client/user.

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


Re: [ovirt-users] posix compliant fs with ceph rbd

2017-01-26 Thread Yura Poltoratskiy



26.01.2017 11:11, Nir Soffer пишет:

On Wed, Jan 25, 2017 at 8:55 PM, Yura Poltoratskiy
 wrote:

Hi,

I want to use Ceph with oVirt in some non standard way. The main idea is to
map rbd volume to all computes and to get the same block device, say
/dev/foo/bar, across all nodes, and then use "POSIX compliant file systems"
option to add Storage Domain.

Am I crazy?

Yes

Thnx :)




If not, what should I do next: create a file system on top of
/dev/foo/bar, say XFS, and add DATA Domain as POSIX compliant? Does it work,
I mean does oVirt compatible with not clustered file system in this
scenario?

This can work only for clustered file system, not with XFS. Double mounting will
quickly corrupt the file system.

Can you tell me what FS should I choose to do some experiments?

And in general: what is use cases for option like "POSIX compliant FS"?




Mostly, I want to use rbd like oVirt do with iSCSI storage just to have
scalability and high availability (for example, when one storage node
failed).

You have two ways to use ceph:

- via cinder - you will get best performance and scalability
- via cephfs - you will get all features, works like fault tolerant NFS

Nir


Thanks for advice.

PS. Yes, I know about Gluster but want to use Ceph :)

___
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] Can't export VM's

2017-01-26 Thread Peter Calum
Hi,

I use oVirt Engine Version: 4.0.5.5-1.el7.centos

I have an export domain that i use for backup of the VM's with the
snapshot-clone-export method.
This have worked fine for a long time, but now i'm not able to export the
VM's.
I have tried to detach the export domain and attach it again with no luck.
I have attached a log where i first detach/attach the export domain and
then clone a snapshot which goes ok, and then export the cloned VM which
fails.

If i click on storage tab/ my export domain and click VM import tab the SPM
fails shortly,
see attached event1.log

Hope you can help.



-- 
Venlig hilsen / Kind regards

Peter Calum


export_attach.log.gz
Description: GNU Zip compressed data


event.log
Description: Binary data


event1.log
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Official Hyperconverged Gluster oVirt upgrade procedure?

2017-01-26 Thread Ralf Schenk
Hello,

i would appreciate any hint, too. I'm on 4.0.6 on Centos 7.3 since
yesterday but I'm frightened what I need to do to upgrade and be able to
manage gluster from GUI then.

Bye


Am 25.01.2017 um 21:32 schrieb Hanson:
> Hi Guys,
>
> Just wondering if we have an updated manual or whats the current
> procedure for upgrading the nodes in a hyperconverged ovirt gluster pool?
>
> Ie Nodes run 4.0 oVirt, as well as GlusterFS, and hosted-engine
> running in a gluster storage domain.
>
> Put node in maintenance mode and disable glusterfs from ovirt gui, run
> yum update?
>
> Thanks!
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

-- 


*Ralf Schenk*
fon +49 (0) 24 05 / 40 83 70
fax +49 (0) 24 05 / 40 83 759
mail *r...@databay.de* 

*Databay AG*
Jens-Otto-Krag-Straße 11
D-52146 Würselen
*www.databay.de* 

Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
Philipp Hermanns
Aufsichtsratsvorsitzender: Wilhelm Dohmen


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


Re: [ovirt-users] posix compliant fs with ceph rbd

2017-01-26 Thread Nir Soffer
On Wed, Jan 25, 2017 at 8:55 PM, Yura Poltoratskiy
 wrote:
> Hi,
>
> I want to use Ceph with oVirt in some non standard way. The main idea is to
> map rbd volume to all computes and to get the same block device, say
> /dev/foo/bar, across all nodes, and then use "POSIX compliant file systems"
> option to add Storage Domain.
>
> Am I crazy?

Yes

> If not, what should I do next: create a file system on top of
> /dev/foo/bar, say XFS, and add DATA Domain as POSIX compliant? Does it work,
> I mean does oVirt compatible with not clustered file system in this
> scenario?

This can work only for clustered file system, not with XFS. Double mounting will
quickly corrupt the file system.

> Mostly, I want to use rbd like oVirt do with iSCSI storage just to have
> scalability and high availability (for example, when one storage node
> failed).

You have two ways to use ceph:

- via cinder - you will get best performance and scalability
- via cephfs - you will get all features, works like fault tolerant NFS

Nir

> Thanks for advice.
>
> PS. Yes, I know about Gluster but want to use Ceph :)
>
> ___
> 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] posix compliant fs with ceph rbd

2017-01-26 Thread Yura Poltoratskiy
2017-01-25 21:01 GMT+02:00 Logan Kuhn :

> We prefer Ceph too and we've got our ovirt instance configured in two
> different ways.
>
> 1. Openstack Cinder, each VM's disk will have a single volume in ceph with
> all volumes being under the same pool.
>
I am familiar with OpenStack, but do not want to deploy parts of it. That's
why I want just to map rbd and use it like VMware uses mapped datastore:
create a file system on it and create a file like virtual block device per
VM, or even without file system at all just by using LVM.

This scenario is not far from iSCSI: we have mapped one block device (with
LVM on top) across all computes, oVirt agent manage volumes on that block
device, and agent manage also mapping themselves. My idea is to do mapping
block device by hand and all other process grant to oVirt.


> 2. Export an RBD via NFS from a gateway machine, this can be a trivially
> small physical or virtual machine that just exports the NFS share that is
> pointed at whatever RBD you choose to use.
>
I can see two cons:
1. Single point of failure.
2. Potential growth of latency.


>
> Not a direct answer to your question, but hopefully it helps.
>
> Regards,
> Logan
>
> On Wed, Jan 25, 2017 at 12:55 PM, Yura Poltoratskiy  > wrote:
>
>> Hi,
>>
>> I want to use Ceph with oVirt in some non standard way. The main idea is
>> to map rbd volume to all computes and to get the same block device, say
>> /dev/foo/bar, across all nodes, and then use "POSIX compliant file systems"
>> option to add Storage Domain.
>>
>> Am I crazy? If not, what should I do next: create a file system on top of
>> /dev/foo/bar, say XFS, and add DATA Domain as POSIX compliant? Does it
>> work, I mean does oVirt compatible with not clustered file system in this
>> scenario?
>>
>> Mostly, I want to use rbd like oVirt do with iSCSI storage just to have
>> scalability and high availability (for example, when one storage node
>> failed).
>>
>> Thanks for advice.
>>
>> PS. Yes, I know about Gluster but want to use Ceph :)
>>
>> ___
>> 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] guest often looses connectivity I have to ping gateway

2017-01-26 Thread Nicolas Ecarnot

Le 26/01/2017 à 09:03, Gianluca Cecchi a écrit :

On Thu, Jan 26, 2017 at 8:45 AM, Pavel Gashev > wrote:

Gianluca,

It looks like VM doesn't receive broadcasts. It can be a network
topology issue.
Could you double check /sys/class/net/bond1/bonding/mode and
/sys/class/net/bond1/bonding/slaves ?

Is it possible you have another VM with the same MAC address in the
same network segment?


Pavel, I think you are right! Thanks!
I didn't take into consideration that there is another oVirt environment
that has some VMs on this vlan..
And I found a VM with the same mac 00:1a:4a:16:01:51 (and a different ip)
Now I powered off that other VM, restarted my one and things seem ok.

What is the best way to manage when more oVirt environments has VMs on
the same vlans?


I encountered the same problem some years ago, as we have multiple oVirt 
environnements.

We decided to assign specific MAC pools for each env to avoid overlapping.

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


Re: [ovirt-users] guest often looses connectivity I have to ping gateway

2017-01-26 Thread Gianluca Cecchi
On Thu, Jan 26, 2017 at 8:45 AM, Pavel Gashev  wrote:

> Gianluca,
>
> It looks like VM doesn't receive broadcasts. It can be a network topology
> issue.
> Could you double check /sys/class/net/bond1/bonding/mode and
> /sys/class/net/bond1/bonding/slaves ?
>
> Is it possible you have another VM with the same MAC address in the same
> network segment?
>
>
Pavel, I think you are right! Thanks!
I didn't take into consideration that there is another oVirt environment
that has some VMs on this vlan..
And I found a VM with the same mac 00:1a:4a:16:01:51 (and a different ip)
Now I powered off that other VM, restarted my one and things seem ok.

What is the best way to manage when more oVirt environments has VMs on the
same vlans?

BTW: before finding the problem related to the mac I found my documents
when I used qemu-kvm on CentOS 6.3 on the same hardware pieces and I had
similar problems (it was mid 2012) and in that case I had to set
tx-checksumming off for the interfaces where I had the bridges (managed by
libvirt).
I created an init script that did the setting at boot.
I have verified that by default my network interfaces in CentOS 7.3 start
with the parameter set to on. Of course changing the setting didn't solve
my problem because was mac related...
But Is there any reference about it and what would be the best setting and
why?

Thanks again in the mean time ;-)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users