[ovirt-users] Re: Terrible Disk Performance on Windows 10 VM

2021-07-29 Thread Gilboa Davara
On Wed, Jul 28, 2021 at 2:51 PM  wrote:

> I recently installed a Windows 10 VM under oVirt 4.4.5.11-1.el8
>
> Also installed the drivers using "virtio-win-1.9.16.iso" (Then
> re-installed them after updates just in case it helped)
>
> I found a similar complaint with VMWare (
> https://communities.vmware.com/t5/VMware-Workstation-Pro/vmware-workstation-100-disk-usage/td-p/2704870
> )
>
> So I looked into that and made a registry change for the AHCI controller,
> as well as setting the 'viodiskcache' to write-back (Seen in another thread
> on here) - those two changes seemed to help.. marginally. But not much at
> all.
>
> When I do just about anything, disk usage spikes to 100% and stays there
> for quite a while. Write speeds rarely break 100kb/sec.
>
> Not even sure what to look for next. My Linux VMs don't seem to have this
> issue and the host it's running on is barely working at all. CPU and memory
> stay close to unused. oVirt didn't show a lot, but in task manager in the
> Windows VM - you can see disk queue just pegged completely.
>
> I've given the VM 6GB of RAM, so that's not it. I even turned off paging
> in the Windows VM as well, to no avail.
>
> This is an example of disk usage, just opening 'Groove Music' for the
> first time.
>
> https://i.postimg.cc/FRLq28Mw/Disk-Activity.png
>
>
>
> Any ideas? :)
>

Hello,

I've got a number of Windows 7/8/10 and 16 VMs running on a number of
different oVirt clusters, ranging from single host setups (NFS localhost
storage) up to multiple-host setups (Gluster storage) and I'm not seeing
any performance issues.
Can you share additional information concerning the host, storage and VM
configuration?

- Gilboa
___
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/67XKNSXGPZ3CUFOVM7SO7UL34IMZVJW6/


[ovirt-users] About the cluster compatibility version

2021-07-29 Thread tommy
>From the document:

oVirt clusters have a compatibility version. The cluster compatibility
version indicates the features of oVirt supported by all of the hosts in the
cluster. 

The cluster compatibility is set according to the version of the least
capable host operating system in the cluster.

 

I didn't quite understand the last sentence.

How can the version of the cluster be determined based on the operating
system version of the host?

Should the cluster compatibility version be determined based on the version
of the oVirt engine on the host?

___
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/ABQQARN6UNQNMOSTWMNFTJJHPZOEQI7P/


[ovirt-users] Re: Changing the Password Expiration for a User

2021-07-29 Thread Scott Worthington
This worked for me, hope it works for you:

# ovirt-aaa-jdbc-tool user show ocpintegrationuser
-- User ocpintegrationuser(125db979-116e-4332-a6b7-fac19ff362ce) --
Namespace: *
Name: ocpintegrationuser
ID: 125db979-116e-4332-a6b7-fac19ff362ce
Display Name:
Email:
First Name: ocpintegrationuser
Last Name:
Department:
Title:
Description:
Account Disabled: false
Account Locked: false
Account Unlocked At: 2021-07-28 13:10:06Z
Account Valid From: 2021-07-27 23:22:17Z
Account Valid To: 2221-07-27 23:22:17Z
Account Without Password: false
Last successful Login At: 2021-07-30 01:24:45Z
Last unsuccessful Login At: 2021-07-28 13:09:50Z
Password Valid To: 2022-01-24 00:57:38Z


# ovirt-aaa-jdbc-tool user edit ocpintegrationuser
 --password-valid-to="2221-07-23 23:15:16Z"
updating user ocpintegrationuser...
user updated successfully

# ovirt-aaa-jdbc-tool user show ocpintegrationuser
-- User ocpintegrationuser(125db979-116e-4332-a6b7-fac19ff362ce) --
Namespace: *
Name: ocpintegrationuser
ID: 125db979-116e-4332-a6b7-fac19ff362ce
Display Name:
Email:
First Name: ocpintegrationuser
Last Name:
Department:
Title:
Description:
Account Disabled: false
Account Locked: false
Account Unlocked At: 2021-07-28 13:10:06Z
Account Valid From: 2021-07-27 23:22:17Z
Account Valid To: 2221-07-27 23:22:17Z
Account Without Password: false
Last successful Login At: 2021-07-30 01:27:15Z
Last unsuccessful Login At: 2021-07-28 13:09:50Z
Password Valid To: 2221-07-23 23:15:16Z

