[ovirt-users] Move SHE to a LUN on another storage appliance

2023-12-12 Thread Colin Coe
Hi all

I'm decommissioning an old SAN that holds our DEV/TST RHV instance.

I'm following https://access.redhat.com/solutions/6529691 (How to move the
Hosted-Engine storage to a new storage domain) and I'm on step 9 (Make sure
that the self-hosted engine is shut down).

hosted-engine --vm-status is reporting:
hosted-engine --vm-status | grep -E 'Engine status|Hostname'
Engine status  : {"vm": "up", "health": "good",
"detail": "Up"}
Hostname   : rhvh01.example.com
Engine status  : {"vm": "down_unexpected", "health":
"bad", "detail": "unknown", "reason": "vm not running on this host"}
Hostname   : rhvh02.example.com

Even though the vm is definitely shut down.

The instructions say call Red Hat but its nearly 6PM and we only have
standard support for this environment.

Any ideas on how to resolve this? I'm not sure if it's a big issue but I
don't want to cause myself more problems later.

Thanks
___
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/DO33ISTSQYI4JBWJOSWLNLLCF34D74KQ/


[ovirt-users] Tags in Ovirt

2023-01-03 Thread Colin Coe
Hi all

I'm trying to dump out a list of all tags and the VMs attached. I need to
do this as I wrote an Ansible task to attach some VMs to some tags and
ended up removing other VMs from these tags which caused some issues.

I think I've fixed my problem but I want to take a backup of the tags and
attached VMs but using ovirt.ovirt.ovirt_tag_info I can't see how to list
all tags with the attached VMs.

I've tried various incantations like:
  - ovirt.ovirt.ovirt_tag_info:
  auth: "{{ ovirt_auth}}"
  name: 'veeam-tier*'
  fetch_nested: true
  nested_attributes:
  - vm
register: result

but all I get is:
ok: [localhost] => {
"result": {
"changed": false,
"deprecations": [
{
"msg": "The 'fetch_nested' and 'nested_attributes' are
deprecated please use 'follow' parameter",
"version": "3.0.0"
}
],
"failed": false,
"ovirt_tags": [
{
"description": "",
"href":
"/ovirt-engine/api/tags/4ebb9243-b133-40c9-b22e-03b3798415bf",
"id": "4ebb9243-b133-40c9-b22e-03b3798415bf",
"name": "veeam-tier3",
"parent": {
"href":
"/ovirt-engine/api/tags/----",
"id": "----"
}
},
{
"description": "",
"href":
"/ovirt-engine/api/tags/0fd7a16a-82ca-4d13-a9ab-9646a41c58e6",
"id": "0fd7a16a-82ca-4d13-a9ab-9646a41c58e6",
"name": "veeam-tier1",
"parent": {
"href":
"/ovirt-engine/api/tags/----",
"id": "----"
}
},
{
"description": "",
"href":
"/ovirt-engine/api/tags/4155338b-43f4-413c-bf41-4e46ee9472fa",
"id": "4155338b-43f4-413c-bf41-4e46ee9472fa",
"name": "veeam-tier2",
"parent": {
"href":
"/ovirt-engine/api/tags/----",
"id": "----"
}
}
]
}
}

I'm using fetch_nested and nested_attributes as I couldn't get 'follow' to
work.

Any ideas?

Thanks
___
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/G4LEU5DKANGWNSHPJVTY4EANSKOHQ2HV/


[ovirt-users] Re: Remove Vms with 200 GB Harddisk but gluster not Release diskspace

2022-11-21 Thread Colin Coe
Sorry, I can't answer this.  I've only ever done oVirt/RHV on iSCSI.

On Tue, 22 Nov 2022 at 12:59, Marcel d'Heureuse 
wrote:

> Hi,
>
> I remove the vm and check the Box including disks.
>
> Ovirt didn't know the vm and disks anymore.
>
> Can I remove manual the uuid named files from remove_me folder and  also
> from the shard folder?
>
> Br
> Marcel
>
> 21.11.2022 23:28:32 Colin Coe :
>
> Did you click remove disk when you removed the VMs?  Try looking under
> Storage - Disks for disks not attached to any VMs
>
> On Tue, 22 Nov 2022 at 05:51, marcel d'heureuse 
> wrote:
>
>> Hi Users,
>>
>> I have got a Problem:
>>
>> Vmstore is full with 97 % (3TB).
>>
>> I want to cleanup and have delete 2 vms with round 500 GB harddiskspace
>> together on a single node.
>>
>> In gluster .shard/.remove_me are 6 files but after 6 h I got no new free
>> diskspace. What I am doing wrong? Can I force the cleanup? I have ovirt
>> 4.3.9 running.
>>
>> Br
>> Marcel
>> ___
>> 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/GUMAI5EST3BT2LNB4ZQZFCHBJKDFD363/
>>
>
___
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/3Z66SJGZIGYYOU5ABRXIBKZGZ3PCXXL6/


[ovirt-users] Re: oVirt 4.5 self-hosted network not working

2022-08-28 Thread Colin Coe
How is networking configured on the hypervisors?  Single NIC (or bond) or
multi-homed?

On Sat, 27 Aug 2022 at 15:48, Paul-Erik Törrönen  wrote:

> Some additional information, but no solution yet:
>
> I noticed that SELinux (the host has it in enforced mode) had prevented
> qemu-kvm as well as ovs-appctl from accessing some files and
> directories. Unfortunately even disabling SELinux (setenforce 0) did not
> resolve the core issue :-/
>
> Poltsi
> ___
> 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/EQNGAY3GI243PUY2CTSRU63QWI6ATR27/
>
___
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/CKGRDGFYHVD66B3JQ3THF57DKNHHYD7J/


[ovirt-users] Re: RHV/oVirt and Ansible Tower/awx

2022-08-12 Thread Colin Coe
Hi

I'm looking at whats involved in upgrading our Ansible Tower setup
(external database plus isolated node) to RHEL8.

Pretty sure what I want has to have v4.4 or above SDK.

Thanks


On Fri, 12 Aug 2022 at 14:52, Gianluca Cecchi 
wrote:

> On Fri, Aug 12, 2022 at 3:57 AM Colin Coe  wrote:
> [snip]
>
>>
>> The workflow on Ansible Tower server is failing with "ovirtsdk4 version
>> 4.4.0 or higher is required for this module".
>>
>> So how can I wedge the v4.4 ovirt SDK onto this RHEL7 Ansible Tower node?
>>
>> Thanks
>>
>
> Possibly latest sdk4 for EL7 is here:
>
> https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7Server/x86_64/python-ovirt-engine-sdk4-4.3.4-2.el7.x86_64.rpm
> But it has been released mid 2020 and for 4.3. I think it should work in
> terms of API but perhaps it is missing some latest functionality
> Not tried against 4.4 or 4.5
>
> Gianluca
>
___
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/Z3KRMAGJJWAJAWZOR2EIYUOY7ZOJ7NVM/


[ovirt-users] RHV/oVirt and Ansible Tower/awx

2022-08-11 Thread Colin Coe
Hey all

We've recently moved from RHV v4.3 to RHV v4.4SP1 (ovirt v4.5) and I'm
wanting to rebuild one of our application "clusters" (not HA, simply a
group of related nodes that run the application stack)

Ansible Tower is v3.8.5 and is running on RHEL7.

To further complicate matters, we've just gone from Arcserve UDP to Veeam
and Veeam for RHV.

As I need to ensure the new VMs are built with COW disks with backup
"incremental" enabled.  After a lot of mucking about I find I have to fully
qualify the Ansible module names (i.e. ovirt_diskl becomes
ovirt.ovirt.ovirt_disk) but this has uncovered the next problem.

The workflow on Ansible Tower server is failing with "ovirtsdk4 version
4.4.0 or higher is required for this module".

So how can I wedge the v4.4 ovirt SDK onto this RHEL7 Ansible Tower node?

Thanks
___
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/FGFNHEVQT6MAO4JW6M4Z3SY7E3KZIZSE/


[ovirt-users] Re: struggling with 4.5.1 install

2022-08-09 Thread Colin Coe
Hey Chris

The 192.168.222.x address is a temporary address for the hosted engine
whale the installation completes.

Did you say "yes" to pausing the hosted engine during the install?

You should see something in the logs about being able to hit
https://your.hypervisor.name:6900/ovirt-engine or is it dying before that?

You mention DHCP, I'd strongly encourage configuring a static IP.  A bond
is also strongly recommended but it really depends on how critical this
oVirt installation is to you.

Hope this helps.

CC

On Wed, 10 Aug 2022 at 03:59, Chris Smith  wrote:

> Hello,
>
> Here's the general gist of what I've done so far:
>
>
> graphical install from el8 and el9 iso, using as few modifications as
> possible with dhcp networking.
>
> 3.6TB of disk space for ovirt install dest.
>
> system comes up, dashboard is online, i try to deploy hosted engine, no
> dice.
>
> [image: image.png]
>
> it's similar to this:
> https://bugzilla.redhat.com/show_bug.cgi?id=1946095
>
> ok, so i go for cli install
>
> i manually install ovirt-engine-appliance and that seems to go ok
>
> i kick off ovirt-hosted-engine-setup and follow the prompts
>
> i watch the logs and such and seems to be ok
>
> i have to make entry in /etc/hosts to have new hostname for not yet built
> hosted engine VM to resolve to IP address ( I don't have "real" DNS at the
> moment)
>
> that succeeds but then new engine VM is spun up in new IP subnet
> 192.168.222.0/24 that is different from primary 192.168.1.0/24 not sure
> why.
>
> i am at a point where i can't get a GUI to the hosted engine IP because
> it's only available to the internal adapter on the node.
>
> i feel like the installers in the el8 and el9 iso's is just completely
> b0rked.
>
> what am I doing wrong?
>
> oh, and where is everyone at in the IRC chat room?
>
> thanks,
>
> Chris
> ___
> 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/R43ATEJ3CDMAIUPSIT5QBTAZ54DLPOUK/
>
___
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/LJLPRULXWGQKASDLOLICN2C4XE7L3KAZ/


[ovirt-users] Re: Make QXL the default

2022-08-01 Thread Colin Coe
Hi all

I edited /etc/ovirt-engine/osinfo.conf.d/00-defaults.properties and added
the lines:
os.rhel_6x64.devices.display.protocols.value = spice/qxl
os.rhel_7x64.devices.display.protocols.value = spice/qxl
os.rhel_8x64.devices.display.protocols.value = spice/qxl

And its working now.  Is this OK or is there a better way to handle this?

Thanks

On Mon, 1 Aug 2022 at 11:10, Colin Coe  wrote:

> Hey all
>
> We've just updated to RHV4.4SP1 (aka 4.5) from v4.4 and now our ansible
> workflows are failing with:
> cannot run VM. Selected display type is not supported by the operating
> system
>
> The OS are RHEL6 and RHEL7 (no, I can't change this as the software stack
> only works with these)
>
> I couldn't find anything in the ansible ovirt collection to change from
> VGA to QXL.
>
> Any ideas on how I can make QXL the default instead of VGA?  Maybe a DB
> change?
>
> Thanks
>
>
___
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/7S45CNUQUVGZQ3UICD2UYLC4MSAJBAD4/


[ovirt-users] Make QXL the default

2022-07-31 Thread Colin Coe
Hey all

We've just updated to RHV4.4SP1 (aka 4.5) from v4.4 and now our ansible
workflows are failing with:
cannot run VM. Selected display type is not supported by the operating
system

The OS are RHEL6 and RHEL7 (no, I can't change this as the software stack
only works with these)

I couldn't find anything in the ansible ovirt collection to change from VGA
to QXL.

Any ideas on how I can make QXL the default instead of VGA?  Maybe a DB
change?

Thanks
___
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/JZY6QSBY344MUVYSRQVAVQHUUKJULEP7/


[ovirt-users] Cluster CPU Type

2022-05-17 Thread Colin Coe
Hi all

I'm just putting in some new servers to be used as hosts in RHV 4.3 (soon
to go to v4.4 or v4.5) but I'm having problems with the cluster CPU.

These are HPE DL360 Gen10 with "Xeon Gold 6338N".  Google tells me these
are "Ice Lake" but RHV complains unless I set the cluster CPU type to
"SandyBridge".

Is this expected?  What do I need to do to get these recognised as the
corect CPU type?

Thanks

CC
___
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/MVARZPDJABDS7OPOX3KP6ZRGPMAVTAMA/


[ovirt-users] Re: ovirt-dr generate

2022-04-12 Thread Colin Coe
Thanks all but I ended up figuring it out.  I needed to use a "chain" file
which included the root and intermediate certs.

Sorry to have wasted your time.

On Tue, 12 Apr 2022 at 18:07, Pavel Bar  wrote:

> Adding Martin Perina & Martin Necas.
> Hi @Martin Perina  & @Martin Necas 
>  :)
> Do you know whether 3rd party certificates should work?
> And/or what can be the issue with the certificates?
>
> Thank you in advance!
>
> Pavel
>
>
>
> On Tue, 12 Apr 2022 at 10:20, Benny Zlotnik  wrote:
>
>> +Pavel Bar
>>
>> On Mon, Apr 11, 2022 at 1:40 PM Colin Coe  wrote:
>> >
>> > Hi all
>> >
>> > I'm trying to run ovirt-dr generate but its failing:
>> >
>> /usr/share/ansible/collections/ansible_collections/redhat/rhv/roles/disaster_recovery/files/ovirt-dr
>> generate
>> > Log file: '/tmp/ovirt-dr-164967324.log'
>> > [Generate Mapping File] Connection to setup has failed. Please check
>> your credentials:
>> >  URL: https://server.fqdn/ovirt-engine/api
>> >  user: admin@internal
>> >  CA file: ./ca.pem
>> > [Generate Mapping File] Failed to generate var file.
>> >
>> > When I examine the log file:
>> > 2022-04-11 18:34:03,332 INFO Start generate variable mapping file for
>> oVirt ansible disaster recovery
>> > 2022-04-11 18:34:03,333 INFO Site address:
>> https://server.fqdn/ovirt-engine/api
>> > username: admin@internal
>> > password: ***
>> > ca file location: ./ca.pem
>> > output file location: ./disaster_recovery_vars.yml
>> > ansible play location: ./dr_play.yml
>> > 2022-04-11 18:34:03,343 ERROR Connection to setup has failed. Please
>> check your credentials:
>> >  URL: https://server.fqdn/ovirt-engine/api
>> >  user: admin@internal
>> >  CA file: ./ca.pem
>> > 2022-04-11 18:34:03,343 ERROR Error: Error while sending HTTP request:
>> (60, 'SSL certificate problem: unable to get local issuer certificate')
>> > 2022-04-11 18:34:03,343 ERROR Failed to generate var file.
>> >
>> > My suspicion is that the script doesn't like third party certs.
>> >
>> > Has anyone got this working with third party certs?  If so, what did
>> you need to do?
>> >
>> > Thanks
>> > ___
>> > 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/X6WCCPOBXKIC6CIUGWTUMHHUFQPFMY25/
>>
>>
___
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/S4OEXNDUTNFGI7KZYFQAZ2VQW7S5FEG4/


[ovirt-users] ovirt-dr generate

2022-04-11 Thread Colin Coe
Hi all

I'm trying to run ovirt-dr generate but its failing:
/usr/share/ansible/collections/ansible_collections/redhat/rhv/roles/disaster_recovery/files/ovirt-dr
generate
Log file: '/tmp/ovirt-dr-164967324.log'
[Generate Mapping File] Connection to setup has failed. Please check your
credentials:
 URL: https://server.fqdn/ovirt-engine/api
 user: admin@internal
 CA file: ./ca.pem
[Generate Mapping File] Failed to generate var file.

When I examine the log file:
2022-04-11 18:34:03,332 INFO Start generate variable mapping file for oVirt
ansible disaster recovery
2022-04-11 18:34:03,333 INFO Site address:
https://server.fqdn/ovirt-engine/api
username: admin@internal
password: ***
ca file location: ./ca.pem
output file location: ./disaster_recovery_vars.yml
ansible play location: ./dr_play.yml
2022-04-11 18:34:03,343 ERROR Connection to setup has failed. Please check
your credentials:
 URL: https://server.fqdn/ovirt-engine/api
 user: admin@internal
 CA file: ./ca.pem
2022-04-11 18:34:03,343 ERROR Error: Error while sending HTTP request: (60,
'SSL certificate problem: unable to get local issuer certificate')
2022-04-11 18:34:03,343 ERROR Failed to generate var file.

My suspicion is that the script doesn't like third party certs.

Has anyone got this working with third party certs?  If so, what did you
need to do?

Thanks
___
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/X6WCCPOBXKIC6CIUGWTUMHHUFQPFMY25/


[ovirt-users] Cluster and datacenter compatibility levels

2022-02-14 Thread Colin Coe
Hi all

I'm looking for a definitive answer on what each compatibility level means.

Specifically, I'm looking for:
- new features
- deprecated features
- removed features

We're on 4.3 so I'm looking for the info above on 4.4, 4.5 and 4.6

My main motivation is to ensure we don't lose SPICE support.

We actually use RHV and I logged a case with Red Hat GSS but couldn't get
the info I was after.

Thanks
___
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/XFBSQGS6G4J432MQ53SHTD2K4ZCC5IC5/


[ovirt-users] Re: no QXL ?

2021-12-08 Thread Colin Coe
OK, so how will I present secure VMs (i.e. VMs that live in secure,
protected networks) at unsecure locations once SPICE is gone?  VNC and RDP
connect to the VM itself.  SPICE connects to a TLS port on the hypervisor
which means we never expose the VM to the end users network and we have a
small number of devices (hypervisors) to protect.

I'm happy to take suggestions.



On Wed, 8 Dec 2021 at 15:40, Arik Hadas  wrote:

>
>
> On Wed, Dec 8, 2021 at 3:53 AM Colin Coe  wrote:
>
>> For us, SPICE lets us present VMs in secure networks to unsecure
>> locations.  RDP and VNC will not work for us.
>>
>> I didn't want to rant but why Red Hat drops useful features is beyond
>> me.  First Satellite 5 (Spacewalk), GlusterFS, not RHV.  Yep, we've been a
>> RHV customer since RHEV v2.2 days.  SPICE was the compelling feature then
>> and remains so.
>>
>> My 2 cents
>>
>> On Wed, 8 Dec 2021 at 03:42, Alex McWhirter  wrote:
>>
>>> It's being removed from RHEL 9, unsure of reasoning.
>>>
>>> So this mean that oVirt cannot offer SPICE/QXL on RHEL9, there is no
>>> spice package, qemu is compiled without SPICE/QXL support, the kernel does
>>> not support QXL video drivers.
>>>
>>> It's not that oVirt is killing off SPICE/QXL, but rather RHEL9 is and
>>> oVirt cannot support a feature not available on the host OS unless 3rd
>>> party packages or a SiG makes them available
>>>
>>
> Right
> The idea was to have a new cluster level on which we can provide the
> latest-and-greatest fixes and capabilities and so to base it on CentOS
> stream 9 where SPICE is not available
> We anyway intend to keep SPICE in oVirt 4.5 on lower cluster levels, which
> should work as long as the hosts are not upgraded to CentOS stream 9
>
>
>> .
>>>
>>>
>>> On 2021-12-07 14:14, Patrick Hibbs wrote:
>>>
>>> Hello,
>>>
>>> Can I ask why this is being removed?
>>>
>>> The linked bugzilla report doesn't give a reason, and at least two
>>> others have expressed concerns over SPICE's deprecation.
>>>
>>> Personally, I would like to know why it's being removed entirely with no
>>> recourse instead of becoming an option to enable in the VM config, or an
>>> optional RPM that can be installed by the sysadmin.
>>>
>>> Thanks.
>>>
>>> On Tue, 2021-12-07 at 09:41 +0200, Arik Hadas wrote:
>>>
>>>
>>>
>>> On Tue, Dec 7, 2021 at 8:33 AM Patrick Hibbs 
>>> wrote:
>>>
>>> Hello,
>>>
>>> Are we to assume that VNC mode is the only thing that will be supported
>>> for the VM consoles moving forward then?
>>> As the pure SPICE mode only works with QXL display as far as I can tell.
>>>
>>> I ask because the VNC or SPICE+VNC modes haven't worked in my
>>> environment for over a year now, and that change
>>> would effectively prevent the use of any VM console in my environment.
>>>  (Use of VNC with remote viewer always gives
>>> me an authentication error.) Not that it's a normal environment, but
>>> that kind of thing should be advertised more. Just in case
>>> simillar issues exist in other deployments.
>>>
>>>
>>> Yes, one would need to make sure vnc/vga works well before upgrading to
>>> the next cluster-level (in oVirt 4.5)
>>> In general it is recommended to test the configuration in the new
>>> cluster-level by setting some representative VMs in the environment with a
>>> custom compatibility level  and check that they work properly before
>>> upgrading to that cluster-level.
>>>
>>>
>>>
>>> Thanks.
>>>
>>> On Mon, 2021-12-06 at 22:03 +0200, Arik Hadas wrote:
>>>
>>>
>>>
>>> On Mon, Dec 6, 2021 at 8:45 PM lejeczek via Users 
>>> wrote:
>>>
>>>
>>>
>>> On 06/12/2021 17:42, lejeczek via Users wrote:
>>> > Hi.
>>> >
>>> > I've Qemu/Libvirt from
>>> >
>>> ovirt-release-master-4.5.0-0.0.master.20211206152702.gitebb0229.el9.noarch
>>> > and it seems QXL is not there.
>>> > Is that a fluke or intention?
>>> > Do you have QXL working?
>>> >
>>> upss.. pardon me, these are from CentOS 9 Steam own repos
>>> actually.
>>>
>>>
>>>
>>> Right, and that's the reason for the ongoing work on removing qxl on
>>> cluster level 4.7:
&g

