[ovirt-users] How to enable the storage pool correctly

2023-03-28 Thread ziyi Liu
The /var/ folder is full, I can't enter the web ui to set it, I can only use 
the command line mode
vdsm-client StorageDomain activate
vdsm-client StorageDomain attach
vdsm-client StoragePool connect
vdsm-client StoragePool connectStorageServer
I have tried these commands and they all prompt message=Unknown pool id, pool 
not connected
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZQJJW7DXOWS7R5HO73W5L66OALAFRGWJ/


[ovirt-users] how to enable HA for all vms and entire cluster at global settings

2021-04-29 Thread dhanaraj.ramesh--- via Users
Hi Team

instead of enabling HA for each vm one by one, I want to enable HA for all vms 
that is already running in the cluster and also for the future vms that going 
to be installed.

I already did configure HA reservation at the cluster level, any other settings 
or commands I should configure? how I can achieve the above 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YY4GQEVJMGJVPMMYX37GWPPK3MQRHPW2/


[ovirt-users] How to enable nested virtualization

2021-02-26 Thread miguel . garcia
Hi all,

We are trying to run virtual box in a vm that is running over ovirt platform. I 
had followed the instruction to enable nested virtualization on host as 
described in this document 
https://ostechnix.com/how-to-enable-nested-virtualization-in-kvm-in-linux/

However I was not able to enable nested virtualization to the vm since nothing 
is listed from virsh console. Also tryed to edit vm configuration lookig up for 
"cpu mode" or "copy cpu configuration as host"

Also from oVirt admin portal I had enabled host for nested virtualization 
through Compute > Host > selected Host > edit > Kernel Nested virtualization 
checked.

But the host still returns:
$ cat /sys/module/kvm_intel/parameters/nested
N
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/U7IPOFY374742NASZYEEEDQQNHZRGXOF/


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

2017-03-22 Thread TranceWorldLogic .
Thankyou for help.

~Rohit

On Wed, Mar 22, 2017 at 4:09 PM, Fred Rolland  wrote:

> It is a regular expression for free text.
> For other properties it would be different :
> 'pincpu=^[0-9]+$'   only numbers
> sap_agent=^(true|false)$'only true or false
>
>
> On Wed, Mar 22, 2017 at 12:28 PM, TranceWorldLogic . <
> tranceworldlo...@gmail.com> wrote:
>
>> Hi,
>>
>> Regarding command => engine-config -s UserDefinedVMProperties='vmdis
>> k=^.*$'
>> How you come to know about "^.*$" to set for vmdisk ?
>>
>> Please explain in detail.
>>
>> Thanks,
>> ~Rohit
>>
>> On Wed, Mar 22, 2017 at 1:07 PM, Fred Rolland 
>> wrote:
>>
>>> Hi,
>>>
>>> I assume you are referring to the vmdisk hook [1]  ?
>>> First, you need to install the hook on the host.
>>>
>>>
>>> To display the existing VM properties:
>>> engine-config -g UserDefinedVMProperties
>>>
>>> Add the vmdisk property, you will have to select the DC version:
>>> engine-config -s UserDefinedVMProperties='vmdisk=^.*$'
>>>
>>> Check that value is configured:
>>> engine-config -g UserDefinedVMProperties
>>>
>>> Restart the engine.
>>>
>>> Now, it should be available in the UI.
>>>
>>>
>>> [1] https://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/
>>>
>>>
>>> On Wed, Mar 22, 2017 at 8:44 AM, TranceWorldLogic . <
>>> tranceworldlo...@gmail.com> wrote:
>>>
 Hi,

 I want to use local storage for VM and hence I want to enable vmdisk
 custom property in ovirt.
 How to enable vmdisk in ovirt-engine ?

 Thanks,
 ~Rohit

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


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


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

2017-03-22 Thread Fred Rolland
It is a regular expression for free text.
For other properties it would be different :
'pincpu=^[0-9]+$'   only numbers
sap_agent=^(true|false)$'only true or false


On Wed, Mar 22, 2017 at 12:28 PM, TranceWorldLogic . <
tranceworldlo...@gmail.com> wrote:

> Hi,
>
> Regarding command => engine-config -s UserDefinedVMProperties='vmdis
> k=^.*$'
> How you come to know about "^.*$" to set for vmdisk ?
>
> Please explain in detail.
>
> Thanks,
> ~Rohit
>
> On Wed, Mar 22, 2017 at 1:07 PM, Fred Rolland  wrote:
>
>> Hi,
>>
>> I assume you are referring to the vmdisk hook [1]  ?
>> First, you need to install the hook on the host.
>>
>>
>> To display the existing VM properties:
>> engine-config -g UserDefinedVMProperties
>>
>> Add the vmdisk property, you will have to select the DC version:
>> engine-config -s UserDefinedVMProperties='vmdisk=^.*$'
>>
>> Check that value is configured:
>> engine-config -g UserDefinedVMProperties
>>
>> Restart the engine.
>>
>> Now, it should be available in the UI.
>>
>>
>> [1] https://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/
>>
>>
>> On Wed, Mar 22, 2017 at 8:44 AM, TranceWorldLogic . <
>> tranceworldlo...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I want to use local storage for VM and hence I want to enable vmdisk
>>> custom property in ovirt.
>>> How to enable vmdisk in ovirt-engine ?
>>>
>>> Thanks,
>>> ~Rohit
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2017-03-22 Thread TranceWorldLogic .
Hi,

Regarding command => engine-config -s UserDefinedVMProperties='vmdisk=^.*$'
How you come to know about "^.*$" to set for vmdisk ?

Please explain in detail.

Thanks,
~Rohit

On Wed, Mar 22, 2017 at 1:07 PM, Fred Rolland  wrote:

> Hi,
>
> I assume you are referring to the vmdisk hook [1]  ?
> First, you need to install the hook on the host.
>
>
> To display the existing VM properties:
> engine-config -g UserDefinedVMProperties
>
> Add the vmdisk property, you will have to select the DC version:
> engine-config -s UserDefinedVMProperties='vmdisk=^.*$'
>
> Check that value is configured:
> engine-config -g UserDefinedVMProperties
>
> Restart the engine.
>
> Now, it should be available in the UI.
>
>
> [1] https://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/
>
>
> On Wed, Mar 22, 2017 at 8:44 AM, TranceWorldLogic . <
> tranceworldlo...@gmail.com> wrote:
>
>> Hi,
>>
>> I want to use local storage for VM and hence I want to enable vmdisk
>> custom property in ovirt.
>> How to enable vmdisk in ovirt-engine ?
>>
>> Thanks,
>> ~Rohit
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2017-03-22 Thread Fred Rolland
Hi,

I assume you are referring to the vmdisk hook [1]  ?
First, you need to install the hook on the host.


To display the existing VM properties:
engine-config -g UserDefinedVMProperties

Add the vmdisk property, you will have to select the DC version:
engine-config -s UserDefinedVMProperties='vmdisk=^.*$'

Check that value is configured:
engine-config -g UserDefinedVMProperties

Restart the engine.

Now, it should be available in the UI.


[1] https://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/


On Wed, Mar 22, 2017 at 8:44 AM, TranceWorldLogic . <
tranceworldlo...@gmail.com> wrote:

> Hi,
>
> I want to use local storage for VM and hence I want to enable vmdisk
> custom property in ovirt.
> How to enable vmdisk in ovirt-engine ?
>
> Thanks,
> ~Rohit
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to enable vmdisk property ?

2017-03-22 Thread TranceWorldLogic .
Hi,

I want to use local storage for VM and hence I want to enable vmdisk custom
property in ovirt.
How to enable vmdisk in ovirt-engine ?

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


Re: [ovirt-users] How to enable tunnel migration

2017-03-07 Thread like...@cs2c.com.cn
OK. Thanks. I filed a bug https://bugzilla.redhat.com/show_bug.cgi?id=1430198

The software stack as follows:
OS: RHEL7.2
Libvirt: 1.2.17-13.el7_2.5
Qemu-kvm-ev: 2.3.0-31.el7_2.23
ovirt-engine: 3.6.7.5
vdsm: 4.17.32-2

BTW, i'm wondering why there is no place to enable tunneled migration feature 
on the WebUI.



like...@cs2c.com.cn
 
From: Francesco Romani
Date: 2017-03-07 18:40
To: users
Subject: Re: [ovirt-users] How to enable tunnel migration
Hi again,

please also share the version of the software stack you are using besides oVirt 
(e.g. Operating System, libvirt, qemu...)

On 03/07/2017 04:34 AM, like...@cs2c.com.cn wrote:
Hi,
 
I'm using oVirt 3.6.7 now. I want to enable tunnel migration feature. 
But when i set tunnel_migration value of vm as Ture through python
SDK(I can't find any place to enable tunnel migration on the web ui,
so i use SDK), then migrate the vm i got the following error message:
 