On Thu, Jul 29, 2021 at 9:12 PM Scott Worthington <
scott.c.worthing...@gmail.com> wrote:

> On Thu, Jul 29, 2021 at 8:42 PM  wrote:
>
>> I've create a new user using ovirt-aaa-jdbc-tool, I'm unable to use the
>> account because the password expiration date has passed.  I'm now trying to
>> change the password expiration using the following command:
>>
>> sudo ovirt-aaa-jdbc-tool user edit --password-valid-to=2025-12-31 00:00:00
>>
>> The above command is not working, I've tried several different formats
>> using double quotes  and single quotes, onluy using the date without the
>> time.  I've not been able to get anything working, what format should the
>> above command be in?
>>
>> Thanks
>>
>>
>  Take a look at the command on this page:
>
>
> https://www.ovirt.org/develop/release-management/features/infra/aaa-jdbc.html
>
> The example has:
>
> ovirt-aaa-jdbc-tool user password-reset jdoe --password-valid-to="2025-08-15 
> 10:30:00Z"
>
>
> You are missing quotes and perhaps a "Z" for the timezone.
>
>
___
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/JU52Q7ECEIO3TNKVTGCLUVUQQWGBX2LZ/


[ovirt-users] Re: Changing the Password Expiration for a User

2021-07-29 Thread Scott Worthington
On Thu, Jul 29, 2021 at 8:42 PM  wrote:

> I've create a new user using ovirt-aaa-jdbc-tool, I'm unable to use the
> account because the password expiration date has passed.  I'm now trying to
> change the password expiration using the following command:
>
> sudo ovirt-aaa-jdbc-tool user edit --password-valid-to=2025-12-31 00:00:00
>
> The above command is not working, I've tried several different formats
> using double quotes  and single quotes, onluy using the date without the
> time.  I've not been able to get anything working, what format should the
> above command be in?
>
> Thanks
>
>
 Take a look at the command on this page:

https://www.ovirt.org/develop/release-management/features/infra/aaa-jdbc.html

The example has:

ovirt-aaa-jdbc-tool user password-reset jdoe
--password-valid-to="2025-08-15 10:30:00Z"


You are missing quotes and perhaps a "Z" for the timezone.
___
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/7YC2DZDKDMKNFMZVI2O2SPTNT3JT6OP6/


[ovirt-users] Changing the Password Expiration for a User

2021-07-29 Thread louisb
I've create a new user using ovirt-aaa-jdbc-tool, I'm unable to use the account 
because the password expiration date has passed.  I'm now trying to change the 
password expiration using the following command: 

sudo ovirt-aaa-jdbc-tool user edit --password-valid-to=2025-12-31 00:00:00

The above command is not working, I've tried several different formats using 
double quotes  and single quotes, onluy using the date without the time.  I've 
not been able to get anything working, what format should the above command be 
in? 

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/NF3F2YFJNQM7DXQFU7L7VKQ2ZMPJP4CL/


[ovirt-users] Re: New User not Showing in the web GUI

2021-07-29 Thread louisb
Thank you very much for the answer it worked. 
___
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/LU37AT5HVS4AB56ZDFUPQ4YGJBTVYLQ2/


[ovirt-users] Re: New User not Showing in the web GUI

2021-07-29 Thread Lucie Leistnerova

Hello,

Internal users are not automatically added to the UI when created.
Go to Administration - Users - Add, there the user should be searchable, 
so you can add him and then proceed with permissions assignment.


On 7/29/21 3:20 PM, lou...@ameritech.net wrote:

I am logged on to the ovirt-engine via the web interface.   Is there an 
attribute that needs to set that causes the new user to show up in web 
interface?

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/A26SGIEYAKHKOIQVCH3EQV6QDO5UGYU3/

Best regards,
--