[ovirt-users] Re: no QXL ?

2021-12-07 Thread Colin Coe
For us, SPICE lets us present VMs in secure networks to unsecure
locations.  RDP and VNC will not work for us.

I didn't want to rant but why Red Hat drops useful features is beyond me.
First Satellite 5 (Spacewalk), GlusterFS, not RHV.  Yep, we've been a RHV
customer since RHEV v2.2 days.  SPICE was the compelling feature then and
remains so.

My 2 cents

On Wed, 8 Dec 2021 at 03:42, Alex McWhirter  wrote:

> It's being removed from RHEL 9, unsure of reasoning.
>
> So this mean that oVirt cannot offer SPICE/QXL on RHEL9, there is no spice
> package, qemu is compiled without SPICE/QXL support, the kernel does not
> support QXL video drivers.
>
> It's not that oVirt is killing off SPICE/QXL, but rather RHEL9 is and
> oVirt cannot support a feature not available on the host OS unless 3rd
> party packages or a SiG makes them available.
>
>
> On 2021-12-07 14:14, Patrick Hibbs wrote:
>
> Hello,
>
> Can I ask why this is being removed?
>
> The linked bugzilla report doesn't give a reason, and at least two others
> have expressed concerns over SPICE's deprecation.
>
> Personally, I would like to know why it's being removed entirely with no
> recourse instead of becoming an option to enable in the VM config, or an
> optional RPM that can be installed by the sysadmin.
>
> Thanks.
>
> On Tue, 2021-12-07 at 09:41 +0200, Arik Hadas wrote:
>
>
>
> On Tue, Dec 7, 2021 at 8:33 AM Patrick Hibbs 
> wrote:
>
> Hello,
>
> Are we to assume that VNC mode is the only thing that will be supported
> for the VM consoles moving forward then?
> As the pure SPICE mode only works with QXL display as far as I can tell.
>
> I ask because the VNC or SPICE+VNC modes haven't worked in my environment
> for over a year now, and that change
> would effectively prevent the use of any VM console in my environment.
>  (Use of VNC with remote viewer always gives
> me an authentication error.) Not that it's a normal environment, but that
> kind of thing should be advertised more. Just in case
> simillar issues exist in other deployments.
>
>
> Yes, one would need to make sure vnc/vga works well before upgrading to
> the next cluster-level (in oVirt 4.5)
> In general it is recommended to test the configuration in the new
> cluster-level by setting some representative VMs in the environment with a
> custom compatibility level  and check that they work properly before
> upgrading to that cluster-level.
>
>
>
> Thanks.
>
> On Mon, 2021-12-06 at 22:03 +0200, Arik Hadas wrote:
>
>
>
> On Mon, Dec 6, 2021 at 8:45 PM lejeczek via Users  wrote:
>
>
>
> On 06/12/2021 17:42, lejeczek via Users wrote:
> > Hi.
> >
> > I've Qemu/Libvirt from
> >
> ovirt-release-master-4.5.0-0.0.master.20211206152702.gitebb0229.el9.noarch
> > and it seems QXL is not there.
> > Is that a fluke or intention?
> > Do you have QXL working?
> >
> upss.. pardon me, these are from CentOS 9 Steam own repos
> actually.
>
>
>
> Right, and that's the reason for the ongoing work on removing qxl on
> cluster level 4.7:
> https://bugzilla.redhat.com/show_bug.cgi?id=1976607
>
>
> ___
> 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/DZMAQQJMPHD2L4DPVHTET5N4KB4MZDUY/
>
> ___
> 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/22NZAQL46WMEFFKQ66EKZBHGE5KCX3MY/
>
>
>
> ___
> 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/GT5YYVAFM4P7AMCFFCJNYZO75Y6M3H4R/
>
>
>
>
> ___
> 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/UVPLNOGVY6DD6S7HKC5JEZ43N4NLHMRY/
>
>
> ___
> 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:
> 

[ovirt-users] Re: Commvault

2021-03-10 Thread Colin Coe
Thanks all for the input so far.

Does EMC Networker do agentless RHV backups, or do I install the software
on all nodes?

On Wed, 10 Mar 2021 at 16:41, Gianluca Cecchi 
wrote:

> On Wed, Mar 10, 2021 at 7:57 AM Tony Brian Albers  wrote:
>
>> I agree with Dan, however EMC NetWorker can also backup RHEV.
>>
>
> Can you give a pointer about Networker capabilities?
> I know Netbackup included RHV support since its 8.2 version.
> Eg for 8.3 you have this "NetBackup™ Web UI RHV Administrator's Guide" and
> other documents:
>
> https://www.veritas.com/content/support/en_US/doc/138617403-138789763-0/v141695751-138789763
>
> Do you have a similar pointer for Netbackup?
>
> Thanks,
> Gianluca
>
>
> ___
> 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/MSEA5XCFCZVTCLM3RSI2QT4A7JYI7IOY/
>
___
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/IMOPQEBPQ6KI2U227WGCPSMRSK7N2COH/


[ovirt-users] Commvault

2021-03-09 Thread Colin Coe
Hi all

My workplace is considering replacing Arcserve (which has been terrible)
with Commvault.

Our virtualisation is a mix of about 95% RHV and 5% HyperV.  We have a
handful of physical servers, a 50/50 mix of Windows and RHEL.

We run dual hot data centers, and want to backup locally (disk to disk)
then replicate to the other data center.  Cloud is off the table.

Anyone have any experience with Commvault?  War stories?

Happy to be pointed at other alternatives.

Thanks
___
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/J32YHW4XXNCBLB4VIQZDEXXSZQNPZMI3/


[ovirt-users] SPICE proxy behind nginx reverse proxy

2020-10-05 Thread Colin Coe
Hi all

As per $SUBJECT, I have a SPICE proxy behind a reverse proxy which all
external VDI users are forced to use.

We've only started doing this in the last week or so but I'm not getting
heaps of reports SPICE sessions "freezing".  The testing that I've done
shows that a SPICE session that is unattended for 10-15  minutes hangs or
freezes.  By this I mean that you can't interact with the VM (using SPICE)
via mouse or Keyboard.  Restarting the SPICE session fixes the problem.

Is anyone else doing this?  If so, have you noticed the SPICE session
freezes?

Thanks in advance
___
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/WP5XTSX4QR7ZI7V3QQO47USD5X52VN6Y/


[ovirt-users] Re: Backup software recommendations

2020-05-06 Thread Colin Coe
Thanks for the reply

On Wed, 6 May 2020 at 15:18,  wrote:

> Take Vinchin Backup & Recovery as a chioce, it can agentlessly backup RHV
> and Hyper-V. But current version does not support physical windows/linux
> server backup.
> ___
> 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/6AEOXON2ZUO3PIG5Z7RPPAB6VP35D5XA/
>
___
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/3NDXFSL6UELAKYGSD7B3ZUWZMDSUGBQH/


[ovirt-users] Backup software recommendations

2020-04-30 Thread Colin Coe
Hi all

I'm looking for recommendations for backup software.  It needs to handle
physical and virtual Linux and Windows, RHV and Hyper-V.

It doesn't have to be open source and it doesn't have to be free.

The main features we need are:
- disk to disk backups
- inter-site replication with rate limiting
- be able to handle Linux thin volumes (think RHGS)
- support BMR ans granular file / directory restore
- correctly handle Windows VSS
- support RHEL point releases as soon as they are released

I'm as much after "stay away from" as recommendations.

We currently use Arcserve UDP and it is ... well ... sub optimal

Thanks in advance

CC
___
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/ODNLL3HBOPNPNKEMQ5SSXPSTSD4F6RVP/


[ovirt-users] Re: ISO and Export domains deprecated

2020-04-06 Thread Colin Coe
I agree

We've already had the situation of VMs being created in a data domain that
was intended for export purposes only.  I like things kept separate.

On Tue, 7 Apr 2020 at 06:32,  wrote:

> My understanding is the export (data) domains will hold the iso’s and vfd
> files now. Personally, I like having an ISO domain to keep those files
> separated from vm hard disks and configs.
>
> I guess I’m a bit old school.
>
>
>
> Eric Evans
>
> Digital Data Services LLC.
>
> 304.660.9080
>
>
>
> *From:* Colin Coe 
> *Sent:* Monday, April 6, 2020 6:25 PM
> *To:* eev...@digitaldatatechs.com
> *Cc:* users 
> *Subject:* [ovirt-users] Re: ISO and Export domains deprecated
>
>
>
> I'm pretty sure export domains are being deprecated however my main
> concern now is the sharing of ISO domains and can I do the equivalent with
> data domains ?
>
>
>
> On Tue, 7 Apr 2020 at 04:20,  wrote:
>
> What will replace export domains? I thought only ISO domains were being
> depreciated.
>
>
>
> Eric Evans
>
> Digital Data Services LLC.
>
> 304.660.9080
>
>
>
> *From:* Colin Coe 
> *Sent:* Sunday, April 5, 2020 2:19 AM
> *To:* users 
> *Subject:* [ovirt-users] ISO and Export domains deprecated
>
>
>
> Hi all
>
>
>
> I'm trying to understand how ISO and Export domains going away  is going
> to affect us.
>
>
>
> We have four RHV instances:
>
> - Prod DC1 (RHV4.1)
>
> - Prod DC2 (RHV4.1)
>
> - DEV (RHV4.3)
>
> - TEST (RHV4.3)
>
>
>
> Prod DC1, DEV and TEST all share export and ISO domains.
>
>
>
> Prod DC2 is remote and currently has its own ISO and Export domains.
>
>
>
> When ISO and Export domains go away, can I still share ISO domains between
> the RHV instances?
>
>
>
> Thanks
>
>
>
>
>
>
___
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/7B3BVD7XNIGCBOYQYVH2IH3GZCBH5DKW/


[ovirt-users] Re: ISO and Export domains deprecated

2020-04-06 Thread Colin Coe
I'm pretty sure export domains are being deprecated however my main concern
now is the sharing of ISO domains and can I do the equivalent with data
domains ?

On Tue, 7 Apr 2020 at 04:20,  wrote:

> What will replace export domains? I thought only ISO domains were being
> depreciated.
>
>
>
> Eric Evans
>
> Digital Data Services LLC.
>
> 304.660.9080
>
>
>
> *From:* Colin Coe 
> *Sent:* Sunday, April 5, 2020 2:19 AM
> *To:* users 
> *Subject:* [ovirt-users] ISO and Export domains deprecated
>
>
>
> Hi all
>
>
>
> I'm trying to understand how ISO and Export domains going away  is going
> to affect us.
>
>
>
> We have four RHV instances:
>
> - Prod DC1 (RHV4.1)
>
> - Prod DC2 (RHV4.1)
>
> - DEV (RHV4.3)
>
> - TEST (RHV4.3)
>
>
>
> Prod DC1, DEV and TEST all share export and ISO domains.
>
>
>
> Prod DC2 is remote and currently has its own ISO and Export domains.
>
>
>
> When ISO and Export domains go away, can I still share ISO domains between
> the RHV instances?
>
>
>
> Thanks
>
>
>
___
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/YO5XVNFHLNFRMXRE5TBHXIKSAH3K3R6B/


[ovirt-users] Re: ISO and Export domains deprecated

2020-04-05 Thread Colin Coe
Can a data domain be attached to multiple RHV  instances simultaneously?

On Sun, Apr 5, 2020, 8:28 PM Patrick Lomakin 
wrote:

> Why? Tell me more about your problem, please
>
> вс, 5 апр. 2020 г., 13:52 Colin Coe :
>
>> Thanks but that doesn't answer my question.
>>
>> On Sun, Apr 5, 2020, 4:59 PM Patrick Lomakin 
>> wrote:
>>
>>> > Hi all
>>> >
>>> > I'm trying to understand how ISO and Export domains going away  is
>>> going to
>>> > affect us.
>>> >
>>> > We have four RHV instances:
>>> > - Prod DC1 (RHV4.1)
>>> > - Prod DC2 (RHV4.1)
>>> > - DEV (RHV4.3)
>>> > - TEST (RHV4.3)
>>> >
>>> > Prod DC1, DEV and TEST all share export and ISO domains.
>>> >
>>> > Prod DC2 is remote and currently has its own ISO and Export domains.
>>> >
>>> > When ISO and Export domains go away, can I still share ISO domains
>>> between
>>> > the RHV instances?
>>> >
>>> > Thanks
>>> If you are using VM with Windows there is no available way to install
>>> virtio driver from diskette to use storage. In Ovirt 4.3.9 I use ISO domain
>>> only to load drivers to install windows VM. For attach any ISO image to
>>> virtual machine you can simply upload ISO as a disk to storage domain
>>> (iSCSI for example). But what about your question, if you have nfs server
>>> on your ovirt (rhv) host try to mount your share path to another host with
>>> follow example:
>>> # mount -t nfs 10.10.0.10:/backups /var/backups
>>> ___
>>> 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/66LZROBSTAUB6POE674J3OLP3IRJZ5MN/
>>>
>>
___
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/FGRTV5N6IXWJKGDPMI3SNYHRPV6WGJDQ/


[ovirt-users] Re: ISO and Export domains deprecated

2020-04-05 Thread Colin Coe
Thanks but that doesn't answer my question.

On Sun, Apr 5, 2020, 4:59 PM Patrick Lomakin 
wrote:

> > Hi all
> >
> > I'm trying to understand how ISO and Export domains going away  is going
> to
> > affect us.
> >
> > We have four RHV instances:
> > - Prod DC1 (RHV4.1)
> > - Prod DC2 (RHV4.1)
> > - DEV (RHV4.3)
> > - TEST (RHV4.3)
> >
> > Prod DC1, DEV and TEST all share export and ISO domains.
> >
> > Prod DC2 is remote and currently has its own ISO and Export domains.
> >
> > When ISO and Export domains go away, can I still share ISO domains
> between
> > the RHV instances?
> >
> > Thanks
> If you are using VM with Windows there is no available way to install
> virtio driver from diskette to use storage. In Ovirt 4.3.9 I use ISO domain
> only to load drivers to install windows VM. For attach any ISO image to
> virtual machine you can simply upload ISO as a disk to storage domain
> (iSCSI for example). But what about your question, if you have nfs server
> on your ovirt (rhv) host try to mount your share path to another host with
> follow example:
> # mount -t nfs 10.10.0.10:/backups /var/backups
> ___
> 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/66LZROBSTAUB6POE674J3OLP3IRJZ5MN/
>
___
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/WMVALK66NL7ALDLZRBUSBP4EMHG4IA4K/


[ovirt-users] ISO and Export domains deprecated

2020-04-05 Thread Colin Coe
Hi all

I'm trying to understand how ISO and Export domains going away  is going to
affect us.

We have four RHV instances:
- Prod DC1 (RHV4.1)
- Prod DC2 (RHV4.1)
- DEV (RHV4.3)
- TEST (RHV4.3)

Prod DC1, DEV and TEST all share export and ISO domains.

Prod DC2 is remote and currently has its own ISO and Export domains.

When ISO and Export domains go away, can I still share ISO domains between
the RHV instances?

Thanks
___
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/O5WRSQGKBRIFHDNGCDYE7HM675IBVHPL/


[ovirt-users] Re: Users and VM permissions matrix

2019-11-07 Thread Colin Coe
Hi, any more thoughts on how I can get all the permissions assigned to each
VM?

Thanks

On Wed, Nov 6, 2019 at 8:07 PM Colin Coe  wrote:

> Hi
>
> At the moment I'm just trying to work out how to get the info but
> ultimately it needs to be a matrix of users across the top, VMs down and
> print the role where the two intersect.
>
> Thanks
>
> On Wed, Nov 6, 2019 at 1:22 AM Ondra Machacek  wrote:
>
>>
>>
>> On 05/11/2019 11:57, Colin Coe wrote:
>> > Hi all
>> >
>> > I've been tasked with creating a matrix of users/groups and VMs so we
>> > can easily see who has access to what (via SPCIE console).
>> >
>> > Google has given me a couple of hints but I can get it over the line.
>> >
>> > ---
>> > users_service = connection.system_service().users_service()
>> > users = users_service.list()
>> >
>> > for user in users:
>> >  username = user.user_name.split('@')[0]
>> >
>> >  # Follow the link to the permissions of the user:
>> >  perms = connection.follow_link(user.permissions)
>> >  for perm in perms:
>> >  if perm.vm:
>> >  print(username)
>> >  permissions_service =
>> > connection.system_service().permissions_service()
>>
>> Well if you would add here:
>>
>> print (connections.follow_link(perm.role).name)
>>
>> you would know the name of the role that user have,
>> but you wouldn't know for which object this role is
>> assigned.
>>
>> What exactly should be the output of your script?
>>
>> For example:
>>
>> User1:
>> VMs:
>>   vm1: UserVmManager
>>   vm2: UserRole
>> CLusters:
>>   cluster1: UserRole
>>
>> User2:
>> VMs:
>>   vm3: UserRole
>>
>> Group1:
>> CLusters:
>>   cluster2: UserRole
>>
>> ?
>>
>> >  print(perm.vm.id <http://perm.vm.id>)
>> > ---
>> >
>> > The problem is with permissions, the output from above is:
>> > ---
>> > user1
>> > 1b645daf-de26-4f33-9e3b-6a12eadd4618
>> > user2
>> > 9c79e763-f78d-4bf9-b8ca-20fe197fd80c
>> > user3
>> > f9d00b30-8003-41c3-95a1-10e0c452fa63
>> > user4
>> > 1bbadf96-ef95-4ece-b5f3-1fa112aa3571
>> > user5
>> > e9085627-324e-48d3-bc04-52ff7798ddd0
>> > ---
>> >
>> > I can't work out how to get the actual permissions rather that the ID.
>> >
>> > Any ideas?
>> >
>> > Thanks
>> >
>> >
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> > oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> > List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PILAIVCF7C4LXVATL5T6P4VMZP3Y22G7/
>> >
>>
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WYXTSX44GAU2VVEYT7YKOW6FMLACLT2O/


[ovirt-users] Re: Users and VM permissions matrix

2019-11-06 Thread Colin Coe
Hi

At the moment I'm just trying to work out how to get the info but
ultimately it needs to be a matrix of users across the top, VMs down and
print the role where the two intersect.

Thanks

On Wed, Nov 6, 2019 at 1:22 AM Ondra Machacek  wrote:

>
>
> On 05/11/2019 11:57, Colin Coe wrote:
> > Hi all
> >
> > I've been tasked with creating a matrix of users/groups and VMs so we
> > can easily see who has access to what (via SPCIE console).
> >
> > Google has given me a couple of hints but I can get it over the line.
> >
> > ---
> > users_service = connection.system_service().users_service()
> > users = users_service.list()
> >
> > for user in users:
> >  username = user.user_name.split('@')[0]
> >
> >  # Follow the link to the permissions of the user:
> >  perms = connection.follow_link(user.permissions)
> >  for perm in perms:
> >  if perm.vm:
> >  print(username)
> >  permissions_service =
> > connection.system_service().permissions_service()
>
> Well if you would add here:
>
> print (connections.follow_link(perm.role).name)
>
> you would know the name of the role that user have,
> but you wouldn't know for which object this role is
> assigned.
>
> What exactly should be the output of your script?
>
> For example:
>
> User1:
> VMs:
>   vm1: UserVmManager
>   vm2: UserRole
> CLusters:
>   cluster1: UserRole
>
> User2:
> VMs:
>   vm3: UserRole
>
> Group1:
> CLusters:
>   cluster2: UserRole
>
> ?
>
> >  print(perm.vm.id <http://perm.vm.id>)
> > ---
> >
> > The problem is with permissions, the output from above is:
> > ---
> > user1
> > 1b645daf-de26-4f33-9e3b-6a12eadd4618
> > user2
> > 9c79e763-f78d-4bf9-b8ca-20fe197fd80c
> > user3
> > f9d00b30-8003-41c3-95a1-10e0c452fa63
> > user4
> > 1bbadf96-ef95-4ece-b5f3-1fa112aa3571
> > user5
> > e9085627-324e-48d3-bc04-52ff7798ddd0
> > ---
> >
> > I can't work out how to get the actual permissions rather that the ID.
> >
> > Any ideas?
> >
> > Thanks
> >
> >
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PILAIVCF7C4LXVATL5T6P4VMZP3Y22G7/
> >
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5VGMJYU6UI54XRHB5VEKBFPQOSEQQD6Q/


[ovirt-users] Users and VM permissions matrix

2019-11-05 Thread Colin Coe
Hi all

I've been tasked with creating a matrix of users/groups and VMs so we can
easily see who has access to what (via SPCIE console).

Google has given me a couple of hints but I can get it over the line.

---
users_service = connection.system_service().users_service()
users = users_service.list()

for user in users:
username = user.user_name.split('@')[0]

# Follow the link to the permissions of the user:
perms = connection.follow_link(user.permissions)
for perm in perms:
if perm.vm:
print(username)
permissions_service =
connection.system_service().permissions_service()
print(perm.vm.id)
---

The problem is with permissions, the output from above is:
---
user1
1b645daf-de26-4f33-9e3b-6a12eadd4618
user2
9c79e763-f78d-4bf9-b8ca-20fe197fd80c
user3
f9d00b30-8003-41c3-95a1-10e0c452fa63
user4
1bbadf96-ef95-4ece-b5f3-1fa112aa3571
user5
e9085627-324e-48d3-bc04-52ff7798ddd0
---

I can't work out how to get the actual permissions rather that the ID.

Any ideas?

Thanks
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PILAIVCF7C4LXVATL5T6P4VMZP3Y22G7/


[ovirt-users] Re: how to add devices to a qemu config.xml of a virtual machine

2019-09-18 Thread Colin Coe
Hi

I've had an RFE in for RHV on something similar this since 2015.
https://bugzilla.redhat.com/show_bug.cgi?id=1196572

Thanks

On Thu, Sep 19, 2019 at 8:16 AM  wrote:

> Has Anybody been successful sharing folder with the client machine using
> ovirt and virt viewer
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L37MHN3T5BCXTIG5A7GXT6MEXLP63BCB/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OPNJZJIJDG7DWSR3DFMXEBCSUM4QQNKK/


[ovirt-users] Re: Find MAC for VM

2019-09-18 Thread Colin Coe
Ignore, I was missing [0].

Working solution is:
---
nics_service = vms_service.vm_service(vm.id).nics_service()
nic = nics_service.list(query={"search": "name=nic1"})[0]

print('host ',sys.argv[2],' {', sep='')
print('hardware ethernet ',nic.mac.address,';', sep='')
print('fixed-address x.x.x.x;')
print('option host-name "',sys.argv[2],'";', sep='')
print('}')
---

Thanks!

On Wed, Sep 18, 2019 at 8:53 PM Colin Coe  wrote:

> Hi Joey
>
> Thank you, I'm further along now.  I need to get the MAC address of the
> interface.
>
> I've now got:
> ---
> nics_service = vms_service.vm_service(vm.id).nics_service()
> nic = nics_service.list(query={"search": "name=nic1"})
> #nic = nics_service.list(search='name=nic1')[0]
>
> print('host ',sys.argv[2],' {', sep='')
> print('hardware ethernet ',nic.mac.address,';', sep='')
> print('fixed-address x.x.x.x;')
> print('option host-name "',sys.argv[2],'";', sep='')
> print('}')
> ---
>
> In RHV 4.3, I can use nic.mac.address but that doesn't seem to work here.
>
> Any ideas how to get that last puzzle piece?
>
> Thanks
>
>
>
>
>
> On Wed, Sep 18, 2019 at 1:10 PM Joey Ma  wrote:
>
>> Hi Colin,
>>
>> The VmNicsService.list method in Python sdk v4.1.7 dose not support
>> search parameter, while instead you could try:
>>
>> nics_service.list(query={"search": "name=nic1"}
>>
>> which is exactly the underlying implementation of search parameter.
>>
>>
>>
>> On Wed, Sep 18, 2019 at 6:42 AM Colin Coe  wrote:
>>
>>> Hi Joey
>>>
>>> The error I get is:
>>>
>>>   File "createVmFromTemplate.py", line 40, in 
>>>
>>> nic = nics_service.list(search='name=nic1')[0]
>>>
>>> TypeError: list() got an unexpected keyword argument 'search'
>>>
>>>
>>> The SDK versions I have are:
>>>
>>> - ovirt-engine-sdk-python-3.6.9.1-1.el7ev.noarch
>>>
>>> - python-ovirt-engine-sdk4-4.1.7-1.el7ev.x86_64
>>>
>>>
>>> Attempting to remove the v3.6 SDK results in yum trying to remove RHV...
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>> On Tue, Sep 17, 2019 at 3:03 PM Joey Ma  wrote:
>>>
>>>> Hi Colin,
>>>>
>>>> I tested the above snippets with the latest Python SDK v4.3.3 (Python
>>>> 3.7.4) on Engine v4.1.9.1 and everything works fine.
>>>>
>>>> Could you please provide the versions of Python/SDK/Engine in your
>>>> local environment, as well as the error output?
>>>>
>>>> Regards,
>>>> Joey
>>>>
>>>> On Mon, Sep 16, 2019 at 9:40 AM Colin Coe  wrote:
>>>>
>>>>> Hi all
>>>>>
>>>>> I've got the following Python snippet which works fine under 4.3 but I
>>>>> need it to work under 4.1 as well.
>>>>> ---
>>>>> nics_service = vms_service.vm_service(vm.id).nics_service()
>>>>> nic = nics_service.list(search='name=nic1')[0]
>>>>> ---
>>>>>
>>>>> Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".
>>>>>
>>>>> What do I need to do to make it work under 4.1?
>>>>>
>>>>> Thanks
>>>>> ___
>>>>> Users mailing list -- users@ovirt.org
>>>>> To unsubscribe send an email to users-le...@ovirt.org
>>>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>>>> oVirt Code of Conduct:
>>>>> https://www.ovirt.org/community/about/community-guidelines/
>>>>> List Archives:
>>>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AIULSYOC4SNJKS7CFJAFQIFSLVFICICQ/
>>>>>
>>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OOSHEZBG7T4724RKF22HEGSHHBWXPKNT/


[ovirt-users] Re: Find MAC for VM

2019-09-18 Thread Colin Coe
Hi Joey

Thank you, I'm further along now.  I need to get the MAC address of the
interface.

I've now got:
---
nics_service = vms_service.vm_service(vm.id).nics_service()
nic = nics_service.list(query={"search": "name=nic1"})
#nic = nics_service.list(search='name=nic1')[0]

print('host ',sys.argv[2],' {', sep='')
print('hardware ethernet ',nic.mac.address,';', sep='')
print('fixed-address x.x.x.x;')
print('option host-name "',sys.argv[2],'";', sep='')
print('}')
---

In RHV 4.3, I can use nic.mac.address but that doesn't seem to work here.

Any ideas how to get that last puzzle piece?

Thanks





On Wed, Sep 18, 2019 at 1:10 PM Joey Ma  wrote:

> Hi Colin,
>
> The VmNicsService.list method in Python sdk v4.1.7 dose not support search
> parameter, while instead you could try:
>
> nics_service.list(query={"search": "name=nic1"}
>
> which is exactly the underlying implementation of search parameter.
>
>
>
> On Wed, Sep 18, 2019 at 6:42 AM Colin Coe  wrote:
>
>> Hi Joey
>>
>> The error I get is:
>>
>>   File "createVmFromTemplate.py", line 40, in 
>>
>> nic = nics_service.list(search='name=nic1')[0]
>>
>> TypeError: list() got an unexpected keyword argument 'search'
>>
>>
>> The SDK versions I have are:
>>
>> - ovirt-engine-sdk-python-3.6.9.1-1.el7ev.noarch
>>
>> - python-ovirt-engine-sdk4-4.1.7-1.el7ev.x86_64
>>
>>
>> Attempting to remove the v3.6 SDK results in yum trying to remove RHV...
>>
>>
>> Thanks
>>
>>
>>
>>
>> On Tue, Sep 17, 2019 at 3:03 PM Joey Ma  wrote:
>>
>>> Hi Colin,
>>>
>>> I tested the above snippets with the latest Python SDK v4.3.3 (Python
>>> 3.7.4) on Engine v4.1.9.1 and everything works fine.
>>>
>>> Could you please provide the versions of Python/SDK/Engine in your local
>>> environment, as well as the error output?
>>>
>>> Regards,
>>> Joey
>>>
>>> On Mon, Sep 16, 2019 at 9:40 AM Colin Coe  wrote:
>>>
>>>> Hi all
>>>>
>>>> I've got the following Python snippet which works fine under 4.3 but I
>>>> need it to work under 4.1 as well.
>>>> ---
>>>> nics_service = vms_service.vm_service(vm.id).nics_service()
>>>> nic = nics_service.list(search='name=nic1')[0]
>>>> ---
>>>>
>>>> Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".
>>>>
>>>> What do I need to do to make it work under 4.1?
>>>>
>>>> Thanks
>>>> ___
>>>> Users mailing list -- users@ovirt.org
>>>> To unsubscribe send an email to users-le...@ovirt.org
>>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>>> oVirt Code of Conduct:
>>>> https://www.ovirt.org/community/about/community-guidelines/
>>>> List Archives:
>>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AIULSYOC4SNJKS7CFJAFQIFSLVFICICQ/
>>>>
>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JO7YVIMMNVE4RNNIMDMSC5OCTXKAMBLP/


[ovirt-users] Re: Find MAC for VM

2019-09-17 Thread Colin Coe
Hi Joey

The error I get is:

  File "createVmFromTemplate.py", line 40, in 

nic = nics_service.list(search='name=nic1')[0]

TypeError: list() got an unexpected keyword argument 'search'


The SDK versions I have are:

- ovirt-engine-sdk-python-3.6.9.1-1.el7ev.noarch

- python-ovirt-engine-sdk4-4.1.7-1.el7ev.x86_64


Attempting to remove the v3.6 SDK results in yum trying to remove RHV...


Thanks




On Tue, Sep 17, 2019 at 3:03 PM Joey Ma  wrote:

> Hi Colin,
>
> I tested the above snippets with the latest Python SDK v4.3.3 (Python
> 3.7.4) on Engine v4.1.9.1 and everything works fine.
>
> Could you please provide the versions of Python/SDK/Engine in your local
> environment, as well as the error output?
>
> Regards,
> Joey
>
> On Mon, Sep 16, 2019 at 9:40 AM Colin Coe  wrote:
>
>> Hi all
>>
>> I've got the following Python snippet which works fine under 4.3 but I
>> need it to work under 4.1 as well.
>> ---
>> nics_service = vms_service.vm_service(vm.id).nics_service()
>> nic = nics_service.list(search='name=nic1')[0]
>> ---
>>
>> Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".
>>
>> What do I need to do to make it work under 4.1?
>>
>> Thanks
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AIULSYOC4SNJKS7CFJAFQIFSLVFICICQ/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/67XQ6AXK7SPBHPYW5OMFH734HBSSTOKV/


[ovirt-users] Find MAC for VM

2019-09-15 Thread Colin Coe
Hi all

I've got the following Python snippet which works fine under 4.3 but I need
it to work under 4.1 as well.
---
nics_service = vms_service.vm_service(vm.id).nics_service()
nic = nics_service.list(search='name=nic1')[0]
---

Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".

What do I need to do to make it work under 4.1?

Thanks
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AIULSYOC4SNJKS7CFJAFQIFSLVFICICQ/


[ovirt-users] Re: Spice console very poor performance for Windows 10 vm

2019-07-03 Thread Colin Coe
Hi

We're struggling with this also.  We're running RHV 4.3 in our development
environment and have found that he latest client tools in conjunction
with v0.19
of the Windows 10 driver

has
made a big difference to performance.  Additionally, we have
/etc/ovirt-engine/osinfo.conf.d/20-overload.properties with:
os.windows_10.devices.display.vramMultiplier.value = 8
os.windows_10x64.devices.display.vramMultiplier.value = 8

This new driver isn't perfect though and we've found that various things
stop working after a couple of days. These include screen auto resizing and
also the mouse/keyboard gets captured when the screen auto resize stops
working.  Our clients are typically dual screen, each at 2560x1440.

We're going live with a new environment in about 4 months which will
include 140+ VDI Windows 10 VMs so we're very keen to get this sorted.

HTH

On Thu, Jul 4, 2019 at 1:07 PM Leo David  wrote:

> Hello everyone,
> I am comming back to this issue because of the need to spinup a couple of
> Win10 vdi vms, and I can see that the problem still persist - at least for
> me.
> I am using now a fresh installed and updated oVirt 4.2.8 and latest
> guest-tools iso. Still havig very laggy desktop experience on Win10.
> Win2012 seems fine, Win7 fine as well.
> Is there anyone of you guys having Win10 working at least decent for a vdi
> usage ? Any thoughts on this ?
> Thank you very much !
>
> Leo
>
>
> On Sat, Feb 16, 2019, 08:38 Leo David  wrote:
>
>> Thank you,
>>
>> Not sure i've understood the procedure to create a custom vdsm hook.
>> Is this a good example to follow ?
>> https://github.com/oVirt/vdsm/blob/master/vdsm_hooks/README
>>
>> Thanks,
>>
>> Leo
>>
>>
>> On Fri, Feb 15, 2019, 19:46 Michal Skrivanek > wrote:
>>
>>>
>>>
>>> On 15 Feb 2019, at 16:04, Leo David  wrote:
>>>
>>> Thank you Victor.
>>> Yes, I have the latest guest-tools installed, and the problem is that
>>> after configuring the vm by using virsh and reboot,  the configuration
>>> reverts to defaults:
>>> >> passwdValidTo='1970-01-01T00:00:01'>
>>>   
>>>   
>>>   
>>>   
>>>   
>>>   
>>>   
>>>   
>>>   
>>> 
>>> So my added changes are not loaded at vm boot.
>>>  I am sure this is an oVirt spicific behavior, but i just can;t find it
>>> out how to make this persistent.
>>>
>>>
>>> You can’t edit it in virsh in oVirt. Starting VM in oVirt is too complex
>>> for libvirt to handle it on its own. You need to write a vdsm hook if you
>>> want to modify resulting xml
>>>
>>> For trying out things I’d recommend to do that with a simple VM in
>>> virt-manager and once you find out the right config/parameters then write a
>>> hook with those for oVirt
>>>
>>> Thanks,
>>> michal
>>>
>>>
>>> On Fri, Feb 15, 2019 at 4:32 PM Victor Toso 
>>> wrote:
>>>
 Hi,

 On Fri, Feb 15, 2019 at 04:24:15PM +0200, Leo David wrote:
 > Hi Everyone,
 > Any thoughts on this ?
 > It seems that audio streaming is affected as well, and
 > bandwidth is not an issue in this case.

 What audio issues do you see?

 > 'm thinking that maybe if I just just disable compression on
 > spice,  things would get a bit better...maybe.
 > Thank you !
 >
 > On Wed, Feb 13, 2019 at 8:05 AM Leo David  wrote:
 >
 > > Thank you so much Victor !
 > > Anyone, any ideea how could I disable video compression for
 > > spice console on particular vms ?

 I'm not familiar with oVirt interface but it shouldn't be hard if
 you have access to the host.

 # virsh edit $vm-name

 switch what you have in graphics to:

 
 
 
 


 > > I am trying to implement an "almost" full desktop experience
 > > with an oVirt based vdi environment.
 > > And besides the Windows10 spice issues ( which are the main
 > > cause of this thread ), it seems that Windows 7 is affected
 > > too by the multimedia playing perspective. Which makes a
 > > total blocker on project implementation

 Do you have spice-guest-tools installed?

 > > Any suggestions/ similar experiences ?
 > > Thank you very much and have a nice day !
 > >
 > > Leo

 Cheers,
 Victor
 > >
 > > On Mon, Feb 11, 2019, 12:01 Victor Toso >>> wrote:
 > >
 > >> Hi,
 > >>
 > >> On Mon, Feb 11, 2019 at 11:50:49AM +0200, Leo David wrote:
 > >> > Hi,
 > >> > "This enable host-side streaming, are you sure you want it?"
 > >> > Not sure yet, but i would at least disable compression, video
 > >> > playing seems to be pretty poor, and crackling ( youtube, etc )
 > >>
 > >> For playing video use-cases (youtube) it might be okay but not
 > >> for playing games as it has some hard coded delay in the
 > >> streaming code path.
 > >>
 > >> The streaming is mjpeg 

[ovirt-users] Re: SPICE and Windows 10

2019-05-26 Thread Colin Coe
Hi all

I've installed the v0.19 driver on a couple of test VMs.  Particularly in
multi-monitor VMs, this version is significantly better than what's
provided in the RHV Tools 4.3-6 ISO image.

I've opened an RFE with GSS to have v0.19 added to the RHV tools ISO.

Thanks

CC

On Fri, May 24, 2019 at 10:27 PM Sandro Bonazzola 
wrote:

>
>
> Il giorno ven 24 mag 2019 alle ore 14:58 Victor Toso <
> victort...@redhat.com> ha scritto:
>
>> On Fri, May 24, 2019 at 07:08:12PM +0800, Colin Coe wrote:
>> > Hi Victor
>> >
>> > The SPICE server is
>> > rpm -q spice-server
>> > spice-server-0.14.0-6.el7_6.1.x86_64
>> >
>> > On the VM we're using SPICE QXL.
>> >
>> > Looks like
>> >
>> https://www.spice-space.org/download/windows/qxl-wddm-dod/qxl-wddm-dod-0.19/spice-qxl-wddm-dod-0.19.zip
>> > has the performance fixes you mentioned.
>> >
>> > Any ideas if/when this will be shipped with/on the RHV Tools ISO?
>>
>> Not sure if on 4.3, perhaps 4.4.
>> 4.3 indeed has 0.18 version of qxl-wddm-dod
>>
>
> Not sure why we are discussing RHV specific parts in oVirt mailing list
> instead of in a customer case, but opened
> https://bugzilla.redhat.com/show_bug.cgi?id=1713700 to track this.
> Yuri, can you please follow up on that bug adding the references to the
> build to be included in the iso?
>
> Also the oVirt version of the guest tools is missing the updated driver,
> opened https://bugzilla.redhat.com/show_bug.cgi?id=1713705 to track it.
>
> Thanks,
>
>
>>
>> CC'ing Sandro.
>>
>> Cheers,
>> Victor
>>
>
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA <https://www.redhat.com/>
>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/D3EJBWEWDT6ZOBD3UP5L5ZC7IVSMGHVL/


[ovirt-users] Re: SPICE and Windows 10

2019-05-24 Thread Colin Coe
Hi Victor

The SPICE server is
rpm -q spice-server
spice-server-0.14.0-6.el7_6.1.x86_64

On the VM we're using SPICE QXL.

Looks like
https://www.spice-space.org/download/windows/qxl-wddm-dod/qxl-wddm-dod-0.19/spice-qxl-wddm-dod-0.19.zip
has the performance fixes you mentioned.

Any ideas if/when this will be shipped with/on the RHV Tools ISO?

Thanks





On Fri, May 24, 2019 at 3:46 PM Victor Toso  wrote:

> On Fri, May 24, 2019 at 02:26:31PM +0800, Colin Coe wrote:
> > Hi all
> >
> > We've just updated our dev environment from 4.1 to RHV 4.3 and found that
> > while a lot better, Windows 10 under SPICE still isn't great.
> >
> > We're running dual screen VMs at 2560x1440 resolution.  The Windows login
> > screen is particularly bad although once logged in it gets better but not
> > great.  The benchmark here is Windows 10 vs Windows 7 VMs.
> >
> > We've gone into settings / advanced and set "configure for best
> > performance".  Latest RHV tools (4.3-6) are installed.  We've also
> created
> > "/etc/ovirt-engine/osinfo.conf.d/20-overload.properties" containing:
> > os.windows_10.devices.display.vramMultiplier.value = 4
> > os.windows_10x64.devices.display.vramMultiplier.value = 4
> >
> > When we set the multiplier to 8, as recommended in another thread,
> > ovirt-engine fails to restart.
> >
> > I know there have been a few threads on this but I'd like to ask what is
> > the advice for RHV/oVirt 4.3 to make Windows 10 faster?  VDI on RHV makes
> > up an important part of what we do and RDP, VNC, etc are not an option.
>
> * What is the version of spice server running on the host?
> * Which device/drivers are you using?
>
> The driver for Windows 8+, including Windows 10 should be the
> qxl-wddm-dod [0][1] one. The changelog [2] for the latest
> version, 0.19, includes the line "Improve performance vs spice
> server 14.0 and earlier".
>
> [0] https://gitlab.freedesktop.org/spice/win32/qxl-wddm-dod
> [1] https://www.spice-space.org/download/windows/
> [2]
> https://gitlab.freedesktop.org/spice/win32/qxl-wddm-dod/raw/master/Changelog
>
> Cheers,
> Victor
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PXVWHJFVZPHTJIXUFEUVZ7QVTRNWFY7P/


[ovirt-users] SPICE and Windows 10

2019-05-24 Thread Colin Coe
Hi all

We've just updated our dev environment from 4.1 to RHV 4.3 and found that
while a lot better, Windows 10 under SPICE still isn't great.

We're running dual screen VMs at 2560x1440 resolution.  The Windows login
screen is particularly bad although once logged in it gets better but not
great.  The benchmark here is Windows 10 vs Windows 7 VMs.

We've gone into settings / advanced and set "configure for best
performance".  Latest RHV tools (4.3-6) are installed.  We've also created
"/etc/ovirt-engine/osinfo.conf.d/20-overload.properties" containing:
os.windows_10.devices.display.vramMultiplier.value = 4
os.windows_10x64.devices.display.vramMultiplier.value = 4

When we set the multiplier to 8, as recommended in another thread,
ovirt-engine fails to restart.

I know there have been a few threads on this but I'd like to ask what is
the advice for RHV/oVirt 4.3 to make Windows 10 faster?  VDI on RHV makes
up an important part of what we do and RDP, VNC, etc are not an option.

Thanks

CC
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/B7XY7FZUIL3NVKCZM7JHSFIT52J7UF3J/


[ovirt-users] Re: newbie questions about installation using synology NAS

2019-05-19 Thread Colin Coe
Hi

Add your nodes to oVirt then add your storage.  Don't try to manually
control the storage, let oVirt do that.

HTH

CC

On Mon, May 20, 2019 at 5:04 AM  wrote:

> I'm starting fairly fresh.
> Ovirt engine 4.3.3.7 on a host
> 2 nodes installed with ovirt-release-host-node-4.3.3.1
> synology DS418 with 5 TB disks
>
> I've configured the master engine and am ready to add the nodes.
> My questions have to do with the order or steps .
> Do I need to mount /volume1/data/images/rhev from the DS418 on each of the
> nodes before I add them or
> do I just add the nodes, then define a domain using the NFS mounts from
> the DS418?
>
> Thanks.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/IXCF3CZGQDDOFDFBAOUVRKPOWO3FUB3L/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/L4ZVP43LE3GBTBMMLBC4VL4H2JQFKOIQ/


[ovirt-users] Re: Windows 10 VM Virtio Drivers

2019-01-16 Thread Colin Coe
Have you uploaded the .vfd file to the ISO domain?

On Thu, Jan 17, 2019 at 9:26 AM Sebastian Antunez N. <
antunez.sebast...@gmail.com> wrote:

> Hello Guys
>
> In my enviroment Ovirt 4.2 when create a new VM with Windows 10, in the
> boot options menu, add the Floppy Disk for mount virtio driver but only
> show me sysprep.
>
> I check in my ISO Folder and show all vfd drivers for Windows and ISO but
> I can not add the drivers who floppy.
>
> This problem only is with Windows VM.
>
> Any idea because this is issue.
>
> Regards
>
> Sebastian
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HRMP6A4WSCZR4IO2S6VRNY7OSSPJJNDZ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LCKISMJTFSBCBTG7QMJHEZQV3ESJKBOX/


[ovirt-users] Re: Ignore disabled users (AD)

2018-11-04 Thread Colin Coe
Any thoughts on this?

Thanks

On Wed, Oct 31, 2018 at 8:25 AM Colin Coe  wrote:

> Hi all
>
> Running RHV 4.1.10 with AD integration (ovirt-engine-extension-aaa-ldap),
> I'd like to prevent disabled users from appearing in the Users or
> Permissions tab.
>
> In addition, I'd like to exclude "example.com/PROD/Users/Admin" from
> being searched for the above, is that possible?
>
> My current config file is "/etc/ovirt-engine/aaa/example.com.properties":
> ---
> include = 
>
> vars.domain = example.com
> vars.user = CN=user,OU=Restricted,OU=Users,OU=PROD,DC=example,DC=com
> vars.password = passsword
>
> pool.default.auth.simple.bindDN = ${global:vars.user}
> pool.default.auth.simple.password = ${global:vars.password}
> pool.default.serverset.type = srvrecord
> pool.default.serverset.srvrecord.domain = ${global:vars.domain}
>
> pool.default.serverset.srvrecord.domain-conversion.type = regex
> pool.default.serverset.srvrecord.domain-conversion.regex.pattern =
> ^(?.*)$
> pool.default.serverset.srvrecord.domain-conversion.regex.replacement =
> DefaultSite._sites.${domain}
> ---
>
> Thanks
>
> CC
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XLGYWVKDK4TNHFVPAHY37GVA5NS4XCKN/


[ovirt-users] Ignore disabled users (AD)

2018-10-30 Thread Colin Coe
Hi all

Running RHV 4.1.10 with AD integration (ovirt-engine-extension-aaa-ldap),
I'd like to prevent disabled users from appearing in the Users or
Permissions tab.

In addition, I'd like to exclude "example.com/PROD/Users/Admin" from being
searched for the above, is that possible?

My current config file is "/etc/ovirt-engine/aaa/example.com.properties":
---
include = 

vars.domain = example.com
vars.user = CN=user,OU=Restricted,OU=Users,OU=PROD,DC=example,DC=com
vars.password = passsword

pool.default.auth.simple.bindDN = ${global:vars.user}
pool.default.auth.simple.password = ${global:vars.password}
pool.default.serverset.type = srvrecord
pool.default.serverset.srvrecord.domain = ${global:vars.domain}

pool.default.serverset.srvrecord.domain-conversion.type = regex
pool.default.serverset.srvrecord.domain-conversion.regex.pattern =
^(?.*)$
pool.default.serverset.srvrecord.domain-conversion.regex.replacement =
DefaultSite._sites.${domain}
---

Thanks

CC
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QBZK3U6O2KZE5UCHDSDS5ECC6YOIQWPY/


[ovirt-users] Re: VDI - SPICE zero clients

2018-07-11 Thread Colin Coe
We've been using IGEL thin clients for years in our RHEV environment.  The
Windows based ones suck and don't have a SPICE client pre-installed but the
Linux ones work really well.

CC

On Thu, Jul 12, 2018 at 1:43 AM  wrote:

> Never mind, it looks like these don't the SPICE protocol. Will try an IGEL
> thin client.
>
> Cam
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/RPTZ56INAAP7FJCMMXJZWCD3JF7RQ652/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/J7CD3NXX23JKXAC2IX2JC4VY7HZ44LL5/


[ovirt-users] Re: Agentless backup solutions

2018-06-19 Thread Colin Coe
Yes, we do backups but not host only.

On Tue, Jun 19, 2018 at 2:41 PM femi adegoke 
wrote:

> Is no one doing any backups?
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/6RYDKAMDY4LM7CJRAACZOBQJPC4PISTB/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/M25TIJKB2LAETP5EZAXM3HWM6XS3FMXJ/


[ovirt-users] Private VLANs

2018-05-14 Thread Colin Coe
Hi all

We running RHEV 4.1.10 on HPE Blade servers using Virtual Connect which
talk to Cisco switches.

I want to implement private VLANs, does the combination of oVirt + Cisco
switches + HPE Virtual Connect work with private VLANs?

To be clear, I want to have a couple of logical networks (i.e. VLANs) where
the nodes in that VLAN cannot talk directly but must go through the
router/firewall.

Thanks

CC
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


Re: [ovirt-users] Host affinity rule

2018-03-30 Thread Colin Coe
Thank you, that's a much better idea.

On Sat, Mar 31, 2018, 4:15 AM Yaniv Kaul <yk...@redhat.com> wrote:

>
>
> On Thu, Mar 29, 2018, 4:14 AM Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> I suspect one of our hypervisors is faulty but at this stage I can't
>> prove it.
>>
>> We're running RHV 4.1.7 (about to upgrade to v4.1.10 in a few days).
>>
>> I'm planning on create a negative host affinity rule to prevent all
>> current existing VMs from running on the suspect host.  Afterwards I'll
>> create a couple of test VMs and put them in a positive host affinity rule
>> so they only run on the suspect host.
>>
>> There are about 150 existing VMs, are there any known problems with host
>> affinity rules and putting 150 or so VMs in the group?
>>
>> This is production so I need to be careful.
>>
>
> Why not move it to maintenance, then create a new test cluster for it and
> use it for testing?
> Y.
>
>
>> Thanks
>> ___
>> 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] Host affinity rule

2018-03-28 Thread Colin Coe
Hi all

I suspect one of our hypervisors is faulty but at this stage I can't prove
it.

We're running RHV 4.1.7 (about to upgrade to v4.1.10 in a few days).

I'm planning on create a negative host affinity rule to prevent all current
existing VMs from running on the suspect host.  Afterwards I'll create a
couple of test VMs and put them in a positive host affinity rule so they
only run on the suspect host.

There are about 150 existing VMs, are there any known problems with host
affinity rules and putting 150 or so VMs in the group?

This is production so I need to be careful.

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


[ovirt-users] Non-RHEL RPMs gone after RHV-H upgrade

2018-01-09 Thread Colin Coe
Hi all

We're running RHV 4.1.6.  Yesterday I upgraded the RHV-H nodes in our DEV
environment to 20180102 and found that all the non-RHEL RPMs are now gone.
Their associated config files in /etc are still there.  The RPMs in
question were from HPE SPP plus a monitoring system client (Xymon).

I had thought that non-RHEL RPMs would persist after a host upgrade.

Am I wrong on this?

Thanks

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


Re: [ovirt-users] Change iSCSI target IP address

2017-10-25 Thread Colin Coe
Hi

Thanks for this

What I wanted to do was move an old iSCSI appliance to the same VLAN as the
new iSCSI appliance to stop storage migration traffic having to traverse a
firewall.  I ended up just trunking both VLANs to the same interface.

Thanks again.

On Thu, Oct 26, 2017 at 1:49 AM, Adam Litke <ali...@redhat.com> wrote:

>
>
> On Tue, Oct 24, 2017 at 6:19 PM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> Running RHV 4.1.6, I need to move an iSCSI appliance to a new subnet.
>> There are VMs that I need to keep on this appliance.
>>
>> What would be the best way to point RHV at the new IP address?
>>
>
> If you can tolerate some downtime, you could put the storage domain in
> maintenance and detach it.  Then move your appliance, then import the
> domain using the new IP address.
>
> Maybe there is a better/less invasive way but this should work.
>
>
>>
>> Thanks
>>
>> CC
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
>
> --
> Adam Litke
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Change iSCSI target IP address

2017-10-24 Thread Colin Coe
Hi all

Running RHV 4.1.6, I need to move an iSCSI appliance to a new subnet.
There are VMs that I need to keep on this appliance.

What would be the best way to point RHV at the new IP address?

Thanks

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


Re: [ovirt-users] Ovirt causing strange network issues?

2017-10-03 Thread Colin Coe
Spanning Tree Protocol.

Make sure the /etc/sysconfig/network-scripts/ifcfg-eth0 (or whatever) does
not have an STP=yes line.

CC

On 3 Oct. 2017 19:11, "Derek Atkins" <de...@ihtfp.com> wrote:

> I'm sorry. What is STP?
> And how do I turn that off?
>
> -derek
> Sent using my mobile device. Please excuse any typos.
>
> On October 2, 2017 7:41:15 PM Colin Coe <colin@gmail.com> wrote:
>
>> Hi
>>
>> We saw something very similar to this a couple of years ago.  In our
>> case, it was caused by STP being enabled on our hypervisors.
>>
>> HTH
>>
>>
>>
>> On 3 Oct. 2017 04:56, "Derek Atkins" <de...@ihtfp.com> wrote:
>>
>>> Hi,
>>>
>>> I'm at my wits end so I'm tossing this here in the hopes that SOMEONE
>>> will be able to help me.
>>>
>>> tl;dr: Ovirt is doing something on my network that is causing my fiber
>>> modem to go from 3-5ms to 300-1000+ms round trip times.  I know it's
>>> ovirt because when I unplug ovirt from my network the issue goes away;
>>> when I plug it back in, the issue recurs.
>>>
>>> Long version:
>>>
>>> I've been running Ovirt 4.0.6 happily on CentOS 7.3 for several months
>>> on a single host machine. Indeed, the host had an uptime of 200+ days
>>> and was working great until approximately midnight, September 21/22
>>> (just over a week ago).  I was on an airplane halfway across the
>>> Atlantic at that time, so it wasn't anything I did.
>>>
>>> My network is configured as:
>>>
>>>   fiber modem <-> edgerouter <-> switch <-> everything else
>>>
>>> ovirt is living in the "everything else" area.
>>>
>>> When I sit with a laptop connected to either the everything else range
>>> or even directly connected to the fiber modem, I run 'mtr' and see
>>> network times (starting at the fiber modem) that bounce all over the
>>> place.  When I unplug ovirt I see consistent 3-5ms times.  Plug it back
>>> in, voom, back up to badness.
>>>
>>> I've spent several hours plugging and unplugging different devices
>>> trying to isolate the issue.  The only "device" that has any effect is
>>> my ovirt box.
>>>
>>> I have tried to debug this in several ways, but really the only thing
>>> that seems to have helped at all is shutting down all the VMs and the
>>> hosted engine.  Once nothing else is running (but the host itself), only
>>> then does the network seem to return to normal.
>>>
>>> I'm really at my wits end on this; I have no idea what is causing this
>>> or what might have changed to cause the issue right at that time.  I
>>> also can't imagine what ovirt is doing over the network that could cause
>>> the modem, two physical hops away, to lose its mind in this way.  But my
>>> experiementation is definitely showing a direct correlation.
>>>
>>> Help!!
>>>
>>> -derek
>>>
>>> --
>>>Derek Atkins 617-623-3745 <(617)%20623-3745>
>>>de...@ihtfp.com www.ihtfp.com
>>>Computer and Internet Security Consultant
>>> ___
>>> 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] Ovirt causing strange network issues?

2017-10-02 Thread Colin Coe
Hi

We saw something very similar to this a couple of years ago.  In our case,
it was caused by STP being enabled on our hypervisors.

HTH



On 3 Oct. 2017 04:56, "Derek Atkins"  wrote:

> Hi,
>
> I'm at my wits end so I'm tossing this here in the hopes that SOMEONE
> will be able to help me.
>
> tl;dr: Ovirt is doing something on my network that is causing my fiber
> modem to go from 3-5ms to 300-1000+ms round trip times.  I know it's
> ovirt because when I unplug ovirt from my network the issue goes away;
> when I plug it back in, the issue recurs.
>
> Long version:
>
> I've been running Ovirt 4.0.6 happily on CentOS 7.3 for several months
> on a single host machine. Indeed, the host had an uptime of 200+ days
> and was working great until approximately midnight, September 21/22
> (just over a week ago).  I was on an airplane halfway across the
> Atlantic at that time, so it wasn't anything I did.
>
> My network is configured as:
>
>   fiber modem <-> edgerouter <-> switch <-> everything else
>
> ovirt is living in the "everything else" area.
>
> When I sit with a laptop connected to either the everything else range
> or even directly connected to the fiber modem, I run 'mtr' and see
> network times (starting at the fiber modem) that bounce all over the
> place.  When I unplug ovirt I see consistent 3-5ms times.  Plug it back
> in, voom, back up to badness.
>
> I've spent several hours plugging and unplugging different devices
> trying to isolate the issue.  The only "device" that has any effect is
> my ovirt box.
>
> I have tried to debug this in several ways, but really the only thing
> that seems to have helped at all is shutting down all the VMs and the
> hosted engine.  Once nothing else is running (but the host itself), only
> then does the network seem to return to normal.
>
> I'm really at my wits end on this; I have no idea what is causing this
> or what might have changed to cause the issue right at that time.  I
> also can't imagine what ovirt is doing over the network that could cause
> the modem, two physical hops away, to lose its mind in this way.  But my
> experiementation is definitely showing a direct correlation.
>
> Help!!
>
> -derek
>
> --
>Derek Atkins 617-623-3745 <(617)%20623-3745>
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
> ___
> 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] V4.1 questions

2017-09-14 Thread Colin Coe
Hi Ryan and thanks for the quick reply.

This is an entirely new system, no VM, no nothing.  This was built for
testing v4.1.  I'll log a case with GSS on this if it  is not normal.

Bit confiused, so what do I need to do for the Installation -> Check for
Upgrades to work in RHV-M?  I'm using an old RHEV-H 7.1 image for the
hypervisors so there should definitely be an upgrade available.

Also, any thoughts on the webUI timeout?

Thanks again

CC

On Thu, Sep 14, 2017 at 8:45 PM, Ryan Barry <rba...@redhat.com> wrote:

>
>
> On Thu, Sep 14, 2017 at 8:36 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> We're in the process of upgrading from RHEV 3.5 to 4.1.5 and I have a
>> couple of questions.
>>
>> RHV 4.1.5 takes between 10-15 minutes to become usable after a service
>> restart, is this expected or is something wrong with our environment?
>>
>
> 10-15 minutes seems long, but it depends on the database. How much
> historical data is present?
>
>
>>
>> The webUI seems to timeout and go back to the logon page after a very
>> short time.  Can this behavior be changed?
>>
>> Lastly, the RH318 course book states that to upgrade a RHEV-H node via
>> RHEV-M, you need to install the "rhev-hypervisor7" package on the RHEV-M
>> node.  Is this still correct?
>>
>
> Node/RHVH for 4.x now upgrades straight from yum, so nothing is needed on
> the engine :)
>
>
>>
>> Thanks
>>
>> CC
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
>
> --
>
> RYAN BARRY
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHEV HYPERVISOR
>
> Red Hat NA <https://www.redhat.com/>
>
> rba...@redhat.comM: +1-651-815-9306 IM: rbarry
> <https://red.ht/sig>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] V4.1 questions