Thread-9417628::ERROR::2017-03-07 11:25:48,538::migration::310::virt.vm::(run) 
vmId=`08b4ccc1-c508-439b-a9ba-ca0d42a7072c`::Failed to migrate
Traceback (most recent call last):
  File "/usr/share/vdsm/virt/migration.py", line 298, in run
self._startUnderlyingMigration(time.time())
  File "/usr/share/vdsm/virt/migration.py", line 364, in 
_startUnderlyingMigration
self._perform_migration(duri, muri)
  File "/usr/share/vdsm/virt/migration.py", line 403, in _perform_migration
self._vm._dom.migrateToURI3(duri, params, flags)
  File "/usr/share/vdsm/virt/virdomain.py", line 68, in f
ret = attr(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 124, 
in wrapper
ret = f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 1313, in wrapper
return func(inst, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1836, in 
migrateToURI3
if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', 
dom=self)
libvirtError: 不支持的参数:migration URI is not supported by tunnelled migration

So, i want to know how should i enable the tunnel migration feature. Can anyone 
help me?
Thanks
 
Regards.



like...@cs2c.com.cn


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

-- 
Francesco Romani
Red Hat Engineering Virtualization R & D
IRC: fromani
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to enable tunnel migration

2017-03-07 Thread Francesco Romani
Hi again,


please also share the version of the software stack you are using
besides oVirt (e.g. Operating System, libvirt, qemu...)


On 03/07/2017 04:34 AM, like...@cs2c.com.cn wrote:
> Hi,
>  
> I'm using oVirt 3.6.7 now. I want to enable tunnel migration feature. 
> But when i set tunnel_migration value of vm as Ture through python
> SDK(I can't find any place to enable tunnel migration on the web ui,
> so i use SDK), then migrate the vm i got the following error message:
>  
> Thread-9417628::ERROR::2017-03-07 
> 11:25:48,538::migration::310::virt.vm::(run) 
> vmId=`08b4ccc1-c508-439b-a9ba-ca0d42a7072c`::Failed to migrate
> Traceback (most recent call last):
>   File "/usr/share/vdsm/virt/migration.py", line 298, in run
> self._startUnderlyingMigration(time.time())
>   File "/usr/share/vdsm/virt/migration.py", line 364, in 
> _startUnderlyingMigration
> self._perform_migration(duri, muri)
>   File "/usr/share/vdsm/virt/migration.py", line 403, in _perform_migration
> self._vm._dom.migrateToURI3(duri, params, flags)
>   File "/usr/share/vdsm/virt/virdomain.py", line 68, in f
> ret = attr(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 
> 124, in wrapper
> ret = f(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 1313, in wrapper
> return func(inst, *args, **kwargs)
>   File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1836, in 
> migrateToURI3
> if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', 
> dom=self)
> libvirtError: 不支持的参数:migration URI is not supported by tunnelled migration
>
> So, i want to know how should i enable the tunnel migration feature.
> Can anyone help me?
> Thanks
>  
> Regards.
>
> 
> like...@cs2c.com.cn
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

-- 
Francesco Romani
Red Hat Engineering Virtualization R & D
IRC: fromani

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


Re: [ovirt-users] How to enable tunnel migration

2017-03-07 Thread Francesco Romani
Hi, This smells like a bug. Please file a bug entry for this.


On 03/07/2017 04:34 AM, like...@cs2c.com.cn wrote:
> Hi,
>  
> I'm using oVirt 3.6.7 now. I want to enable tunnel migration feature. 
> But when i set tunnel_migration value of vm as Ture through python
> SDK(I can't find any place to enable tunnel migration on the web ui,
> so i use SDK), then migrate the vm i got the following error message:
>  
> Thread-9417628::ERROR::2017-03-07 
> 11:25:48,538::migration::310::virt.vm::(run) 
> vmId=`08b4ccc1-c508-439b-a9ba-ca0d42a7072c`::Failed to migrate
> Traceback (most recent call last):
>   File "/usr/share/vdsm/virt/migration.py", line 298, in run
> self._startUnderlyingMigration(time.time())
>   File "/usr/share/vdsm/virt/migration.py", line 364, in 
> _startUnderlyingMigration
> self._perform_migration(duri, muri)
>   File "/usr/share/vdsm/virt/migration.py", line 403, in _perform_migration
> self._vm._dom.migrateToURI3(duri, params, flags)
>   File "/usr/share/vdsm/virt/virdomain.py", line 68, in f
> ret = attr(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 
> 124, in wrapper
> ret = f(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 1313, in wrapper
> return func(inst, *args, **kwargs)
>   File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1836, in 
> migrateToURI3
> if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', 
> dom=self)
> libvirtError: 不支持的参数:migration URI is not supported by tunnelled migration
>
> So, i want to know how should i enable the tunnel migration feature.
> Can anyone help me?
> Thanks
>  
> Regards.
>
> 
> like...@cs2c.com.cn
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

-- 
Francesco Romani
Red Hat Engineering Virtualization R & D
IRC: fromani

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


[ovirt-users] How to enable tunnel migration

2017-03-06 Thread like...@cs2c.com.cn
Hi,
 
I'm using oVirt 3.6.7 now. I want to enable tunnel migration feature. 
But when i set tunnel_migration value of vm as Ture through python
SDK(I can't find any place to enable tunnel migration on the web ui,
so i use SDK), then migrate the vm i got the following error message:
 
Thread-9417628::ERROR::2017-03-07 11:25:48,538::migration::310::virt.vm::(run) 
vmId=`08b4ccc1-c508-439b-a9ba-ca0d42a7072c`::Failed to migrate
Traceback (most recent call last):
  File "/usr/share/vdsm/virt/migration.py", line 298, in run
self._startUnderlyingMigration(time.time())
  File "/usr/share/vdsm/virt/migration.py", line 364, in 
_startUnderlyingMigration
self._perform_migration(duri, muri)
  File "/usr/share/vdsm/virt/migration.py", line 403, in _perform_migration
self._vm._dom.migrateToURI3(duri, params, flags)
  File "/usr/share/vdsm/virt/virdomain.py", line 68, in f
ret = attr(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 124, 
in wrapper
ret = f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 1313, in wrapper
return func(inst, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1836, in 
migrateToURI3
if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', 
dom=self)
libvirtError: 不支持的参数:migration URI is not supported by tunnelled migration

So, i want to know how should i enable the tunnel migration feature. Can anyone 
help me?
Thanks
 
Regards.



like...@cs2c.com.cn
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to enable Global Maintenance via the REST-API?

2017-02-15 Thread Doug Ingham
Aha! Cheers

On 15 February 2017 at 12:20, Andrej Krejcir  wrote:

> Hi,
>
> global maintenance can be set using the 'maintenance' method on the Hosted
> Engine VM.
>
> http://ovirt.github.io/ovirt-engine-api-model/4.0/#services/
> vm/methods/maintenance
>
> Regards,
> Andrej
>
> On 13 February 2017 at 21:17, Doug Ingham  wrote:
>
>> Hey Guys,
>>  I've gone through both oVirt's & Red Hat's API docs, but I can only find
>> info on getting the global maintenance state & setting local maintenance on
>> specific hosts.
>>
>> Is it not possible to set global maintenance via the API?
>>
>> I'm writing up a new script for our engine-backup routine, but having to
>> set GM by acessing a specific node seems a bit inelegant...
>>
>> https://access.redhat.com/documentation/en/red-hat-virtualiz
>> ation/4.0/single/rest-api-guide/
>>
>> Cheers,
>> --
>> Doug
>>
>> ___
>> 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


Re: [ovirt-users] How to enable Global Maintenance via the REST-API?

2017-02-15 Thread Andrej Krejcir
Hi,

global maintenance can be set using the 'maintenance' method on the Hosted
Engine VM.

http://ovirt.github.io/ovirt-engine-api-model/4.0/#services/
vm/methods/maintenance

Regards,
Andrej

On 13 February 2017 at 21:17, Doug Ingham  wrote:

> Hey Guys,
>  I've gone through both oVirt's & Red Hat's API docs, but I can only find
> info on getting the global maintenance state & setting local maintenance on
> specific hosts.
>
> Is it not possible to set global maintenance via the API?
>
> I'm writing up a new script for our engine-backup routine, but having to
> set GM by acessing a specific node seems a bit inelegant...
>
> https://access.redhat.com/documentation/en/red-hat-
> virtualization/4.0/single/rest-api-guide/
>
> Cheers,
> --
> Doug
>
> ___
> 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] How to enable Global Maintenance via the REST-API?

2017-02-13 Thread Doug Ingham
Hey Guys,
 I've gone through both oVirt's & Red Hat's API docs, but I can only find
info on getting the global maintenance state & setting local maintenance on
specific hosts.

Is it not possible to set global maintenance via the API?

I'm writing up a new script for our engine-backup routine, but having to
set GM by acessing a specific node seems a bit inelegant...

https://access.redhat.com/documentation/en/red-hat-virtualization/4.0/single/rest-api-guide/

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


Re: [ovirt-users] how to enable spice on ovirt 4.0

2016-07-25 Thread Fernando Fuentes
Michael,
 
Thanks!
 
I saw an email chain not too long ago with the exact question I had so I
was able to get it going.
 
Thanks again.
 
Regards,
 
--
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
 
 
 
On Mon, Jul 25, 2016, at 03:51 PM, Michal Skrivanek wrote:
>
>
>
> On 25 Jul 2016, at 22:07, Sandro Bonazzola
>  wrote:
>>
>> Il 21/Lug/2016 05:38, "Fernando Fuentes"  ha
>> scritto:
>>  >
>>  > Any body? :)
>>  >
>> Michal? Francesco?
>>
>>
>> > --
>>  > Fernando Fuentes
>>  > ffuen...@txweather.org
>>  > http://www.txweather.org
>>  >
>>  > On Wed, Jul 20, 2016, at 12:36 PM, Fernando Fuentes wrote:
>>  > > Team,
>>  > >
>>  > > How can I enable spice-xpi to be supported again on oVirt 4.0?
>
> It's deprecated in 4.0 and will go away completely in 4.1
> See more details in
> https://bugzilla.redhat.com/show_bug.cgi?id=1316560
>
> Thanks,
> michal
>> > >
>>  > > Regards,
>>  > >
>>  > > --
>>  > > Fernando Fuentes
>>  > > ffuen...@txweather.org
>>  > > http://www.txweather.org
>>  > > ___
>>  > > 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] how to enable spice on ovirt 4.0

2016-07-25 Thread Michal Skrivanek


> On 25 Jul 2016, at 22:07, Sandro Bonazzola  wrote:
> 
> Il 21/Lug/2016 05:38, "Fernando Fuentes"  ha scritto:
> >
> > Any body? :)
> >
> 
> Michal? Francesco?
> 
> 
> 
> 
> > --
> > Fernando Fuentes
> > ffuen...@txweather.org
> > http://www.txweather.org
> >
> > On Wed, Jul 20, 2016, at 12:36 PM, Fernando Fuentes wrote:
> > > Team,
> > >
> > > How can I enable spice-xpi to be supported again on oVirt 4.0?
> 