Lucie Leistnerova
Associate Manager, Quality Engineering, RHV - QE Core & Tools
GChat: lleistne @ Virtualization 

Red Hat EMEA 
___
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/LXSR4BKACMF2RVOE5KFTNGPHZN5Y3Y3Q/


[ovirt-users] Re: New User not Showing in the web GUI

2021-07-29 Thread louisb
I am logged on to the ovirt-engine via the web interface.   Is there an 
attribute that needs to set that causes the new user to show up in web 
interface?

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/A26SGIEYAKHKOIQVCH3EQV6QDO5UGYU3/


[ovirt-users] Re: oVirt and ARM

2021-07-29 Thread Sandro Bonazzola
Marko, Joey, Zhenyu, maybe worth preparing a feature proposal for oVirt
4.5.0 for aarch64 support (see https://github.com/oVirt/ovirt-site/pull/2549
as example)

Il giorno gio 15 lug 2021 alle ore 10:38 Marko Vrgotic <
m.vrgo...@activevideo.com> ha scritto:

> Thank you all.
>
>
>
> -
>
> kind regards/met vriendelijke groeten
>
>
>
> Marko Vrgotic
> Sr. System Engineer @ System Administration
>
>
> ActiveVideo
>
> *o: *+31 (35) 6774131
>
> *m: +*31 (65) 5734174
>
> *e:* m.vrgo...@activevideo.com
> *w: *www.activevideo.com
>
>
>
> ActiveVideo Networks BV. Mediacentrum 3745 Joop van den Endeplein 1.1217
> WJ Hilversum, The Netherlands. The information contained in this message
> may be legally privileged and confidential. It is intended to be read only
> by the individual or entity to whom it is addressed or by their designee.
> If the reader of this message is not the intended recipient, you are on
> notice that any distribution of this message, in any form, is strictly
> prohibited.  If you have received this message in error, please immediately
> notify the sender and/or ActiveVideo Networks, LLC by telephone at +1
> 408.931.9200 and delete or destroy any copy of this message.
>
>
>
>
>
>
>
> *From: *Arik Hadas 
> *Date: *Wednesday, 14 July 2021 at 15:26
> *To: *Milan Zamazal 
> *Cc: *Marko Vrgotic , Sandro Bonazzola <
> sbona...@redhat.com>, Evgheni Dereveanchin , Zhenyu
> Zheng , Joey Ma ,
> users@ovirt.org 
> *Subject: *Re: oVirt and ARM
>
> ***CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you recognize the sender!!!***
>
>
>
>
>
> On Wed, Jul 14, 2021 at 3:14 PM Milan Zamazal  wrote:
>
> Arik Hadas  writes:
>
> > On Wed, Jul 14, 2021 at 10:36 AM Milan Zamazal 
> wrote:
> >
> >> Marko Vrgotic  writes:
> >>
> >> > Dear Arik and Milan,
> >> >
> >> > In the meantime, I was asked to check if in current 4.4 version or
> >> > coming 4.5, are/will there any capabilities or options of emulating
> >> > aarch64 on x86_64 platform and if so, what would be the steps to
> >> > test/enable it.
> >> >
> >> > Can you provide some information?
> >>
> >> Hi Marko,
> >>
> >> I don't think there is a way to emulate a non-native architecture.
> >> Engine doesn't have ARM support and it cannot handle ARM (native or
> >> emulated) hosts.  You could try to run emulated ARM VMs presented as x86
> >> to Engine using Vdsm hooks but I doubt it would work.
> >>
> >
> > Oh I just sent a draft I had in my mailbox without noticing this comment
> > and I see we both mentioned Vdsm hook
> > What is the source of the doubts about Vdsm hooks to work for this?
>
> It's possible to override the domain XML obtained from Engine to change
> it from x86 to ARM but Engine will get back the non-x86 domain XML.
> Engine may not care about the emulator but perhaps it can be confused by
> the reported CPU etc.  There can be problems with devices and
> architecture specific settings in both the directions.  Engine will base
> assumptions about the VM capabilities based on x86, which won't exactly
> match ARM.
>
>
>
> Yeah, it would be best to try and see what the misalignment between what
> the engine thinks and what the VM runs with leads to
>
> But from the top of my head I don't think a misalignment in regards to CPU
> or capabilities could be problematic since the engine doesn't check what
> the VM is actually set with, it just assumes that the VM is set with what
> it wrote to its domain XML
>
> The engine certainly looks at the devices but as long as they preserve
> their user-alias, managed devices won't be unplugged. Other devices would
> be added as unmanaged. So I think that should also be fine.
>
>
>
>
> Maybe it'd be possible to simply run and stop a VM with some effort and
> it would be enough for certain purposes.  But for more than that it's a
> question whether the effort would be better spent on implementing a
> proper architecture support.
>
>
> >> I'm afraid the only way is to add ARM support to oVirt.  My former
> >> colleague has played with running oVirt on Raspberry Pi hosts some years
> >> ago (there are traces of that effort in Vdsm) and I think adding ARM
> >> support should be, at least in theory, possible.  Particular features
> >> available would be mostly dependent on ARM support in QEMU and libvirt.
> >
> >
> >> Regards,
> >> Milan
> >>
> >> > -
> >> > kind regards/met vriendelijke groeten
> >> >
> >> > Marko Vrgotic
> >> > Sr. System Engineer @ System Administration
> >> >
> >> > ActiveVideo
> >> > o: +31 (35) 6774131
> >> > m: +31 (65) 5734174
> >> > e: m.vrgo...@activevideo.com
> >> > w: www.activevideo.com
> >> >
> >> > ActiveVideo Networks BV. Mediacentrum 3745 Joop van den Endeplein
> >> > 1.1217 WJ Hilversum, The Netherlands. The information contained in
> >> > this message may be legally privileged and confidential. It is
> >> > intended to be read only by the individual or en