2017-09-14 Thread Colin Coe
Hi all

We're in the process of upgrading from RHEV 3.5 to 4.1.5 and I have a
couple of questions.

RHV 4.1.5 takes between 10-15 minutes to become usable after a service
restart, is this expected or is something wrong with our environment?

The webUI seems to timeout and go back to the logon page after a very short
time.  Can this behavior be changed?

Lastly, the RH318 course book states that to upgrade a RHEV-H node via
RHEV-M, you need to install the "rhev-hypervisor7" package on the RHEV-M
node.  Is this still correct?

Thanks

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


Re: [ovirt-users] Adding host for the first time - Power Management?

2017-09-10 Thread Colin Coe
If you log in to the blade enclosure OA (onboard administrator) via the web
interface:
- Expand Enclosure Information
- Expand Device Bays
- Expand the required server
- Click on iLO
- Click Web Administration link (a new browser window will appear)
- Expand Administration
- Select User Administration

At this point you should be able to add, remove, edit users including
resetting passwords and defining permissions.





On Sun, Sep 10, 2017 at 1:46 PM, Ling Ho  wrote:

> Hi Mark,
>
> I don't have experience with Gen 9 blade, but it might be the same as Gen
> 9 DL3xx servers.
>
> If you can log on to the host, you can run ipmitool to find out which user
> is set up.
>
> You will need ipmitool and OpenIPMI packages installed.
>
> then
>
> systemctl start ipmi
> or
> service ipmi start
>
> ipmitool user list 2
>
> Of course you can't retrieve the password, but you can check your password
> using this command:
>
> ipmitool user test  
>
> or reset the password
>
> ipmitool user set password  
>
> You can also use ipmitool to set the ip address of ILO if you do not wish
> to reboot the node and get to the ILO interface via console.
>
> ...
> ling
>
>
>
>
> On 9/8/17 3:38 AM, Mark Steele wrote:
>
> Hello,
>
> We have an existing 4 Host Ovirt 3.5 installation. I am adding two more HP
> Gen9 Blades to the configuration. I looked at how the power management is
> setup up in Ovirt for the first four blades and it appears to be configured
> for ilo4 using a user account that I cannot find documentation for anywhere
> within my infrastructure.
>
> Questions:
>
> - is this user / password defined on the blade somewhere (perhaps like an
> IPMI setup)?
> - is anyone familiar with where I set this up on an HP Blade?
>
> I'd like to get this configured before it goes into production as I assume
> this requires access to the blade bios / setup to properly configure.
>
> Best regards,
>
> ***
> *Mark Steele*
> CIO / VP Technical Operations | TelVue Corporation
> TelVue - We Share Your Vision
> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
> 800.885.8886 x128 <(800)%20885-8886> | mste...@telvue.com | http://
> www.telvue.com
> twitter: http://twitter.com/telvue | facebook: https://www.
> facebook.com/telvue
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://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] Good practices

2017-08-07 Thread Colin Coe
Hi

I just thought that you'd do hardware RAID if you had the controller or
JBOD if you didn't.  In hindsight, a server with 40Gbps NICs is pretty
likely to have a hardware RAID controller.  I've never done JBOD with
hardware RAID.  I think having a single gluster brick on hardware JBOD
would be riskier than multiple bricks, each on a single disk, but thats not
based on anything other than my prejudices.

I thought gluster tiering was for the most frequently accessed files, in
which case all the VMs disks would end up in the hot tier.  However, I have
been wrong before...

I just wanted to know where the OS was going as I didn't see it mentioned
in the OP.  Normally, I'd have the OS on a RAID1 but in your case thats a
lot of wasted disk.

Honestly, I think Yaniv's answer was far better than my own and made the
important point about having an arbiter.

Thanks

On Mon, Aug 7, 2017 at 5:56 PM, Moacir Ferreira <moacirferre...@hotmail.com>
wrote:

> Hi Colin,
>
>
> I am in Portugal, so sorry for this late response. It is quite confusing
> for me, please consider:
>
>
> 1* - *What if the RAID is done by the server's disk controller, not by
> software?
>
> 2 - For JBOD I am just using gdeploy to deploy it. However, I am not
> using the oVirt node GUI to do this.
>
>
> 3 - As the VM .qcow2 files are quite big, tiering would only help if made
> by an intelligent system that uses SSD for chunks of data not for the
> entire .qcow2 file. But I guess this is a problem everybody else has. So,
> Do you know how tiering works in Gluster?
>
>
> 4 - I am putting the OS on the first disk. However, would you do
> differently?
>
>
> Moacir
>
> --
> *From:* Colin Coe <colin@gmail.com>
> *Sent:* Monday, August 7, 2017 4:48 AM
> *To:* Moacir Ferreira
> *Cc:* users@ovirt.org
> *Subject:* Re: [ovirt-users] Good practices
>
> 1) RAID5 may be a performance hit-
>
> 2) I'd be inclined to do this as JBOD by creating a distributed disperse
> volume on each server.  Something like
>
> echo gluster volume create dispersevol disperse-data 5 redundancy 2 \
> $(for SERVER in a b c; do for BRICK in $(seq 1 5); do echo -e
> "server${SERVER}:/brick/brick-${SERVER}${BRICK}/brick \c"; done; done)
>
> 3) I think the above.
>
> 4) Gluster does support tiering, but IIRC you'd need the same number of
> SSD as spindle drives.  There may be another way to use the SSD as a fast
> cache.
>
> Where are you putting the OS?
>
> Hope I understood the question...
>
> Thanks
>
> On Sun, Aug 6, 2017 at 10:49 PM, Moacir Ferreira <
> moacirferre...@hotmail.com> wrote:
>
>> I am willing to assemble a oVirt "pod", made of 3 servers, each with 2
>> CPU sockets of 12 cores, 256GB RAM, 7 HDD 10K, 1 SSD. The idea is to use
>> GlusterFS to provide HA for the VMs. The 3 servers have a dual 40Gb NIC and
>> a dual 10Gb NIC. So my intention is to create a loop like a server triangle
>> using the 40Gb NICs for virtualization files (VMs .qcow2) access and to
>> move VMs around the pod (east /west traffic) while using the 10Gb
>> interfaces for giving services to the outside world (north/south traffic).
>>
>>
>> This said, my first question is: How should I deploy GlusterFS in such
>> oVirt scenario? My questions are:
>>
>>
>> 1 - Should I create 3 RAID (i.e.: RAID 5), one on each oVirt node, and
>> then create a GlusterFS using them?
>>
>> 2 - Instead, should I create a JBOD array made of all server's disks?
>>
>> 3 - What is the best Gluster configuration to provide for HA while not
>> consuming too much disk space?
>>
>> 4 - Does a oVirt hypervisor pod like I am planning to build, and the
>> virtualization environment, benefits from tiering when using a SSD disk?
>> And yes, will Gluster do it by default or I have to configure it to do so?
>>
>>
>> At the bottom line, what is the good practice for using GlusterFS in
>> small pods for enterprises?
>>
>>
>> You opinion/feedback will be really appreciated!
>>
>> Moacir
>>
>> ___
>> 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] Good practices