It's deprecated in 4.0 and will go away completely in 4.1
See more details in https://bugzilla.redhat.com/show_bug.cgi?id=1316560

Thanks,
michal
> > >
> > > Regards,
> > >
> > > --
> > > Fernando Fuentes
> > > ffuen...@txweather.org
> > > http://www.txweather.org
> > > ___
> > > 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] how to enable spice on ovirt 4.0

2016-07-25 Thread Sandro Bonazzola
Il 21/Lug/2016 05:38, "Fernando Fuentes"  ha scritto:
>
> Any body? :)
>

Michal? Francesco?



> --
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
>
> On Wed, Jul 20, 2016, at 12:36 PM, Fernando Fuentes wrote:
> > Team,
> >
> > How can I enable spice-xpi to be supported again on oVirt 4.0?
> >
> > Regards,
> >
> > --
> > Fernando Fuentes
> > ffuen...@txweather.org
> > http://www.txweather.org
> > ___
> > 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] how to enable

2016-07-20 Thread Fernando Fuentes
Any body? :)

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Wed, Jul 20, 2016, at 12:36 PM, Fernando Fuentes wrote:
> Team,
> 
> How can I enable spice-xpi to be supported again on oVirt 4.0?
> 
> Regards,
> 
> -- 
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
> ___
> 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] how to enable

2016-07-20 Thread Fernando Fuentes
Team,

How can I enable spice-xpi to be supported again on oVirt 4.0?

Regards,

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] how to enable spanning tree with parameters with ovirt 3.5 ?

2015-04-24 Thread Ernest Beinrohr
Hi, on my hosts I use 2 interfaces with 2 switches and bonding with 
active-backup config. Ovirt sets STP=off on all bridge networks and it 
is creating problems. Is it possible to set STP somehow?



--
Ernest Beinrohr, AXON PRO
Ing http://www.beinrohr.sk/ing.php, RHCE 
http://www.beinrohr.sk/rhce.php, RHCVA 
http://www.beinrohr.sk/rhce.php, LPIC 
http://www.beinrohr.sk/lpic.php, VCA http://www.beinrohr.sk/vca.php,

+421-2-62410360 +421-903-482603
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users