[ovirt-users] Registration for oVirt 2021 online conference is now open!

2021-07-29 Thread Sandro Bonazzola
Hi,
The registration for oVirt 2021 online conference is now open!
You can register now at
https://www.eventbrite.it/e/ovirt-2021-online-conference-registration-165090567331?aff=email

-- 
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA
sbona...@redhat.com

Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
___
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/N2RQL3PJEXLPYQDFTEPMXGJ75M3UIDPM/


[ovirt-users] Re: cloning a template using Rest Api

2021-07-29 Thread Arik Hadas
On Thu, Jul 22, 2021 at 4:29 AM Pascal D  wrote:

> What is the easiest way to clone a template using rest api. I know I can
> create a VM from a template then make a new template from this new VM but I
> would like to just clone a template directly so I can maintain different
> branches
>

I'm afraid there's no easier way than what you described
What do you mean by "maintain different branches?"


>
> TIA
> ___
> 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/5G72TQZIJXLXBNZGCERXD6Y7JN6PFQCS/
>
___
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/34ER4YDV7WTIQN3YKI4ICYWSHDKO4RD2/


[ovirt-users] VM CPU Topology

2021-07-29 Thread nelson . lameiras
Hello,

We are currently running oVirt 4.3.10
Our oVirt hypervisors (HV) have 2 cpu sockets * 6 cores * HT = 24 vcpu
Our VMs (centos7) range globally from 2vcpu to 8vcpu
oVirt allows to configure - per VM - the following 3 advanced parameters : 
virtual_sockets : cores_per_virtual_socket : threads_per_core

We make sure that threads per core is always 1 (so no question there)
But, for the other 2 parameters, we are unsure of the correct configuration, 
and if there is a performance penalty on bad configuration.

Let's consider a 4vcpu VM

1- Is there a performance difference betwenn 1:4:1 and 4:1:1 configuration ?
2- When should we opt for one or another configuration ?
2- Our VMs total CPU provisionning sum is twice the hypervisors capacity, but 
they are mostly idle so it is not an issue, but can this influence 
configuration choice above ?

Thank you for any information that can enlighthen us, since we are worried that 
we are suffering from bad performance due to naive cpu configuration choices.
___
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/K67VVLVTQMI7MJBZ7KO6SHDMFHWLMUVF/


[ovirt-users] Re: Error when trying to change master storage domain