2017-08-06 Thread Colin Coe
1) RAID5 may be a performance hit

2) I'd be inclined to do this as JBOD by creating a distributed disperse
volume on each server.  Something like

echo gluster volume create dispersevol disperse-data 5 redundancy 2 \
$(for SERVER in a b c; do for BRICK in $(seq 1 5); do echo -e
"server${SERVER}:/brick/brick-${SERVER}${BRICK}/brick \c"; done; done)

3) I think the above

4) Gluster does support tiering, but IIRC you'd need the same number of SSD
as spindle drives.  There may be another way to use the SSD as a fast
cache.

Where are you putting the OS?

Hope I understood the question...

Thanks

On Sun, Aug 6, 2017 at 10:49 PM, Moacir Ferreira  wrote:

> I am willing to assemble a oVirt "pod", made of 3 servers, each with 2 CPU
> sockets of 12 cores, 256GB RAM, 7 HDD 10K, 1 SSD. The idea is to use
> GlusterFS to provide HA for the VMs. The 3 servers have a dual 40Gb NIC and
> a dual 10Gb NIC. So my intention is to create a loop like a server triangle
> using the 40Gb NICs for virtualization files (VMs .qcow2) access and to
> move VMs around the pod (east /west traffic) while using the 10Gb
> interfaces for giving services to the outside world (north/south traffic).
>
>
> This said, my first question is: How should I deploy GlusterFS in such
> oVirt scenario? My questions are:
>
>
> 1 - Should I create 3 RAID (i.e.: RAID 5), one on each oVirt node, and
> then create a GlusterFS using them?
>
> 2 - Instead, should I create a JBOD array made of all server's disks?
>
> 3 - What is the best Gluster configuration to provide for HA while not
> consuming too much disk space?
>
> 4 - Does a oVirt hypervisor pod like I am planning to build, and the
> virtualization environment, benefits from tiering when using a SSD disk?
> And yes, will Gluster do it by default or I have to configure it to do so?
>
>
> At the bottom line, what is the good practice for using GlusterFS in small
> pods for enterprises?
>
>
> You opinion/feedback will be really appreciated!
>
> Moacir
>
> ___
> 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] EMC Unity 300

2017-04-10 Thread Colin Coe
Hi all

We are contemplating moving away from our current iSCSI SAN to Dell/EMC
 Unity 300.

I've seen one thread where the 300F is problematic and no resolution is
posted.

Is anyone else using tis with RHEV/oVirt?  Any war stories?

Thanks

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


Re: [ovirt-users] Can't virtualize CentOS 7.x on oVirt 3.6

2017-02-27 Thread Colin Coe
I didn't create a bugzilla, I logged a ticket with Red Hat Support.  We're
a RHEL and RHEV shop.

On Tue, Feb 28, 2017 at 5:44 AM, Julián Tete <danteconra...@gmail.com>
wrote:

> :P Please don't forget about the URL of the Ticket to check in.
>
> 2017-02-27 16:22 GMT-05:00 Colin Coe <colin@gmail.com>:
>
>> I'm just happy to hear it's not just me seeing this.
>>
>> CC
>>
>> On 27 Feb. 2017 21:54, "Julián Tete" <danteconra...@gmail.com> wrote:
>>
>>> Hello Colin
>>>
>>> Yeah with VNC the problem goes away, by the way. A nasty bug :(
>>> Where is the URL in the Bugzilla ?.
>>> I want to track this because SPICE recognize my latinoamerican keyboard,
>>> VNC doesn't
>>>
>>> 2017-02-25 1:48 GMT-05:00 Colin Coe <colin@gmail.com>:
>>>
>>>> Hi
>>>>
>>>> I see this also and I've logged a bug with Red Hat support on it.  I
>>>> have found though that sometimes, if you wait long enough (i.e. approx 22
>>>> minutes) it will eventually boot.
>>>>
>>>> The other thing I've found is that if you change from SPICE to VNC, the
>>>> problem goes away completely.
>>>>
>>>> Thanks
>>>>
>>>> On Sat, Feb 25, 2017 at 3:55 AM, Julián Tete <danteconra...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello Friends of oVirt
>>>>>
>>>>> Suddenly I have a super creepy bug:
>>>>>
>>>>> I can't boot a CentOS-7-x86_64-Minimal-1611.iso
>>>>>
>>>>> I check the sha256sum and everything is OK
>>>>>
>>>>> The Virtual Machine Stuck in:
>>>>>
>>>>> "EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts:
>>>>> (null)"
>>>>>
>>>>> or
>>>>>
>>>>> "systemd-journal[88]: Received SIGTERM from PID 1 (systemd).
>>>>> type=1403 audit(1487936348.599:2): policy loaded auid=4294967295
>>>>> ses=4294967295
>>>>> systemd[1]: Successfully loaded SELinux policy in 239.970ms.
>>>>> systemd[1]: Relabelled /dev and /run in 17.007ms."
>>>>>
>>>>> But Fedora 25, Debian 8, openSUSE Leap 12.2, Windows Server 2012 R2,
>>>>> Ubuntu 16.04.1 works like a charm
>>>>>
>>>>> oVirt Data:
>>>>>
>>>>> Software:
>>>>>
>>>>> oVirt Engine Version: 3.6.7.5-1.el7.centos
>>>>>
>>>>> backend version: 3.6.7
>>>>> sdk version: 3.6.9.1
>>>>> cli version: 3.6.9.2
>>>>> python version : 2.7.5.final.0
>>>>>
>>>>> OS Version: RHEL - 7 - 2.1511.el7.centos.2.10
>>>>> Kernel Version: 4.6.0 - 1.el7.elrepo.x86_64
>>>>> KVM Version: 2.3.0 - 31.el7_2.10.1
>>>>> LIBVIRT Version: libvirt-1.2.17-13.el7_2.5
>>>>> VDSM Version: vdsm-4.17.32-1.el7
>>>>> SPICE Version: 0.12.4 - 15.el7_2.2
>>>>> GlusterFS Version: [N/A]
>>>>> CEPH Version: librbd1-0.80.7-3.el7
>>>>> Emulated Machine: pc-i440fx-rhel7.2.0
>>>>>
>>>>> Hardware:
>>>>>
>>>>> Manufacturer: HP
>>>>> Family: ProLiant
>>>>> Product Name: ProLiant BL460c Gen8
>>>>> CPU Model: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
>>>>> CPU Type: Intel SandyBridge Family
>>>>> CPU Sockets: 2
>>>>> CPU Cores per Socket: 8
>>>>> CPU Threads per Core: 2 (SMT Enabled)
>>>>>
>>>>> ___
>>>>> 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] Can't virtualize CentOS 7.x on oVirt 3.6

2017-02-27 Thread Colin Coe
I'm just happy to hear it's not just me seeing this.

CC

On 27 Feb. 2017 21:54, "Julián Tete" <danteconra...@gmail.com> wrote:

> Hello Colin
>
> Yeah with VNC the problem goes away, by the way. A nasty bug :(
> Where is the URL in the Bugzilla ?.
> I want to track this because SPICE recognize my latinoamerican keyboard,
> VNC doesn't
>
> 2017-02-25 1:48 GMT-05:00 Colin Coe <colin@gmail.com>:
>
>> Hi
>>
>> I see this also and I've logged a bug with Red Hat support on it.  I have
>> found though that sometimes, if you wait long enough (i.e. approx 22
>> minutes) it will eventually boot.
>>
>> The other thing I've found is that if you change from SPICE to VNC, the
>> problem goes away completely.
>>
>> Thanks
>>
>> On Sat, Feb 25, 2017 at 3:55 AM, Julián Tete <danteconra...@gmail.com>
>> wrote:
>>
>>> Hello Friends of oVirt
>>>
>>> Suddenly I have a super creepy bug:
>>>
>>> I can't boot a CentOS-7-x86_64-Minimal-1611.iso
>>>
>>> I check the sha256sum and everything is OK
>>>
>>> The Virtual Machine Stuck in:
>>>
>>> "EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)"
>>>
>>> or
>>>
>>> "systemd-journal[88]: Received SIGTERM from PID 1 (systemd).
>>> type=1403 audit(1487936348.599:2): policy loaded auid=4294967295
>>> ses=4294967295
>>> systemd[1]: Successfully loaded SELinux policy in 239.970ms.
>>> systemd[1]: Relabelled /dev and /run in 17.007ms."
>>>
>>> But Fedora 25, Debian 8, openSUSE Leap 12.2, Windows Server 2012 R2,
>>> Ubuntu 16.04.1 works like a charm
>>>
>>> oVirt Data:
>>>
>>> Software:
>>>
>>> oVirt Engine Version: 3.6.7.5-1.el7.centos
>>>
>>> backend version: 3.6.7
>>> sdk version: 3.6.9.1
>>> cli version: 3.6.9.2
>>> python version : 2.7.5.final.0
>>>
>>> OS Version: RHEL - 7 - 2.1511.el7.centos.2.10
>>> Kernel Version: 4.6.0 - 1.el7.elrepo.x86_64
>>> KVM Version: 2.3.0 - 31.el7_2.10.1
>>> LIBVIRT Version: libvirt-1.2.17-13.el7_2.5
>>> VDSM Version: vdsm-4.17.32-1.el7
>>> SPICE Version: 0.12.4 - 15.el7_2.2
>>> GlusterFS Version: [N/A]
>>> CEPH Version: librbd1-0.80.7-3.el7
>>> Emulated Machine: pc-i440fx-rhel7.2.0
>>>
>>> Hardware:
>>>
>>> Manufacturer: HP
>>> Family: ProLiant
>>> Product Name: ProLiant BL460c Gen8
>>> CPU Model: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
>>> CPU Type: Intel SandyBridge Family
>>> CPU Sockets: 2
>>> CPU Cores per Socket: 8
>>> CPU Threads per Core: 2 (SMT Enabled)
>>>
>>> ___
>>> 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] Can't virtualize CentOS 7.x on oVirt 3.6

2017-02-24 Thread Colin Coe
Hi

I see this also and I've logged a bug with Red Hat support on it.  I have
found though that sometimes, if you wait long enough (i.e. approx 22
minutes) it will eventually boot.

The other thing I've found is that if you change from SPICE to VNC, the
problem goes away completely.

Thanks

On Sat, Feb 25, 2017 at 3:55 AM, Julián Tete 
wrote:

> Hello Friends of oVirt
>
> Suddenly I have a super creepy bug:
>
> I can't boot a CentOS-7-x86_64-Minimal-1611.iso
>
> I check the sha256sum and everything is OK
>
> The Virtual Machine Stuck in:
>
> "EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)"
>
> or
>
> "systemd-journal[88]: Received SIGTERM from PID 1 (systemd).
> type=1403 audit(1487936348.599:2): policy loaded auid=4294967295
> ses=4294967295
> systemd[1]: Successfully loaded SELinux policy in 239.970ms.
> systemd[1]: Relabelled /dev and /run in 17.007ms."
>
> But Fedora 25, Debian 8, openSUSE Leap 12.2, Windows Server 2012 R2,
> Ubuntu 16.04.1 works like a charm
>
> oVirt Data:
>
> Software:
>
> oVirt Engine Version: 3.6.7.5-1.el7.centos
>
> backend version: 3.6.7
> sdk version: 3.6.9.1
> cli version: 3.6.9.2
> python version : 2.7.5.final.0
>
> OS Version: RHEL - 7 - 2.1511.el7.centos.2.10
> Kernel Version: 4.6.0 - 1.el7.elrepo.x86_64
> KVM Version: 2.3.0 - 31.el7_2.10.1
> LIBVIRT Version: libvirt-1.2.17-13.el7_2.5
> VDSM Version: vdsm-4.17.32-1.el7
> SPICE Version: 0.12.4 - 15.el7_2.2
> GlusterFS Version: [N/A]
> CEPH Version: librbd1-0.80.7-3.el7
> Emulated Machine: pc-i440fx-rhel7.2.0
>
> Hardware:
>
> Manufacturer: HP
> Family: ProLiant
> Product Name: ProLiant BL460c Gen8
> CPU Model: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
> CPU Type: Intel SandyBridge Family
> CPU Sockets: 2
> CPU Cores per Socket: 8
> CPU Threads per Core: 2 (SMT Enabled)
>
> ___
> 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] Export VM from oVirt/RHEV to VMWare

2017-01-17 Thread Colin Coe
Hi Zach

Thanks for the helpful suggestion.  I was hoping to avoid this but it looks
like my only option.

Thanks again

CC

On Tue, Jan 17, 2017 at 5:58 PM, Zach Brown <zachb1...@gmail.com> wrote:

> That link only explains how to import VMs to VMWare, not create OVFs.
>
> You might have to export to VMWare, and then use the VMWare trial period
> to export from VMWare itself.
>
> On Tue, Jan 17, 2017, 3:42 AM Sven Kieske <s.kie...@mittwald.de> wrote:
>
>> On 16/01/17 13:57, Colin Coe wrote:
>> > Hi all
>> >
>> > We run RHEV exclusively and I need to export a guest to one of our
>> vendors
>> > for analysis.
>> >
>> > The vendor uses VMWare.  How can I export a VM in OVF format out of RHEV
>> > v3.5.8?
>>
>> Are you to lazy to google?
>>
>> https://access.redhat.com/discussions/881153
>>
>> found via "export ova from ovirt" 6. Link
>>
>> HTH
>>
>> --
>> Mit freundlichen Grüßen / Regards
>>
>> Sven Kieske
>>
>> Systemadministrator
>> Mittwald CM Service GmbH & Co. KG
>> Königsberger Straße 6
>> 32339 Espelkamp
>> T: +495772 293100 <+49%205772%20293100>
>> F: +495772 29 <+49%205772%2029>
>> 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: [ovirt-users] Export VM from oVirt/RHEV to VMWare

2017-01-16 Thread Colin Coe
Hi all

The VM in question is a Windows 2008R2 server.  Any one have any thoughts
on this?

Thanks

On Mon, Jan 16, 2017 at 8:57 PM, Colin Coe <colin@gmail.com> wrote:

> Hi all
>
> We run RHEV exclusively and I need to export a guest to one of our vendors
> for analysis.
>
> The vendor uses VMWare.  How can I export a VM in OVF format out of RHEV
> v3.5.8?
>
> Thanks
>
> CC
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Export VM from oVirt/RHEV to VMWare

2017-01-16 Thread Colin Coe
Hi all

We run RHEV exclusively and I need to export a guest to one of our vendors
for analysis.

The vendor uses VMWare.  How can I export a VM in OVF format out of RHEV
v3.5.8?

Thanks

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


Re: [ovirt-users] [ovirt 3.6] Logical network not working

2016-09-12 Thread Colin Coe
So is the problem getting traffic between two different VLANs working?  If
so, have you double checked your routing?

On Mon, Sep 12, 2016 at 8:09 PM, Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com> wrote:

> On Mon, Sep 12, 2016 at 2:08 PM, Colin Coe <colin@gmail.com> wrote:
> > I've been using RHEV with HP virtual connect (currently C7000 with
> > Flex10/10D, previously C3000 With Flex10) for years now, mostly without
> > problems.
> >
> > The switch port that connects the virtual connect environment to the
> rest of
> > your network, is it configured as a trunk and is VLAN 828 allowed?
>
> Yes. The issue is not related to VC, because traffic for that VLAN
> flows in and out without problems.
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt 3.6] Logical network not working

2016-09-12 Thread Colin Coe
I've been using RHEV with HP virtual connect (currently C7000 with
Flex10/10D, previously C3000 With Flex10) for years now, mostly without
problems.

The switch port that connects the virtual connect environment to the rest
of your network, is it configured as a trunk and is VLAN 828 allowed?

On Mon, Sep 12, 2016 at 8:01 PM, Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com> wrote:

> On Mon, Sep 12, 2016 at 9:44 AM, Luca 'remix_tj' Lorenzetto
>  wrote:
>
> > I did also the same using the ovirtmgmt logical network and i'm
> > experiencing the same problem.
>
> Did some other investigation, with new findings. Tried using a CirrOS
> image to eliminate possible issues on the VM. Ping is still broken.
> Making some bridge troubleshooting i found out that:
>
> arp request is sent by the VM
> arp request is forwarded by the "Development" bridge
> arp reply is sent by the router 10.5.31.254 back to the bridge.
> arp reply is NOT FORWARDED to the VM.
>
> This is a strange behaviour of the bridge. Maybe i'm missing some
> sysctl configurations.
>
> Luca
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
> ___
> 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] No SPM and the master data domain won't come up

2016-09-06 Thread Colin Coe
IIRC, a previous (recent) post stated that going from OVS to legacy was not
supported.

CC

On Wed, Sep 7, 2016 at 3:49 AM, Logan Kuhn  wrote:

> During network testing last night I put one compute node into maintenance
> mode and changed it's network from legacy to OVS, this caused issues and I
> changed it back.  When I changed it back SPM contention started and neither
> became SPM, the logs are filled with this error message:
>
> 2016-09-06 14:43:38,720 ERROR 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStatusVDSCommand]
> (DefaultQuartzScheduler5) [] Command 'SpmStatusVDSCommand(HostName =
> ovirttest1, SpmStatusVDSCommandParameters:{runAsync='true',
> hostId='d84ebe29-5acd-4e4b-9bee-041b27a2f9f9',
> storagePoolId='0001-0001-0001-0001-00d8'})' execution failed:
> VDSGenericException: VDSErrorException: Failed to SpmStatusVDS, error =
> (13, 'Sanlock resource read failure', 'Permission denied'), code = 100
>
> I've put all but the master data domain into maitenance mode and the
> permissions on it are vdsm/kvm.  The permissions on the nfs share have not
> been modified, but I re-exported the share anyway, the share can be seen on
> the compute node and I can even mount it on that compute node, as can vdsm:
>
> nfs-server:/rbd/it/ovirt-nfs 293G 111G 183G 38% /rhev/data-center/mnt/nfs-
> server:_rbd_it_ovirt-nfs
>
> I'm not really sure where to go beyond this point..
>
> Regards,
> Logan
>
> ___
> 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] Cannot locate vdsm package, possible cause is incorrect channels

2016-08-08 Thread Colin Coe
I'm pretty sure oVirt 3.6+ needs Centos/RHEL7.2+

On Tue, Aug 9, 2016 at 7:59 AM, Huan He (huhe)  wrote:

> I wonder if it has something to do with the centos version? I have
>
> [root@host-182 ~]# uname -a
>
> Linux host-182 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC
> 2016 x86_64 x86_64 x86_64 GNU/Linux
>
> [root@host-182 ~]# more /etc/redhat-release
>
> CentOS release 6.8 (Final)
>
> [root@host-182 ~]#
>
>
> From: Cisco Employee 
> Date: Monday, August 8, 2016 at 4:51 PM
> To: users 
> Subject: Cannot locate vdsm package, possible cause is incorrect channels
>
> I have ovirt engine 3.6 on centos 6.5 and tried to add centos 6.5 host.
>
> I used the command below to install the host
>
> yum localinstall http://plain.resources.ovirt.org/pub/yum-repo/ovirt-
> release36.rpm
>
>
> The ovirt repo are listed below.
>
>
> I tried to uncomment out the baseurl, still got the same issue. Any idea?
>
> It looks to me it failed to find the vdsm pkgs.
>
> Thanks,
> Huan
>
> [root@host-182 yum.repos.d]# more ovirt-3.6*.repo
>
> ::
>
> ovirt-3.6-dependencies.repo
>
> ::
>
> [ovirt-3.6-epel]
>
> name=Extra Packages for Enterprise Linux 6 - $basearch
>
> #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
>
> mirrorlist=https://mirrors.fedoraproject.org/metalink?
> repo=epel-6=$basearch
>
> failovermethod=priority
>
> enabled=1
>
> includepkgs=epel-release,python-uinput,puppet,python-
> lockfile,python-cpopen,python-ordereddict,python-pthreading,
> python-inotify,python-argparse,novnc,python-ply,
>
> python-kitchen,python-daemon,python-websockify,livecd-
> tools,spice-html5,mom,python-IPy,python-ioprocess,
> ioprocess,safelease,rubygem-rgen,ovirt-guest-agent,pyxatt
>
> r,userspace-rcu
>
> gpgcheck=1
>
> gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
>
>
> [ovirt-3.6-jpackage-6.0-generic]
>
> name=JPackage 6.0, for generic
>
> mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic=free;
> release=6.0
>
> enabled=1
>
> gpgcheck=1
>
> includepkgs=dom4j,isorelax,jaxen,jdom,msv,msv-xsdlib,
> relaxngDatatype,servicemix-specs,tomcat5-servlet-2.4-api,
> ws-jaxme,xalan-j2,xml-commons,xml-commons-jaxp-1.2-
>
> apis,xml-commons-resolver11,xom,xpp2,xpp3,antlr3,stringtemplate
>
> gpgkey=http://www.jpackage.org/jpackage.asc
>
>
> [ovirt-3.6-centos-gluster37]
>
> name=CentOS-$releasever - Gluster 3.7
>
> baseurl=http://mirror.centos.org/centos/$releasever/
> storage/$basearch/gluster-3.7/
>
> gpgcheck=1
>
> enabled=1
>
> gpgkey=https://raw.githubusercontent.com/CentOS-
> Storage-SIG/centos-release-storage-common/master/RPM-GPG-
> KEY-CentOS-SIG-Storage
>
>
> [ovirt-3.6-patternfly1-noarch-epel]
>
> name=Copr repo for patternfly1 owned by patternfly
>
> baseurl=http://copr-be.cloud.fedoraproject.org/results/
> patternfly/patternfly1/epel-6-$basearch/
>
> enabled=1
>
> skip_if_unavailable=1
>
> gpgcheck=0
>
>
> [virtio-win-stable]
>
> name=virtio-win builds roughly matching what was shipped in latest RHEL
>
> baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable
>
> enabled=1
>
> skip_if_unavailable=1
>
> gpgcheck=0
>
> ::
>
> ovirt-3.6.repo
>
> ::
>
> [ovirt-3.6]
>
> name=Latest oVirt 3.6 Release
>
> #baseurl=http://resources.ovirt.org/pub/ovirt-3.6/rpm/el$releasever/
>
> mirrorlist=http://resources.ovirt.org/pub/yum-repo/
> mirrorlist-ovirt-3.6-el$releasever
>
> enabled=1
>
> skip_if_unavailable=1
>
> gpgcheck=1
>
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-3.6
>
> [root@host-182 yum.repos.d]#
>
>
> ___
> 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] one export domain two DC

2016-07-20 Thread Colin Coe
Not sure about 4.0, but We have RHEV 3.5 and RHEV 3.6 sharing the same
export domain.  Caveat is it can only be attached to one DC at a time.

CC

On Thu, Jul 21, 2016 at 11:38 AM, Fernando Fuentes 
wrote:

> How about this one? :)
>
> --
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
>
> On Wed, Jul 20, 2016, at 06:04 AM, Fernando Fuentes wrote:
> > Is it possible to export all of my vms on my oVirt 3.5 Domain and than
> > attach my export domain on my oVirt 4.0 DC and import the vm's?
> >
> > 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] [oVirt 4.0] Is it possible to access oVirt through a reverse proxy

2016-07-04 Thread Colin Coe
Hi all

I've logged case 01662585 with GSS.

I see that RHEV 4.0 beta is in the customer support portal, I'm going to
see if we can upgrade our current DEV RHEV environment to 4.0 BETA so we
can start testing early.

Thanks



On Mon, Jul 4, 2016 at 5:39 PM, Martin Perina <mper...@redhat.com> wrote:

> Hi,
>
> first let me explain more thoroughly how things works in 4.0. Here's a bit
> simplified login flow:
>
> 1. Let's assume that ovirt.example.com was set as FQDN during engine-setup
> 2. User tries to access http://ovirt.example.com/ovirt-engine/webadmin
> 3. SSO authentication filters checks if user is authenticated and if not,
> user is redirected to
> https://ovirt.example.com/ovirt-engine/sso/login.html
> 4. User enters its username/password and if successfully authenticated,
> user is redirected back to original URL:
> http://ovirt.example.com/ovirt-engine/webadmin
>
> Here are installation use cases which we assumed to be mostly used for
> oVirt (let's assume that engine is installed at host1.example.com, your
> proxy host is proxy1.example.com and you want you oVirt instance to
> accessed using alias ovirt.example.com):
>
> 1. Most users don't use any proxy, so the easiest method is to setup DNS
> alias ovirt.example.com pointing to host1.example.com and after that use
> ovirt.example.com during engine-setup as engine FQDN
>
> 2. If host1.example.com is in your internal network and you want
> ovirt.example.com to be accessible from both internal network and
> Internet you need to do the following:
>   - For you internal clients you need to do the same steps as in 1. in
> your internal DNS server
>   - For your external (Internet) clients you need to create another
> DNS alias ovirt.example.com pointing to your firewall (for example to
> host firewall.example.com) in your external DNS server and setup proper
> port forwarding from firewall.example.com to host1.example.com
>
> 3. If you need to use different FQDN for engine (for example you want to
> use proxy proxy1.example.com), then some manual config is required:
>   - Execute engine-setup and use host1.example.com as engine FQDN
>   - Setup you proxy in proxy1.example.com as in previous versions
>   - Setup your DNS and add DNS alias ovirt.example.com pointing to
> proxy1.example.com
>   - Go to host1.example.com and create new file
> /etc/ovirt-engine/engine.conf.d/99-setup-http-proxy.conf with following
> content
>ENGINE_SSO_AUTH_URL="
> https://ovirt.example.com:443/ovirt-engine/sso;
>SSO_CALLBACK_PREFIX_CHECK=false
>
>   - Restart ovirt-engine service
>
> After above steps your oVirt instance can be accessed using
> http://ovirt.example.com, but all traffic to it will be redirected
> through your proxy at proxy1.example.com.
>
>
> If none of above scenarios are usable for you, then please describe
> thoroughly your current setup. We may be help you with additional manual
> configuration or we will need to create an RFE bug for oVirt.
>
> Thanks
>
> Martin Perina
>
>
>
> On Mon, Jul 4, 2016 at 1:36 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> If this is correct, it is a massive problem for us.  We're still on RHEV
>> v3.5 ATM but have plans to move to RHEV v4 when it looks production ready.
>>
>> Many of our users are external parties that access the RHEV user portal
>> externally via a (Juniper) reverse proxy appliance.  The RHEV user
>> portal URL gets rewritten to the URL of the Juniper appliance.
>>
>> Should I file a bug on this, or an RFE?
>>
>> Thanks
>>
>> On Sun, Jul 3, 2016 at 5:16 PM, Martin Perina <mper...@redhat.com> wrote:
>>
>>> Hi,
>>> In 4.0 you can access oVirt engine only with the same FQDN that was
>>> specified during engine-setup. If you have used different FQDN, you may
>>> change it using ovirt-engine-rename tool.
>>>
>>> Martin Perina
>>>
>>>
>>> On Sunday, July 3, 2016, Yaniv Dary <yd...@redhat.com> wrote:
>>> >
>>> > Yaniv Dary
>>> > Technical Product Manager
>>> > Red Hat Israel Ltd.
>>> > 34 Jerusalem Road
>>> > Building A, 4th floor
>>> > Ra'anana, Israel 4350109
>>> >
>>> > Tel : +972 (9) 7692306
>>> > 8272306
>>> > Email: yd...@redhat.com
>>> > IRC : ydary
>>>
>>> >
>>> > -- Forwarded message --
>>> > From: COUSIN Kevin <ke...@famillecousin.fr>
>>> > Date: Thu, Jun 30, 2016 at 5:31 PM
>>> > Subject: [ovirt-u

Re: [ovirt-users] [oVirt 4.0] Is it possible to access oVirt through a reverse proxy

2016-07-03 Thread Colin Coe
Hi all

If this is correct, it is a massive problem for us.  We're still on RHEV
v3.5 ATM but have plans to move to RHEV v4 when it looks production ready.

Many of our users are external parties that access the RHEV user portal
externally via a (Juniper) reverse proxy appliance.  The RHEV user
portal URL gets rewritten to the URL of the Juniper appliance.

Should I file a bug on this, or an RFE?

Thanks

On Sun, Jul 3, 2016 at 5:16 PM, Martin Perina  wrote:

> Hi,
> In 4.0 you can access oVirt engine only with the same FQDN that was
> specified during engine-setup. If you have used different FQDN, you may
> change it using ovirt-engine-rename tool.
>
> Martin Perina
>
>
> On Sunday, July 3, 2016, Yaniv Dary  wrote:
> >
> > Yaniv Dary
> > Technical Product Manager
> > Red Hat Israel Ltd.
> > 34 Jerusalem Road
> > Building A, 4th floor
> > Ra'anana, Israel 4350109
> >
> > Tel : +972 (9) 7692306
> > 8272306
> > Email: yd...@redhat.com
> > IRC : ydary
>
> >
> > -- Forwarded message --
> > From: COUSIN Kevin 
> > Date: Thu, Jun 30, 2016 at 5:31 PM
> > Subject: [ovirt-users] [oVirt 4.0] Is it possible to access oVirt
> through a reverse proxy
> > To: users@ovirt.org
> >
> >
> > Hi list,
> >
> > I upgraded to oVirt 4.0 and it works fine. However, I used HAProxy to
> > access oVirt outside my LAN. It doesn't work anymore since I upgraded
> > to 4.0. It seems the oVirt Manager URL is rewritten by the SSO engine.
> > eg: ovirt.externaldomain.tld -> ovirtmanager.internaldomain.tld.
> >
> > Is it possible to disable this  behaviour and stay with
> > ovirt.externaldomain.tld ?
> >
> > Regards
> >
> > --
> > COUSIN Kevin 
> >
> > ___
> > 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] oVirt/RHEV and HP Blades and HP iSCSI SAN

2016-06-25 Thread Colin Coe
HI Dan

As this is production, critical infrastructure large downtime is not
possible.  We have a hardware refresh coming up in about 12 months so I'll
have to wait until then.

I recall asking this of GSS quite some time ago and not really getting too
helpful an answer

We use a combination of Cisco C4500-X (core/distribution) and C2960-X
(access) switches.  The SAN units connect into the C4500-X switches (32 x
10Gbps ports).

Thanks

On Sun, Jun 26, 2016 at 9:47 AM, Dan Yasny <dya...@gmail.com> wrote:

>
>
> On Fri, Jun 24, 2016 at 11:05 PM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi Dan
>>
>> I should have mentioned that we need to use the same subnet for both
>> iSCSI interfaces which is why I ended up bonding (mode 1) these.
>>
>
> This is not best practice. Perhaps you should have asked these questions
> when planning? Right now, I'd start planning for a large downtime window in
> order to redo things right.
>
>
>> Looking at
>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/sect-Preparing_and_Adding_Block_Storage.html#Configuring_iSCSI_Multipathing,
>> it doesn't say anything about tying the iSCSI Bond back to the host.  In
>> our DEV environment I removed the bond the iSCSI interfaces were using and
>> created the iSCSI Bond as per this link.  What do I do now?  Recreate the
>> bond and give it an IP?  I don't see where to put an IP for iSCSI against
>> the hosts?
>>
>
> I don't have a setup in front of me to provide instructions, but you did
> mention you're using RHEV, why not just call support, they can just remote
> in and help you, or send some screenshots...
>
>
>>
>> Lastly, not using jumbo frames as where a critical infrastructure
>> organisation and I fear possible side effects.
>>
>
> You have an iSCSI dedicated network, I don't see the problem setting up a
> dedicated network the correct way, unless your switches have a single MTU
> setting for all ports, like the cisco 2960's. There's a lot of performance
> to gain there, depending on the kind of IO your VMs of generating.
>
>
>>
>> Thanks
>>
>> On Sat, Jun 25, 2016 at 10:30 AM, Dan Yasny <dya...@gmail.com> wrote:
>>
>>> Two things off the top of my head after skimming the given details:
>>> 1. iSCSI will work better without the bond. It already uses multipath,
>>> so all you need is to separate the portal IPs/subnets and provide separate
>>> IPs/subnets to the iSCSI dedicated NICs, as is the recommended way here:
>>> https://access.redhat.com/solutions/131153 and also be sure to follow
>>> this:
>>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/sect-Preparing_and_Adding_Block_Storage.html#Configuring_iSCSI_Multipathing
>>> 2. You haven't mentioned anything about jumbo frames, are you using
>>> those? If not, it is a very good idea to start.
>>>
>>> And 3: since this is RHEV, you might get much more help from the
>>> official support than from this list.
>>>
>>> Hope this helps
>>> Dan
>>>
>>> On Fri, Jun 24, 2016 at 9:12 PM, Colin Coe <colin@gmail.com> wrote:
>>>
>>>> Hi all
>>>>
>>>> We run four RHEV datacenters, two PROD, one DEV and one TEST/Training.
>>>> They are all  working OK but I'd like a definitive answer on how I should
>>>> be configuring the networking side as I'm pretty sure we're getting
>>>> sub-optimal networking performance.
>>>>
>>>> All datacenters are housed in HP C7000 Blade enclosures.  The PROD
>>>> datacenters use HP 4730 iSCSI SAN clusters, each datacenter has a cluster
>>>> of two 4730s. These are configured RAID5 internally with NRAID1. The DEV
>>>> and TEST datacenters are using P4500 iSCSI SANs and each datacenter has a
>>>> cluster of three P4500s configured with RAID10 internally and NRAID5.
>>>>
>>>> The HP C7000 each have two Flex10/10D interconnect modules configured
>>>> in a redundant ring so that we can upgrade the interconnects without
>>>> dropping network connectivity to the infrastructure. We use fat RHEL-H 7.2
>>>> hypervisors (HP BL460) and these are all configured with six network
>>>> interfaces:
>>>> - eno1 and eno2 are bond0 which is the rhevm interface
>>>> - eno3 and eno4 are bond1 and all the VM VLANs are trunked over this
>>>> bond using 802.1q
>>>> - eno5 and eno6 are bond2 and dedicated to iSCSI traffic
>>>>
>>>> Is this the "correct" way to do this?  If not, what should I be doing
>>>> instead?
>>>>
>>>> Thanks
>>>>
>>>> CC
>>>>
>>>> ___
>>>> 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] oVirt/RHEV and HP Blades and HP iSCSI SAN

2016-06-24 Thread Colin Coe
Hi Fernando

The network is pretty much cast in stone now.  I even if I could change it,
I'd be relucant todo so as the firewall/router has 1Gb interfaces but the
iSCSI SANs and blade servers are all 10Gb.  Having these in different
subnets will create a 1Gb bottle neck.

Thanks


On Sat, Jun 25, 2016 at 12:45 PM, Fernando Frediani <
fernando.fredi...@upx.com.br> wrote:

> Hello Colin,
>
> I know well all the equipment you have in your hands as I used to work
> with these during a long time. Great stuff I can say.
>
> All seems Ok from what you describe, except the iSCSI network which should
> not be a bond, but two independent vlans (and subnets) using iSCSI
> multipath. Bond works, but it's not the recommended setup for these
> scenarios.
>
> Fernando
> On 24/06/2016 22:12, Colin Coe wrote:
>
> Hi all
>
> We run four RHEV datacenters, two PROD, one DEV and one TEST/Training.
> They are all  working OK but I'd like a definitive answer on how I should
> be configuring the networking side as I'm pretty sure we're getting
> sub-optimal networking performance.
>
> All datacenters are housed in HP C7000 Blade enclosures.  The PROD
> datacenters use HP 4730 iSCSI SAN clusters, each datacenter has a cluster
> of two 4730s. These are configured RAID5 internally with NRAID1. The DEV
> and TEST datacenters are using P4500 iSCSI SANs and each datacenter has a
> cluster of three P4500s configured with RAID10 internally and NRAID5.
>
> The HP C7000 each have two Flex10/10D interconnect modules configured in a
> redundant ring so that we can upgrade the interconnects without dropping
> network connectivity to the infrastructure. We use fat RHEL-H 7.2
> hypervisors (HP BL460) and these are all configured with six network
> interfaces:
> - eno1 and eno2 are bond0 which is the rhevm interface
> - eno3 and eno4 are bond1 and all the VM VLANs are trunked over this bond
> using 802.1q
> - eno5 and eno6 are bond2 and dedicated to iSCSI traffic
>
> Is this the "correct" way to do this?  If not, what should I be doing
> instead?
>
> Thanks
>
> CC
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://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] oVirt/RHEV and HP Blades and HP iSCSI SAN

2016-06-24 Thread Colin Coe
Hi Dan

I should have mentioned that we need to use the same subnet for both iSCSI
interfaces which is why I ended up bonding (mode 1) these.  Looking at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/sect-Preparing_and_Adding_Block_Storage.html#Configuring_iSCSI_Multipathing,
it doesn't say anything about tying the iSCSI Bond back to the host.  In
our DEV environment I removed the bond the iSCSI interfaces were using and
created the iSCSI Bond as per this link.  What do I do now?  Recreate the
bond and give it an IP?  I don't see where to put an IP for iSCSI against
the hosts?

Lastly, not using jumbo frames as where a critical infrastructure
organisation and I fear possible side effects.

Thanks

On Sat, Jun 25, 2016 at 10:30 AM, Dan Yasny <dya...@gmail.com> wrote:

> Two things off the top of my head after skimming the given details:
> 1. iSCSI will work better without the bond. It already uses multipath, so
> all you need is to separate the portal IPs/subnets and provide separate
> IPs/subnets to the iSCSI dedicated NICs, as is the recommended way here:
> https://access.redhat.com/solutions/131153 and also be sure to follow
> this:
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/sect-Preparing_and_Adding_Block_Storage.html#Configuring_iSCSI_Multipathing
> 2. You haven't mentioned anything about jumbo frames, are you using those?
> If not, it is a very good idea to start.
>
> And 3: since this is RHEV, you might get much more help from the official
> support than from this list.
>
> Hope this helps
> Dan
>
> On Fri, Jun 24, 2016 at 9:12 PM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> We run four RHEV datacenters, two PROD, one DEV and one TEST/Training.
>> They are all  working OK but I'd like a definitive answer on how I should
>> be configuring the networking side as I'm pretty sure we're getting
>> sub-optimal networking performance.
>>
>> All datacenters are housed in HP C7000 Blade enclosures.  The PROD
>> datacenters use HP 4730 iSCSI SAN clusters, each datacenter has a cluster
>> of two 4730s. These are configured RAID5 internally with NRAID1. The DEV
>> and TEST datacenters are using P4500 iSCSI SANs and each datacenter has a
>> cluster of three P4500s configured with RAID10 internally and NRAID5.
>>
>> The HP C7000 each have two Flex10/10D interconnect modules configured in
>> a redundant ring so that we can upgrade the interconnects without dropping
>> network connectivity to the infrastructure. We use fat RHEL-H 7.2
>> hypervisors (HP BL460) and these are all configured with six network
>> interfaces:
>> - eno1 and eno2 are bond0 which is the rhevm interface
>> - eno3 and eno4 are bond1 and all the VM VLANs are trunked over this bond
>> using 802.1q
>> - eno5 and eno6 are bond2 and dedicated to iSCSI traffic
>>
>> Is this the "correct" way to do this?  If not, what should I be doing
>> instead?
>>
>> Thanks
>>
>> CC
>>
>> ___
>> 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] oVirt/RHEV and HP Blades and HP iSCSI SAN

2016-06-24 Thread Colin Coe
Hi all

We run four RHEV datacenters, two PROD, one DEV and one TEST/Training.
They are all  working OK but I'd like a definitive answer on how I should
be configuring the networking side as I'm pretty sure we're getting
sub-optimal networking performance.

All datacenters are housed in HP C7000 Blade enclosures.  The PROD
datacenters use HP 4730 iSCSI SAN clusters, each datacenter has a cluster
of two 4730s. These are configured RAID5 internally with NRAID1. The DEV
and TEST datacenters are using P4500 iSCSI SANs and each datacenter has a
cluster of three P4500s configured with RAID10 internally and NRAID5.

The HP C7000 each have two Flex10/10D interconnect modules configured in a
redundant ring so that we can upgrade the interconnects without dropping
network connectivity to the infrastructure. We use fat RHEL-H 7.2
hypervisors (HP BL460) and these are all configured with six network
interfaces:
- eno1 and eno2 are bond0 which is the rhevm interface
- eno3 and eno4 are bond1 and all the VM VLANs are trunked over this bond
using 802.1q
- eno5 and eno6 are bond2 and dedicated to iSCSI traffic

Is this the "correct" way to do this?  If not, what should I be doing
instead?

Thanks

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


Re: [ovirt-users] Can't start VM after shutdown

