[ovirt-users] Re: about the clonetype of the vm disk when vm is cloned from template

2021-08-14 Thread Tommy Sway
Thank you!



-Original Message-
From: users-boun...@ovirt.org  On Behalf Of Nir Soffer
Sent: Saturday, August 14, 2021 1:31 AM
To: Tommy Sway 
Cc: users 
Subject: [ovirt-users] Re: about the clonetype of the vm disk when vm is cloned 
from template

On Fri, Aug 13, 2021 at 8:06 AM Tommy Sway  wrote:
>
> There are some options for clone disk for other platform like oVirt.
> --clonetype [thin|full]
>
> A thin clone uses copy-on-write (COW) reflinked clone 
> meaning it is dependent on the base template, but enables rapid cloning.
> Full clone will make a full physical copy hence not 
> be dependent on the base template.
...

> I want to know which type is oVirt using when we clone vm from template ?

We support both.

When creating a vm you can select to optimize for Server or Desktop.

- For Server we default to creating the vm image by cloning the template to a 
new disk.
  The vm does not depend on the template disk.

- For Sesktop we default to creating a thin disk using the template disk as a 
backing file.
  This vm depends on the template.

To select different storage allocation you can open the "Resource Allocation" 
tab and select Clone or Thin from the "Storage allocation" section.

See the attached screenshots.

Nir

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


[ovirt-users] Re: what difference between the Cloud-Init Network Protocol options ?

2021-08-14 Thread Tommy Sway
Any one can help to explain ?

 

 

 

From: users-boun...@ovirt.org  On Behalf Of Tommy
Sway
Sent: Friday, August 13, 2021 12:55 PM
To: users@ovirt.org
Subject: [ovirt-users] what difference between the Cloud-Init Network
Protocol options ?

 

What is the difference between Openstack MateData and ENI in the cloud-init
Network Protocol option? Or what kind of scenarios do they apply to?

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


[ovirt-users] Re: oVirt Hosted Engine Offline Deployment

2021-08-14 Thread marcel d'heureuse
Moin,

There is a package which you need to install before you deploy the engine. It 
is round 1,1 GB RPM file where the engine vm is implemented.
For offline Installation we use the ovirt Version 4.3.9.

And remove the ovirt repos because you will lose a lot of time because he try 
to found euch mirror. Starts in us and stopps in Japan.

Br
Marcel

Am 14. August 2021 09:12:17 MESZ schrieb Strahil Nikolov via Users 
:
>I think that first you need to install the appliance and then in offline mode 
>ot should skip connecting to yum repos.
>
>Best Regards,Strahil Nikolov
> 
> 
>  On Fri, Aug 13, 2021 at 19:56, Andrew Lamarra 
> wrote:   Hi there. I'm trying to get oVirt up & running on a server in a 
> network that has no access to the Internet. We do host mirrors of CentOS 7 & 
> 8 repos (no Stream). I first tried the latest version of oVirt 4.4, however, 
> I ran into an issue when trying to do the Hosted Engine deployment. The 
> command I used was "hosted-engine --deploy 
> --ansible-extra-vars=he_offline_deployment=true". But at some point, I get 
> the following error:
>
>[ INFO  ] DNF Errors during downloading metadata for repository 
>'ovirt-4.4-centos-ceph-pacific':
>          - Status code: 404 for 
>http://mirror.centos.org/centos/8-stream/storage/x86_64/ceph-pacific/repodata/repomd.xml
>[ ERROR ] DNF Failed to download metadata for repo 
>'ovirt-4.4-centos-ceph-pacific': Cannot download repomd.xml: Cannot download 
>repodata/repomd.xml: All mirrors were tried
>
>Seems like it's still trying to download something from the CentOS 8 Stream 
>repo. So I figured that since we have the CentOS 7 repos hosted, I'll try 
>oVirt v4.3. However, I don't see an option to do an "offline deployment" with 
>this version. It says the "--ansible-extra-vars" option is invalid. I tried 
>doing a regular deployment but it tries downloading from the oVirt repo:
>
>[ INFO ] TASK [ovirt.hosted_enging_setup : Install ovirt-engine-appliance rpm]
>[ ERROR ] fatal: [localhost]: FAILED! => ["attempts": 10, "changed": false, 
>"msg": "Failure talking to yum: cannot retrieve metalink for repository: 
>ovirt-4.3-epel/x86_64. Please verify its path and try again"}
>
>I can bring over a mirror of the ovirt-4.3 repo. I also see that there's some 
>other repos in the "ovirt-4.3-dependencies.repo" file. Are those required for 
>deploying the hosted engine VM as well? Or does anyone know if there's a way 
>to do this deployment completely offline?
>
>Thank you for your time.
>___
>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/GDWCIZ3X3OKE4WXCWUNKQVG7GOVP5AW4/
>  
___
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/3PTSMV3IV2QGVNQAHN4PMZHBEFAGVS3Y/


[ovirt-users] Re: oVirt Hosted Engine Offline Deployment

2021-08-14 Thread Strahil Nikolov via Users
I think that first you need to install the appliance and then in offline mode 
ot should skip connecting to yum repos.

Best Regards,Strahil Nikolov
 
 
  On Fri, Aug 13, 2021 at 19:56, Andrew Lamarra 
wrote:   Hi there. I'm trying to get oVirt up & running on a server in a 
network that has no access to the Internet. We do host mirrors of CentOS 7 & 8 
repos (no Stream). I first tried the latest version of oVirt 4.4, however, I 
ran into an issue when trying to do the Hosted Engine deployment. The command I 
used was "hosted-engine --deploy 
--ansible-extra-vars=he_offline_deployment=true". But at some point, I get the 
following error:

[ INFO  ] DNF Errors during downloading metadata for repository 
'ovirt-4.4-centos-ceph-pacific':
          - Status code: 404 for 
http://mirror.centos.org/centos/8-stream/storage/x86_64/ceph-pacific/repodata/repomd.xml
[ ERROR ] DNF Failed to download metadata for repo 
'ovirt-4.4-centos-ceph-pacific': Cannot download repomd.xml: Cannot download 
repodata/repomd.xml: All mirrors were tried

Seems like it's still trying to download something from the CentOS 8 Stream 
repo. So I figured that since we have the CentOS 7 repos hosted, I'll try oVirt 
v4.3. However, I don't see an option to do an "offline deployment" with this 
version. It says the "--ansible-extra-vars" option is invalid. I tried doing a 
regular deployment but it tries downloading from the oVirt repo:

[ INFO ] TASK [ovirt.hosted_enging_setup : Install ovirt-engine-appliance rpm]
[ ERROR ] fatal: [localhost]: FAILED! => ["attempts": 10, "changed": false, 
"msg": "Failure talking to yum: cannot retrieve metalink for repository: 
ovirt-4.3-epel/x86_64. Please verify its path and try again"}

I can bring over a mirror of the ovirt-4.3 repo. I also see that there's some 
other repos in the "ovirt-4.3-dependencies.repo" file. Are those required for 
deploying the hosted engine VM as well? Or does anyone know if there's a way to 
do this deployment completely offline?

Thank you for your time.
___
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/GDWCIZ3X3OKE4WXCWUNKQVG7GOVP5AW4/
  
___
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/UXYHDSSE6OOVC2BLF3HIQZSZW5Q2U7GO/