2021-07-29 Thread Shani Leviim
Hi Matthew,
Actually, your description is related to 2 features available for ovirt
4.4.5 
1. The ability to switch the master storage domain while domains are up and
running [1]
2. Clearing the finished tasks from REST API [2] and UI [3].

We recommend you upgrade your engine to enjoy those features.

In the meanwhile, as you've described, moving the Master role from one
storage to the other is available using putting the domain into maintenance.
In order to clear the finished tasks from SPM:
   vdsm-client Host getAllTasksStatuses

It should be something like that:
{
"1dc4d885-577a-4b6a-b01f-e682602a907c": {
"code": 0,
"message": "1 jobs completed successfully",
"taskID": "1dc4d885-577a-4b6a-b01f-e682602a907c",
"taskResult": "success",
"taskState": "finished"
}
}

Then clear that tasks:
   vdsm-client Task clear taskID=12345
Once it gets cleared, the reconstruction can be finished.

To verify there are no more finished async tasks, you can run this SQL
query on the engine:
engine=# select * from async_tasks WHERE storage_pool_id = '123';

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1910022
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1627997
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1910302


*Regards,*

*Shani Leviim*


On Thu, Jul 29, 2021 at 8:33 AM Matthew Benstead  wrote:

> Hello,
>
> I'm trying to decommission the old master storage domain in ovirt, and
> replace it with a new one. All of the VMs have been migrated off of the old
> master, and everything has been running on the new storage domain for a
> couple months. But when I try to put the old domain into maintenance mode I
> get an error.
>
> Old Master: vm-storage-ssd
> New Domain: vm-storage-ssd2
>
> The error is:
>
> Failed to Reconstruct Master Domain for Data Center EDC2
>
> As well as:
>
> Sync Error on Master Domain between Host daccs01 and oVirt Engine. Domain:
> vm-storage-ssd is marked as Master in oVirt Engine database but not on the
> Storage side. Please consult with Support on how to fix this issue.
>
> 2021-07-28 11:41:34,870-07 WARN
> [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy]
> (EE-ManagedThreadFactory-engine-Thread-23) [] Master domain version is not
> in sync between DB and VDSM. Domain vm-storage-ssd
>  marked as master, but the version in DB: 283 and in VDSM: 280
>
> And:
>
> Not stopping SPM on vds daccs01, pool id
> f72ec125-69a1-4c1b-a5e1-313fcb70b6ff as there are uncleared tasks Task
> '5fa9edf0-56c3-40e4-9327-47bf7764d28d', status 'finished'
>
>
> After a couple minutes all the domains are marked as active again and
> things continue, but vm-storage-ssd is still listed as the master domain.
> Any thoughts?
>
> This is on 4.3.10.4-1.el7   on CentOS 7.
>
> engine=# SELECT storage_name, storage_pool_id, storage, status FROM
> storage_pool_with_storage_domain ORDER BY storage_name;
>  storage_name  |   storage_pool_id
> |storage | status
>
> ---+--++
>  compute1-iscsi-ssd| f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> yvUESE-yWUv-VIWL-qX90-aAq7-gK0I-EqppRL |  1
>  compute7-iscsi-ssd| f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> 8ekHdv-u0RJ-B0FO-LUUK-wDWs-iaxb-sh3W3J |  1
>  export-domain-storage | f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> d3932528-6844-481a-bfed-542872ace9e5   |  1
>  iso-storage   | f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> f800b7a6-6a0c-4560-8476-2f294412d87d   |  1
>  vm-storage-7200rpm| f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> a0bff472-1348-4302-a5c7-f1177efa45a9   |  1
>  vm-storage-ssd| f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> 95acd9a4-a6fb-4208-80dd-1c53d6aacad0   |  1
>  vm-storage-ssd2   | f72ec125-69a1-4c1b-a5e1-313fcb70b6ff |
> 829d0600-c3f7-4dae-a749-d7f05c6a6ca4   |  1
> (7 rows)
>
> Thanks,
>  -Matthew
> --
> ___
> 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/OXOXW6B2NWXOUGZV3OKO4OMDXVDJSQLZ/
>
___
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/FMXDDVYXOL2GD6GEHBKHM77BWZMJ7BHX/