2016-06-13 Thread Colin Coe
t; > i.image_group_id, i.vm_snapshot_id, i.image_guid, i.parentid, i.active
> > FROM images as i JOIN snapshots AS s ON (i.vm_snapshot_id =
> > s.snapshot_id) LEFT JOIN vm_static AS v ON (s.vm_id = v.vm_guid) JOIN
> > base_disks AS b ON (i.image_group_id = b.disk_id) WHERE v.vm_name =
> > '$vmname' ORDER BY creation_date, description, disk_alias"could not
> > change directory to "/root/Backups/oVirt"
> >
> > - check for errors
> > - engine-setup --offline
> > - systemctl start ovirt-engine
> >
> > Now you should have a clean state and a working VM ;-)
> >
> > What was tested:
> > - Power up and down the VM
> >
> > What does not work:
> > - Its not possible to make offline snapshots, online was not tested
> > because I will not getting into such trouble again. It took many hours
> > after the machine is up again.
> >
> > PLEASE be aware and don't destroy your Host and VM !!!
> >
> > cheers
> > gregor
> >
> > On 12/06/16 13:40, Colin Coe wrote:
> >> We've seen this with both Linux and Windows VMs.  I'm guessing that
> >> you've had failures on this VM in both snapshot create and delete
> >> operations.  oVirt/RHEV 3.5 seems particularly affected.  I'm told that
> >> oVirt 3.6.7 has the last of the fixes for these known snapshot problems.
> >>
> >> My original email was eorded wrong.  I meant that qemu-img gives
> >> "backing filename too long" errors.  You may have seen this in your
> logs.
> >>
> >> Note also that you may be seeing an entirely un-related problem.
> >>
> >> You may wish to post you're VDSM logs and the qemu log from
> >> /var/lib/libvirt/qemu/.log
> >>
> >> Hope this helps
> >>
> >> CC
> >>
> >>
> >> On Sun, Jun 12, 2016 at 4:45 PM, gregor <gregor_fo...@catrix.at
> >> <mailto:gregor_fo...@catrix.at>> wrote:
> >>
> >> Sound's bad. Recreating the VM is no way because this is a
> productive
> >> VM. During testing I need to recreate it more than once. oVirt works
> >> perfect which Linux VM's but when it comes to Windows VM's we get
> lots
> >> of problems.
> >>
> >> Which OS you used on the problematic VM?
> >>
> >> cheers
> >> gregor
> >>
> >> On 11/06/16 19:22, Anantha Raghava wrote:
> >> > Hi,
> >> >
> >> > Even I observed this behaviour.
> >> >
> >> > When we take the snapshot, the main VM using which the snapshot
> was
> >> > taken is shutdown and a new VM with external- comes to
> >> life. We
> >> > cannot get the original VM back to life, but a clone starts
> >> functioning.
> >> >
> >> > We cannot remove the snapshot whether or not the VM is running. I
> >> had to
> >> > remove the entire VM that came to life with snapshot and recreate
> the
> >> > entire VM from scratch. Luckily the VM was still not in
> production,
> >> > hence could afford it.
> >> >
> >> > First I could not understand, why, when a snapshot is created,
> the VM
> >> > with snapshot comes to life and starts running and not the
> >> original VM.
> >> >
> >> > Is it necessary that we shutdown the VM before taking snapshots?
> >> > Snapshot is supposed to be a backup of original VM, that unless we
> >> > restore by cloning should not come to life as I understand.
> >> >
> >> > --
> >> >
> >> > Thanks & Regards,
> >> >
> >> > Anantha Raghava
> >> >
> >> >
> >> > On Saturday 11 June 2016 08:09 PM, gregor wrote:
> >> >> Hi,
> >> >>
> >> >> a VM has snapshots which are unable to remove during when the VM
> >> is up.
> >> >> Therefore I power down the Windows Server 2012 VM. The snapshots
> are
> >> >> still unable to remove and the VM can't boot anymore !!!
> >> >>
> >> >> This is the message from engine.log
> >> >>
> >> >> --
> >> >> Message: VM srv03 is down with error. Exit message: Bad volume
> >> specification
> >> >> --
> >> >>
> >> >> Clone is not possible I get:
> >> >> --
> >> >> Message: VDSM command failed: Image is not a legal chain
> >> >> --
> >> >>
> >> >> All others VM's can be powered down and start without any
> problem.
> >> >> What can I do?
> >> >> This is very important because now no one can work :-( !!!
> >> >>
> >> >> cheers
> >> >> gregor
> >> >> ___
> >> >> Users mailing list
> >> >> Users@ovirt.org <mailto:Users@ovirt.org>
> >> >> http://lists.ovirt.org/mailman/listinfo/users
> >> >
> >> ___
> >> Users mailing list
> >> Users@ovirt.org <mailto: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] Can't start VM after shutdown

2016-06-12 Thread Colin Coe
Yeah, that looks like the fix Red Hat GSS came up with.  Note that is only
online snapshots that we've seen the problem with, never offline but YMMV.

What version of oVirt are you running?  We're running RHEV 3.5.7 in prod
and test environments but 3.6.5 in dev and we've not had a re-occurrence of
this problem in dev since moving to 3.6.x

CC

On Mon, Jun 13, 2016 at 1:42 AM, gregor <gregor_fo...@catrix.at> wrote:

> Hi,
>
> I solved my problem, here are the steps but be carefully if you don't
> know what the commands did and how to restore from backup don't follow
> this:
>
> - ssh to the host
> - systemctl stop ovirt-engine
> - backup the database with "engine-backup"
> - navigate to the image files
> - backup the images: sudo -u vdsm rsync -av  
> - check which one is the backing file: qemu-img info 
> - check for damages: qemu-img check 
> - qemu-img commit 
> - rename the  + .lease and .meta so it can't be accessed
>
> - vmname=srv03
> - db=engine
> - sudo -u postgres psql $db -c "SELECT b.disk_alias, s.description,
> s.snapshot_id, i.creation_date, s.status, i.imagestatus, i.size,
> i.image_group_id, i.vm_snapshot_id, i.image_guid, i.parentid, i.active
> FROM images as i JOIN snapshots AS s ON (i.vm_snapshot_id =
> s.snapshot_id) LEFT JOIN vm_static AS v ON (s.vm_id = v.vm_guid) JOIN
> base_disks AS b ON (i.image_group_id = b.disk_id) WHERE v.vm_name =
> '$vmname' ORDER BY creation_date, description, disk_alias"
>
> - note the image_guid and parent_id from the broken snapshot and the
> active snapshot, the active state is the image_guuid with the parentid
> ----
> - igid_active=
> - igid_broken=
> - the parentid of the image_guuid of the broken snapshot must be the
> same as the activ snapshots image_guuid
> - note the snapshot id
> - sid_active=
> - sid_broken=
>
> - delete the broken snapshot
> - sudo -u postgres psql $db -c "DELETE FROM snapshots AS s WHERE
> s.snapshot_id = '$sid_broken'"
>
> - pid_new=----
> - sudo -u postgres psql $db -c "SELECT * FROM images WHERE
> vm_snapshot_id = '$sid_active' AND image_guid = '$igid_broken'"
> - sudo -u postgres psql $db -c "DELETE FROM images WHERE vm_snapshot_id
> = '$sid_broken' AND image_guid = '$igid_active'"
> - sudo -u postgres psql $db -c "SELECT * FROM image_storage_domain_map
> WHERE image_id = '$igid_broken'"
> - sudo -u postgres psql $db -c "DELETE FROM image_storage_domain_map
> WHERE image_id = '$igid_broken'"
> - sudo -u postgres psql $db -c "UPDATE images SET image_guid =
> '$igid_active', parentid = '$pid_new' WHERE vm_snapshot_id =
> '$sid_active' AND image_guid = '$igid_broken'"
> - sudo -u postgres psql $db -c "SELECT * FROM image_storage_domain_map"
> - storid=
> - diskprofileid=
> - sudo -u postgres psql $db -c "INSERT INTO image_storage_domain_map
> (image_id, storage_domain_id, disk_profile_id) VALUES ('$igid_broken',
> '$stor_id', '$diskprofileid')"
>
> - check values
> - sudo -u postgres psql $db -c "SELECT b.disk_alias, s.description,
> s.snapshot_id, i.creation_date, s.status, i.imagestatus, i.size,
> i.image_group_id, i.vm_snapshot_id, i.image_guid, i.parentid, i.active
> FROM images as i JOIN snapshots AS s ON (i.vm_snapshot_id =
> s.snapshot_id) LEFT JOIN vm_static AS v ON (s.vm_id = v.vm_guid) JOIN
> base_disks AS b ON (i.image_group_id = b.disk_id) WHERE v.vm_name =
> '$vmname' ORDER BY creation_date, description, disk_alias"could not
> change directory to "/root/Backups/oVirt"
>
> - check for errors
> - engine-setup --offline
> - systemctl start ovirt-engine
>
> Now you should have a clean state and a working VM ;-)
>
> What was tested:
> - Power up and down the VM
>
> What does not work:
> - Its not possible to make offline snapshots, online was not tested
> because I will not getting into such trouble again. It took many hours
> after the machine is up again.
>
> PLEASE be aware and don't destroy your Host and VM !!!
>
> cheers
> gregor
>
> On 12/06/16 13:40, Colin Coe wrote:
> > We've seen this with both Linux and Windows VMs.  I'm guessing that
> > you've had failures on this VM in both snapshot create and delete
> > operations.  oVirt/RHEV 3.5 seems particularly affected.  I'm told that
> > oVirt 3.6.7 has the last of the fixes for these known snapshot problems.
> >
> > My original email was eorded wrong.  I meant that qemu-img gives
> > "backing filename too long" errors.  You may have seen this in your logs.
> >
> > Note also that you may be seeing an entirely un-related problem.
> >
> >

Re: [ovirt-users] Open in Full Screen

2016-05-04 Thread Colin Coe
Hi Marek and thanks for the reply.

Can the "Connect Automatically" check box on the User Portal login page be
set to a global default of unchecked ?

Thanks

On Wed, May 4, 2016 at 7:59 PM, Marek Libra <mli...@redhat.com> wrote:

> The "Open in Full Screen" will be configurable via engine-config in 4.0
>
>
> ----------
>
> *From: *"Colin Coe" <colin@gmail.com>
> *To: *"users" <Users@ovirt.org>
> *Sent: *Friday, April 29, 2016 6:20:29 AM
> *Subject: *[ovirt-users] Open in Full Screen
>
>
> Hi all
>
> Is there a setting for globally turning on the console option of "Open in
> Full Screen"?
>
> Also, can the "Connect Automatically" be permanently and globally disabled?
>
> We're on RHEV 3.5.7
>
> Thanks
>
> CC
>
> ___
> 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] Open in Full Screen

2016-04-28 Thread Colin Coe
Hi all

Is there a setting for globally turning on the console option of "Open in
Full Screen"?

Also, can the "Connect Automatically" be permanently and globally disabled?

We're on RHEV 3.5.7

Thanks

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


Re: [ovirt-users] Disks Illegal State

2016-04-18 Thread Colin Coe
We're seeing this in RHEV 3.5 with snapshot management on VMs with multiple
disks.  It would be awesome to have a "fsck" type script that could be run
daily which reports on any problems with the snapshot disks.

On Mon, Apr 18, 2016 at 10:59 PM, Clint Boggio  wrote:

> Markus thank you so much for the information. I'll be focusing on
> resolution of this problem this week and I'll keep you in the loop.
>
> On Apr 18, 2016, at 7:39 AM, Markus Stockhausen 
> wrote:
>
> >> Von: users-boun...@ovirt.org [users-boun...@ovirt.org] im
> Auftrag von Clint Boggio [cl...@theboggios.com]
> >> Gesendet: Montag, 18. April 2016 14:16
> >> An: users@ovirt.org
> >> Betreff: [ovirt-users] Disks Illegal State
> >>
> >> OVirt 3.6, 4 node cluster with dedicated engine. Main storage domain is
> iscsi, ISO and Export domains are NFS.
> >>
> >> Several of my VM snapshot disks show to be in an "illegal state". The
> system will not allow me to manipulate the snapshots in any way, nor clone
> the active system, or create a new snapshot.
> >>
> >> In the logs I see that the system complains about not being able to
> "get volume size for xxx", and also that the system appears to believe that
> the image is "locked" and is currently in the snapshot process.
> >>
> >> Of the VM's with this status, one rebooted and was lost due to "cannot
> get volume size for domain xxx".
> >>
> >> I fear that in this current condition, should any of the other machine
> reboot, they too will be lost.
> >>
> >> How can I troubleshoot this problem further, and hopefully alleviate
> the condition ?
> >>
> >> Thank you for your help.
> >
> > Hi Clint,
> >
> > for us the problem always boils down to the following steps. Might be
> simpler as we use
> > NFS for all of our domains and have direct access to the image files.
> >
> > 1) Check if snapshot disks are currently used. Capture the qemu command
> line with a "ps -ef"
> > on the nodes. There you can see what images qemu is started with. For
> each of the files check
> > the backing chain:
> >
> > # qemu-img info /rhev/.../bbd05dd8-c3bf-4d15-9317-73040e04abae
> > image: bbd05dd8-c3bf-4d15-9317-73040e04abae
> > file format: qcow2
> > virtual size: 50G (53687091200 bytes)
> > disk size: 133M
> > cluster_size: 65536
> > backing file:
> ../f8ebfb39-2ac6-4b87-b193-4204d1854edc/595b95f4-ce1a-4298-bd27-3f6745ae4e4c
> > backing file format: raw
> > Format specific information:
> >compat: 0.10
> >
> > # qemu-img info .../595b95f4-ce1a-4298-bd27-3f6745ae4e4c (see above)
> > ...
> >
> > I don't know how you can accomplish this on ISCSI (and LVM based images
> inside iirc). We
> > usually follow the backing chain and test if all the files exist and are
> linked correctly. Especially
> > if everything matches the OVirt GUI. I guess this is the most important
> part for you.
> >
> > 2) In most of our cases everything is fine and only the OVirt database
> is wrong. So we fix it
> > at our own risk. Because of your explanation I do not recommend that for
> you. It is just for
> > documentation purpose.
> >
> > engine# su - postgres
> >> psql engine postgres
> >
> >> select image_group_id,imagestatus from images where imagestatus =4;
> >> ... list of illegal images
> >> update images set imagestatus =1 where imagestatus = 4 and  criteria>;
> >> commit
> >
> >> select description,status from snapshots where status <> 'OK';
> >> ... list of locked snapshots
> >> update snapshots set status = 'OK' where status <> 'OK' and  criteria>;
> >> commit
> >
> >> \q
> >
> > Restart engine and everything should be in sync again.
> >
> > Best regards.
> >
> > Markus=
> > 
>
> ___
> 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] VM has been paused due to no Storage space error.

2016-04-13 Thread Colin Coe
Ahh, we've seen this as well in RHEV and have wondered what was going on.
A better message would be good.

On Wed, Apr 13, 2016 at 7:43 PM, Alex Crow  wrote:

> Hi,
>
> If you have set up VM disks as Thin Provisioned, the VM has to pause when
> the disk image needs to expand. You won't see this on VMs with preallocated
> storage.
>
> It's not the SAN that's running out of space, it's the VM image needing to
> be expanded incrementally each time.
>
> Cheers
>
> Alex
>
>
> On 13/04/16 12:04, nico...@devels.es wrote:
>
> Hi Fred,
>
> This is an iSCSI storage. I'm attaching the VDSM logs from the host where
> this machine has been running. Should you need any further info, don't
> hesitate to ask.
>
> Thanks.
>
> Regards.
>
> El 2016-04-13 11:54, Fred Rolland escribió:
>
> Hi,
>
> What kind of storage do you have ? (ISCSI,FC,NFS...)
> Can you provide the vdsm logs from the host where this VM runs ?
>
> Thanks,
>
> Freddy
>
> On Wed, Apr 13, 2016 at 1:02 PM,  
> wrote:
>
> Hi,
>
> We're running oVirt 3.6.4.1-1. Lately we're seeing a bunch of
> events like these:
>
> 2016-04-13 10:52:30,735 INFO
> [org.ovirt.engine.core.vdsbroker.VmAnalyzer]
> (DefaultQuartzScheduler_Worker-86) [60dea18f] VM
> 'f9cd282e-110a-4896-98d3-6d320662744d'(vm.domain.com [1]) moved from
> 'Up' --> 'Paused'
> 2016-04-13 10:52:30,815 INFO
>
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>
> (DefaultQuartzScheduler_Worker-86) [60dea18f] Correlation ID: null,
> Call Stack: null, Custom Event ID: -1, Message: VM vm.domain.com [1]
> has been paused.
> 2016-04-13 10:52:30,898 ERROR
>
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>
> (DefaultQuartzScheduler_Worker-86) [60dea18f] Correlation ID: null,
> Call Stack: null, Custom Event ID: -1, Message: VM vm.domain.com [1]
> has been paused due to no Storage space error.
> 2016-04-13 10:52:52,320 WARN
> [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxyData]
> (org.ovirt.thread.pool-8-thread-38) [] domain
> '5de4a000-a9c4-489c-8eee-10368647c413:iscsi01' in problem. vds:
> 'host6.domain.com [2]'
> 2016-04-13 10:52:55,183 INFO
> [org.ovirt.engine.core.vdsbroker.VmAnalyzer]
> (DefaultQuartzScheduler_Worker-70) [3da0f3d4] VM
> 'f9cd282e-110a-4896-98d3-6d320662744d'(vm.domain.com [1]) moved from
> 'Paused' --> 'Up'
> 2016-04-13 10:52:55,318 INFO
>
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>
> (DefaultQuartzScheduler_Worker-70) [3da0f3d4] Correlation ID: null,
> Call Stack: null, Custom Event ID: -1, Message: VM vm.domain.com [1]
> has recovered from paused back to up.
>
> The storage domain is far from being full, though (400+ G available
> right now). Could this be related to this other issue [1]? If not,
> how could I debug what's going on?
>
> Thanks.
>
>  [1]: https://www.mail-archive.com/users@ovirt.org/msg32079.html
> [3]
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users [4]
>
>
>
>
> Links:
> --
> [1] http://vm.domain.com
> [2] http://host6.domain.com
> [3] https://www.mail-archive.com/users@ovirt.org/msg32079.html
> [4] http://lists.ovirt.org/mailman/listinfo/users
>
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
>
> --
> This message is intended only for the addressee and may contain
> confidential information. Unless you are that person, you may not
> disclose its contents or use it in any way and are requested to delete
> the message along with any attachments and notify us immediately.
> This email is not intended to, nor should it be taken to, constitute advice.
> The information provided is correct to our knowledge & belief and must not
> be used as a substitute for obtaining tax, regulatory, investment, legal or
> any other appropriate advice.
>
> "Transact" is operated by Integrated Financial Arrangements Ltd.
> 29 Clement's Lane, London EC4N 7AE. Tel: (020) 7608 4900 Fax: (020) 7608 5300.
> (Registered office: as above; Registered in England and Wales under
> number: 3727592). Authorised and regulated by the Financial Conduct
> Authority (entered on the Financial Services Register; no. 190856).
>
>
>
> ___
> 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] Guest/User permissions

2016-02-25 Thread Colin Coe
Hi all

I've been asked to produce a matrix of guests (VMs) and the users who have
rights on them.

Just trying to save myself some effort and see if anyone's already done
this and is willing to share?

Thanks

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


Re: [ovirt-users] All snapshots read only

2016-02-05 Thread Colin Coe
Yep, its been pointed out to me that the prod RHEV environment has this
problem because its running RHEL 6 hosts.  I need to upgrade to RHEL 7.

Thanks

---

Sent from my Nexus 5
On Feb 5, 2016 15:32, "Raz Tamir"  wrote:

> Hi Colin,
> What you are trying to do is live merge - delete a vm's snapshot for
> running vm.
> This feature might not be supported on some of your hypervisors because of
> vdsm or OS version.
> Can you please share the OS version and vdsm vesrion of the hypervisor
> that hositng the running vm which you cannot delete it's snapshot?
>
> A quick solution is to make sure you powering off a vm before deleting
> it's snapshot.
>
> Thanks,
> Raz Tamir
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Dumb question: exclamation mark next to VM?

2016-02-04 Thread Colin Coe
Is the oVirt agent up to date?

---

Sent from my Nexus 5
On Feb 5, 2016 5:33 AM, "Charles Kozler" <char...@fixflyer.com> wrote:

> My VMs are all Linux
>
> On Thu, Feb 4, 2016 at 4:32 PM, Colin Coe <colin@gmail.com> wrote:
>
>> I run RHEV not oVirt so I don't see this but I suspect  it's a feature
>> request that I put in to be notified when a Windows VM is running an old
>> version of the RHEV tools/agent.
>>
>> CC
>>
>> ---
>>
>> Sent from my Nexus 5
>> On Feb 5, 2016 04:30, "Nicolas Ecarnot" <nico...@ecarnot.net> wrote:
>>
>>> Le 04/02/2016 18:09, Charles Kozler a écrit :
>>>
>>>> Matt -
>>>>
>>>> Same issue here!
>>>>
>>>
>>> +1
>>>
>>> --
>>> Nicolas ECARNOT
>>> ___
>>> 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
>>
>>
>
>
> --
>
> *Charles Kozler*
> *Vice President, IT Operations*
>
> FIX Flyer, LLC
> 225 Broadway | Suite 1600 | New York, NY 10007
> 1-888-349-3593
> http://www.fixflyer.com <http://fixflyer.com>
>
> NOTICE TO RECIPIENT: THIS E-MAIL IS MEANT ONLY FOR THE INTENDED
> RECIPIENT(S) OF THE TRANSMISSION, AND CONTAINS CONFIDENTIAL INFORMATION
> WHICH IS PROPRIETARY TO FIX FLYER LLC.  ANY UNAUTHORIZED USE, COPYING,
> DISTRIBUTION, OR DISSEMINATION IS STRICTLY PROHIBITED.  ALL RIGHTS TO THIS
> INFORMATION IS RESERVED BY FIX FLYER LLC.  IF YOU ARE NOT THE INTENDED
> RECIPIENT, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND PLEASE DELETE THIS
> E-MAIL FROM YOUR SYSTEM AND DESTROY ANY COPIES.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] All snapshots read only

2016-02-04 Thread Colin Coe
Hi and thanks for the response

1) RHEV v3.5.7
2) The VM was powered on and running fine when the snapshot was taken (this
is done through cron)
3) The snapshot was created via a Python oVirt SDK script
4) The status is showing "OK" for both the VM's disks and the snapshots
disks.

As a test, I took a snapshot of another VM that was running OK.  When the
snapshot was completed, the delete buttn was greyed out.

I turned the original server off and found that the snapshot button was no
longer greyed out.  When I turned the server back on, the delete button is
greyed out again.

My API script that creates the snapshots also deletes the snapshot from 7
days ago.  I see that the last successfully deleted was on Jan 26.  We
upgraded from v3.5.0 to v3.5.7 on Jan 24.  Nothing changed on the server
after Jan 24 so I'm a bit stumped.

Thanks

On Thu, Feb 4, 2016 at 5:46 PM, Raz Tamir <rata...@redhat.com> wrote:

> Hi Colin,
> Can you share more info?
> 1) what version of oVirt you have?
> 2) what was the VM state when you tried to remove the snapshot?
> 3) How the snapshot was created in the first place (the VM state was UP or
> DOWN)?
> 4) What is the status of the snapshot's disks (click on snapshot tab and
> on the right hand side you have another 'disks' tab)?
>
>
>
>
>
> Thanks,
> Raz Tamir
> Red Hat Israel
>
> On Thu, Feb 4, 2016 at 8:44 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> I've just noticed that all VM snapshots on one of our prod RHEV setups
>> have gone read-only (i.e. delete is greyed out).
>>
>> Has anyone else seen this?
>>
>> Is there an easy fix for this?  We have a bunch of VVMs being snapshotted
>> nightly with snapshots being deleted after 7 days.
>>
>> Thanks
>>
>> CC
>>
>> ___
>> 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] Dumb question: exclamation mark next to VM?

2016-02-04 Thread Colin Coe
I run RHEV not oVirt so I don't see this but I suspect  it's a feature
request that I put in to be notified when a Windows VM is running an old
version of the RHEV tools/agent.

CC

---

Sent from my Nexus 5
On Feb 5, 2016 04:30, "Nicolas Ecarnot"  wrote:

> Le 04/02/2016 18:09, Charles Kozler a écrit :
>
>> Matt -
>>
>> Same issue here!
>>
>
> +1
>
> --
> Nicolas ECARNOT
> ___
> 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] All snapshots read only

2016-02-04 Thread Colin Coe
I've just checked our dev and test RHEV instances (both also on v3.5.7),
and found that the overnight snapshot script is working correct and is
deleting old snapshots.  A quick check of other VMs shows their snapshots
do not have the delete button greyed out.

I'm thinking there's something screwy with this prod RHEV instance.

On Fri, Feb 5, 2016 at 7:14 AM, Colin Coe <colin@gmail.com> wrote:

> Hi and thanks for the response
>
> 1) RHEV v3.5.7
> 2) The VM was powered on and running fine when the snapshot was taken
> (this is done through cron)
> 3) The snapshot was created via a Python oVirt SDK script
> 4) The status is showing "OK" for both the VM's disks and the snapshots
> disks.
>
> As a test, I took a snapshot of another VM that was running OK.  When the
> snapshot was completed, the delete buttn was greyed out.
>
> I turned the original server off and found that the snapshot button was no
> longer greyed out.  When I turned the server back on, the delete button is
> greyed out again.
>
> My API script that creates the snapshots also deletes the snapshot from 7
> days ago.  I see that the last successfully deleted was on Jan 26.  We
> upgraded from v3.5.0 to v3.5.7 on Jan 24.  Nothing changed on the server
> after Jan 24 so I'm a bit stumped.
>
> Thanks
>
> On Thu, Feb 4, 2016 at 5:46 PM, Raz Tamir <rata...@redhat.com> wrote:
>
>> Hi Colin,
>> Can you share more info?
>> 1) what version of oVirt you have?
>> 2) what was the VM state when you tried to remove the snapshot?
>> 3) How the snapshot was created in the first place (the VM state was UP
>> or DOWN)?
>> 4) What is the status of the snapshot's disks (click on snapshot tab and
>> on the right hand side you have another 'disks' tab)?
>>
>>
>>
>>
>>
>> Thanks,
>> Raz Tamir
>> Red Hat Israel
>>
>> On Thu, Feb 4, 2016 at 8:44 AM, Colin Coe <colin@gmail.com> wrote:
>>
>>> Hi all
>>>
>>> I've just noticed that all VM snapshots on one of our prod RHEV setups
>>> have gone read-only (i.e. delete is greyed out).
>>>
>>> Has anyone else seen this?
>>>
>>> Is there an easy fix for this?  We have a bunch of VVMs being
>>> snapshotted nightly with snapshots being deleted after 7 days.
>>>
>>> Thanks
>>>
>>> CC
>>>
>>> ___
>>> 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] Consolidating LUNs in iSCSI storage domain

2016-02-04 Thread Colin Coe
Hi and thanks for the response

Is there any way that this could be done without putting the entire
datacenter (and I assume shutting done all the VMs) into maintenance mode?

I was thinking along the lines of:
- Put all hosts except for the the SPM into maintenance mode
- Determine which LUNs match to the "/dev/dm-*" devices that the three I
want to remove (rhev-data01, rhev-data02, rhev-data03)
- Determine which LUN matches the "/dev/dm-*" devices that I want to keep (
rhev-data04)
- pvmove rhev-data01 rhev-data04
- pvmove rhev-data02 rhev-data04
- pvmove rhev-data03 rhev-data04

The pvmove commands above for illustration only, I know thats not how the
LUNs would be called.

Does that look like it would work?

Thanks


On Thu, Feb 4, 2016 at 5:20 PM, Elad Ben Aharon <ebena...@redhat.com> wrote:

> Hi,
>
> oVirt allows such operations using this feature [1].
> Basically, while the storage domain is deactivated (maintenance status),
> you'll have to replicate all the data to the fourth LUN (from the storage
> server side), replace the storage connections of this storage domain from
> RHEVM REST API (explained in [1]) and to activate the domain.
>
>
> [1] http://www.ovirt.org/Features/Manage_Storage_Connections
>
>
>
> On Thu, Feb 4, 2016 at 1:17 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> In one of our RHEV setups (v3.5.4) the iSCSI storage domain consists of
>> four LUNs.  (full details in the attached text file).
>>
>> I want to consolidate all the data on LUNs
>> iqn.2003-10.com.lefthandnetworks:iscsi:341:rhev-data01
>> qn.2003-10.com.lefthandnetworks:iscsi:453:rhev-data02
>> iqn.2003-10.com.lefthandnetworks:iscsi:518:rhev-data03
>> to LUN
>> iqn.2003-10.com.lefthandnetworks:iscsi:687:rhev-data04
>>
>> Is this possible?
>>
>> Thanks
>>
>> CC
>>
>> ___
>> 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] All snapshots read only

2016-02-04 Thread Colin Coe
I've created a GSS case for this: 01578873.  Attached to the case is a
rhevm-log-collector for the affected prod RHEV and a rhevm-log-collector
for the dev RHEV which is not affected.

Thanks

On Fri, Feb 5, 2016 at 7:26 AM, Colin Coe <colin@gmail.com> wrote:

> I've just checked our dev and test RHEV instances (both also on v3.5.7),
> and found that the overnight snapshot script is working correct and is
> deleting old snapshots.  A quick check of other VMs shows their snapshots
> do not have the delete button greyed out.
>
> I'm thinking there's something screwy with this prod RHEV instance.
>
> On Fri, Feb 5, 2016 at 7:14 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi and thanks for the response
>>
>> 1) RHEV v3.5.7
>> 2) The VM was powered on and running fine when the snapshot was taken
>> (this is done through cron)
>> 3) The snapshot was created via a Python oVirt SDK script
>> 4) The status is showing "OK" for both the VM's disks and the snapshots
>> disks.
>>
>> As a test, I took a snapshot of another VM that was running OK.  When the
>> snapshot was completed, the delete buttn was greyed out.
>>
>> I turned the original server off and found that the snapshot button was
>> no longer greyed out.  When I turned the server back on, the delete button
>> is greyed out again.
>>
>> My API script that creates the snapshots also deletes the snapshot from 7
>> days ago.  I see that the last successfully deleted was on Jan 26.  We
>> upgraded from v3.5.0 to v3.5.7 on Jan 24.  Nothing changed on the server
>> after Jan 24 so I'm a bit stumped.
>>
>> Thanks
>>
>> On Thu, Feb 4, 2016 at 5:46 PM, Raz Tamir <rata...@redhat.com> wrote:
>>
>>> Hi Colin,
>>> Can you share more info?
>>> 1) what version of oVirt you have?
>>> 2) what was the VM state when you tried to remove the snapshot?
>>> 3) How the snapshot was created in the first place (the VM state was UP
>>> or DOWN)?
>>> 4) What is the status of the snapshot's disks (click on snapshot tab and
>>> on the right hand side you have another 'disks' tab)?
>>>
>>>
>>>
>>>
>>>
>>> Thanks,
>>> Raz Tamir
>>> Red Hat Israel
>>>
>>> On Thu, Feb 4, 2016 at 8:44 AM, Colin Coe <colin@gmail.com> wrote:
>>>
>>>> Hi all
>>>>
>>>> I've just noticed that all VM snapshots on one of our prod RHEV setups
>>>> have gone read-only (i.e. delete is greyed out).
>>>>
>>>> Has anyone else seen this?
>>>>
>>>> Is there an easy fix for this?  We have a bunch of VVMs being
>>>> snapshotted nightly with snapshots being deleted after 7 days.
>>>>
>>>> Thanks
>>>>
>>>> CC
>>>>
>>>> ___
>>>> 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] Consolidating LUNs in iSCSI storage domain

2016-02-03 Thread Colin Coe
Hi all

In one of our RHEV setups (v3.5.4) the iSCSI storage domain consists of
four LUNs.  (full details in the attached text file).

I want to consolidate all the data on LUNs
iqn.2003-10.com.lefthandnetworks:iscsi:341:rhev-data01
qn.2003-10.com.lefthandnetworks:iscsi:453:rhev-data02
iqn.2003-10.com.lefthandnetworks:iscsi:518:rhev-data03
to LUN
iqn.2003-10.com.lefthandnetworks:iscsi:687:rhev-data04

Is this possible?

Thanks

CC

iscsi


3260

iqn.2003-10.com.lefthandnetworks:iscsi:453:rhev-data02

10.1.1.200:3260,1
10.1.1.200

SLEFTHANDiSCSIDisk_c480ae5084623cedb82da526f9cacd0d01c5

LEFTHAND
iSCSIDisk
0
322122547200
0
qChcMw-H0Rf-OZXH-zQDl-lpSr-u2wx-y2Mkn3
f67dc97a-27c1-4338-9386-780664679b0b


3260

iqn.2003-10.com.lefthandnetworks:iscsi:341:rhev-data01

10.1.1.200:3260,1
10.1.1.200

SLEFTHANDiSCSIDisk_c480ae5084623cedb82da526f9cacd0d0155

LEFTHAND
iSCSIDisk
0
5497558138880
0
qChcMw-H0Rf-OZXH-zQDl-lpSr-u2wx-y2Mkn3
f67dc97a-27c1-4338-9386-780664679b0b


3260

iqn.2003-10.com.lefthandnetworks:iscsi:518:rhev-data03

10.1.1.200:3260,1
10.1.1.200

SLEFTHANDiSCSIDisk_c480ae5084623cedb82da526f9cacd0d0206

LEFTHAND
iSCSIDisk
0
219902322
0
qChcMw-H0Rf-OZXH-zQDl-lpSr-u2wx-y2Mkn3
f67dc97a-27c1-4338-9386-780664679b0b


3260

iqn.2003-10.com.lefthandnetworks:iscsi:687:rhev-data04

10.1.1.200:3260,1
10.1.1.200

SLEFTHANDiSCSIDisk_c480ae5084623cedb82da526f9cacd0d02af

LEFTHAND
iSCSIDisk
0
8796093022208
0
qChcMw-H0Rf-OZXH-zQDl-lpSr-u2wx-y2Mkn3
f67dc97a-27c1-4338-9386-780664679b0b


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


[ovirt-users] All snapshots read only

2016-02-03 Thread Colin Coe
Hi all

I've just noticed that all VM snapshots on one of our prod RHEV setups have
gone read-only (i.e. delete is greyed out).

Has anyone else seen this?

Is there an easy fix for this?  We have a bunch of VVMs being snapshotted
nightly with snapshots being deleted after 7 days.

Thanks

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


Re: [ovirt-users] VDI non-persistant desktops

2016-01-31 Thread Colin Coe
Hi and thanks for the reply.

Not really what we're after.  We want the stateless VMs but we want to be
able to work on the template (patch, install addtional software, etc) and
have those changes flow through to the existing VMs based on these
templates.  In addition, when the VMs are refreshed based on the updated
template, we need the MAC addresses to persist (as we define all our leases
in DHCP).

Thanks

On Sun, Jan 31, 2016 at 5:27 AM, Sigbjorn Lie <sigbj...@nixtra.com> wrote:

> Hi,
>
> We've had the same experience as you with vm pools and have moved away
> from vm pools to non-pool vms and manual assignment for Windows vms. We
> have an open ticket with RH support for enabling stateful vm pool. This is
> the bugzilla entry if you’d like to add your interest for the stateful vm
> pools feature: https://bugzillaredhat.com/show_bug.cgi?id=1234394
> <https://bugzilla.redhat.com/show_bug.cgi?id=1234394>
>
>
> Regards,
> Siggi
>
>
> On 29 Jan 2016, at 13:20, Colin Coe <colin@gmail.com> wrote:
>
> Hi all
>
> We're using RHEV 3.5.7 and have about 40 desktop VMs that are all clones
> from a single original.
>
> In the very beginning we used desktop pools but this was torn down when we
> started getting "The trust relationship between this workstation and the
> primary domain failed" error messages.
>
> We use DHCP for all desktops however every VM is defined on the DHCP
> server and unknown MACs are rejected.
>
> I'd like to revisit desktop pools but I'd like to know if other are using
> this and what their experiences have been.
>
> Kind of thing I'd like to know is
> - how is patching done
> - what is the performance like
> - what tuning if any is done on the desktops
> - GPO vs LPO
>
> Any comments?
>
> Thanks
>
> CC
> ___
> 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] LUN Resizing

2016-01-31 Thread Colin Coe
That's great news, thanks!

On Sun, Jan 31, 2016 at 5:11 PM, Yaniv Dary <yd...@redhat.com> wrote:

> It did and it present in the current release of oVirt 3.6 and will be
> available in RHEV as well.
>
> Yaniv Dary
> Technical Product Manager
> Red Hat Israel Ltd.
> 34 Jerusalem Road
> Building A, 4th floor
> Ra'anana, Israel 4350109
>
> Tel : +972 (9) 7692306
> 8272306
> Email: yd...@redhat.com
> IRC : ydary
>
>
> On Sun, Jan 31, 2016 at 9:51 AM, Colin Coe <colin@gmail.com> wrote:
>
>> Hi all
>>
>> Just wondering if http://www.ovirt.org/Features/LUN_Resize made it into
>> oVirt 3.6 and if it will be in RHEV-M 3.6?
>>
>> Thanks
>>
>> CC
>>
>> ___
>> 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] LUN Resizing

2016-01-30 Thread Colin Coe
Hi all

Just wondering if http://www.ovirt.org/Features/LUN_Resize made it into
oVirt 3.6 and if it will be in RHEV-M 3.6?

Thanks

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


[ovirt-users] VDI non-persistant desktops

2016-01-29 Thread Colin Coe
Hi all

We're using RHEV 3.5.7 and have about 40 desktop VMs that are all clones
from a single original.

In the very beginning we used desktop pools but this was torn down when we
started getting "The trust relationship between this workstation and the
primary domain failed" error messages.

We use DHCP for all desktops however every VM is defined on the DHCP server
and unknown MACs are rejected.

I'd like to revisit desktop pools but I'd like to know if other are using
this and what their experiences have been.

Kind of thing I'd like to know is
- how is patching done
- what is the performance like
- what tuning if any is done on the desktops
- GPO vs LPO

Any comments?

Thanks

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


Re: [ovirt-users] Python API question

2016-01-15 Thread Colin Coe
Hi again all

I've just noticed that the snapshot status appears not to update.

Consider the code below:
---
api.vms.get(VM_NAME).snapshots.add(params.Snapshot(description=SNAPSHOT_NAME,
vm=api.vms.get(VM_NAME), persist_memorystate=True))

# Wait for snapshot to finish
snap = api.vms.get(name=VM_NAME).snapshots.list()[-1]
while (snap.get_snapshot_status() == 'locked'):
   print "Waiting for snapshot creation to finish (status is %s)" %
snap.get_snapshot_status()
---

What I find is that even though the WebUI reports the snapshot is created,
snap.get_snapshot_status() still reports 'locked'.

I'm using RHEV 3.5.7 with RHEL-H 7.1 hosts with vdsm-4.16.30-1.el7ev.x86_64.

Am I misunderstanding how this works or have I found a bug?

Thanks

On Fri, Jan 15, 2016 at 6:04 PM, Juan Hernández <jhern...@redhat.com> wrote:

> On 01/15/2016 05:23 AM, Colin Coe wrote:
> > Hi all
> >
> > I've written a Python script to take nightly snapshots of VMs which are
> > kept for x days.  After x days the snapshot is deleted.
> >
> > I can't work out how to wait for the snapshot deletion to complete.  I
> > know how to do it for creating the snapshot but I've not been able to
> > get it right for the deletion.
> >
> >
> >
> api.vms.get(VM_NAME).snapshots.add(params.Snapshot(description=SNAPSHOT_NAME,
> > vm=api.vms.get(VM_NAME), persist_memorystate=True))
> >   while api.vms.get(VM_NAME).status.state == 'image_locked':
> >   sleep(1)
> >
> > Any ideas?
> >
> > Thanks
> >
> > CC
> >
> >
>
> The more reliable way to wait till the snapshot is effectively deleted
> is just to try to get it, and finish when the result is "None":
>
>   snapshot.delete()
>
>   while vm.snapshots.get(id=snapshot.get_id()) is not None:
> sleep(1)
>
> Alternatively you can use the return of the delete operation. It returns
> an "Action" object, that contains a reference to the job that was
> started to delete the snapshot. The XML representation looks like this:
>
>   
>  id="f6e4279a-a8e1-44a3-86db-d53336b0eb5a"/>
> 
>   complete
> 
>   
>
> As you can see that contains a link to the job. With the Python SDK you
> can use it as follows:
>
>   # Get the id of the job:
>   action = snapshot.delete()
>   job_id = action.get_job().get_id()
>
>   # Wait till the job is finished:
>   while api.jobs.get(id=job_id).get_status().get_state() != 'FINISHED':
> time.sleep(1)
>
> This is less reliable, because actions may or may not return a job, and
> that depends on how the action is implemented in the engine, and there
> is no backwards compatibility guarantee for that. A minor change in the
> engine may result in the job not being returned.
>
> So my suggestion is to use the simple loop to check if the snapshot exists.
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Default profile

2016-01-15 Thread Colin Coe
Hi all

Is it possible to set the default profile (on the User Portal login page
and for all users) to the AD domain name rather than "Internal"?

Also, can the "Connect Automatically" check box (on the User Portal login
page) be set to default to un-checked?

Running RHEV 3.5

Thanks

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


Re: [ovirt-users] Default profile

2016-01-15 Thread Colin Coe
Hi and thanks for the quick response!

The profile is only remembered in the browser cache.  Most of our VDI users
use IGEL thin clients in SPICE appliance mode.  This means they have to
remember to set the profile every time they login. For our remaining users
connecting from standard PCs if their profile deleted (the "help" desk's
first move if there is a problem on the PC) or if they connect from a
difference PC they also have to set the profile.

I'll put in a request to GSS for this as a feature request.

Thanks again

CC

On Sat, Jan 16, 2016 at 3:50 PM, Oved Ourfali <oourf...@redhat.com> wrote:

>
> On Jan 16, 2016 9:00 AM, "Colin Coe" <colin@gmail.com> wrote:
> >
> > Hi all
> >
> > Is it possible to set the default profile (on the User Portal login page
> and for all users) to the AD domain name rather than "Internal"?
> >
>
> As far as I know it remembers that per the user, so first time you login
> it will remember that.
>
> > Also, can the "Connect Automatically" check box (on the User Portal
> login page) be set to default to un-checked?
> >
>
> Not in 3.5.
> I think Ravi did some changes around that in 3.6, but not sure. I think it
> isn't available in 3.6 as well.
> Ravi?
>
> > Running RHEV 3.5
> >
> > Thanks
> >
> > CC
> >
> > ___
> > 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] Python API question

2016-01-14 Thread Colin Coe
Hi all

I've written a Python script to take nightly snapshots of VMs which are
kept for x days.  After x days the snapshot is deleted.

I can't work out how to wait for the snapshot deletion to complete.  I know
how to do it for creating the snapshot but I've not been able to get it
right for the deletion.


api.vms.get(VM_NAME).snapshots.add(params.Snapshot(description=SNAPSHOT_NAME,
vm=api.vms.get(VM_NAME), persist_memorystate=True))
  while api.vms.get(VM_NAME).status.state == 'image_locked':
  sleep(1)

Any ideas?

Thanks

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