[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Joseph Goldman
So far for me - vProtect has been the easiest and most seamless to use, 
along with having some other handy 'included' features (like the 
application backup) and having a central server with remote nodes so you 
can have one management server for multiple DC / Cluster environments. 
Still uses snapshots and whatnot but does decent job at incremental and 
once oVirt supports CBT im sure vProtect will jump straight on it for 
better incremental with consolidation etc akin to big enterprise backup 
like Veeam.


On 20/1/20 4:38 am, Jayme wrote:
The biggest problem with these tools is that they are very 
inefficient.  To work they snapshot the VM then clone the snapshot 
into a new VM, back it up then delete.  This takes a lot of space and 
time.


vProtect and some other enterprise backup software snapshot the VM and 
stream the snapshot from the API without needing to clone or using a 
proxy VM.  The new version of vProtect even bypasses the API (because 
it's slow) and now supports streaming over SSH directly from the 
host.  This is the ideal solution for oVirt VM backups imo, but I 
don't know if any free tool exists that can offer the same functionality.


On Sun, Jan 19, 2020 at 1:03 PM Torsten Stolpmann 
mailto:torsten.stolpm...@verit.de>> wrote:


I am still using https://github.com/wefixit-AT/oVirtBackup but since
support for the v3 API will be removed with oVirt 4.4 it will stop
working with this release. For this reason I can no longer
recommend it
but it served me well the past few years.

There is also https://github.com/jb-alvarado/ovirt-vm-backup which
has
similar functionality but I have yet no first-hand experience with
this.

Hope this helps.

Torsten

On 19.01.2020 10:05, Nazan CENGİZ wrote:
> Hi all,
>
>
> I want to back up Ovirt for free. Is there a script, project or
tool
> that you can recommend for this?
>
>
> Is there a project that you can test, both backup and restore
process
> can work properly?
>
>
> Best Regards,
>
> Nazan.
>
>
>
> 
> **Nazan CENGİZ
> AR-GE MÜHENDİSİ
> Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
>       +90 312 219 57 87               +90 312 219 57 97
>
> YASAL UYARI: Bu elektronik posta işbu linki kullanarak
ulaşabileceğiniz
> Koşul ve Şartlar dokümanına tabidir.
> 
> LEGAL NOTICE: This e-mail is subject to the Terms and Conditions
> document which can be accessed with this link.
> 
>       Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız /
Please
> consider the environment before printing this email
>
>
>
> ___
> 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/G56O76VB5WO3MV2URL4OH3KNZMQRSKU4/
>
___
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/2LGGH7UEC3RBNELT57YF7255FYORSMGZ/


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


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


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Torsten Stolpmann
Well there is also https://github.com/vacosta94/VirtBKP (See 
http://blog.infratic.com/create-ovirtrhevs-vm-backup/) which is taking 
an image based approach which I assume might be faster.


Again, I have not tried it myself.

I personally prefer to have an easy to restore VM on the export storage 
to restore from, so I stick to the tools mentioned before.


But yes, the process takes a lot of space and time and your mileage may 
vary.



On 19.01.2020 19:11, Strahil Nikolov wrote:

That's what VEPA Backup is also doing and is widely used in the Enterprise.
It depends of the type of storage you use. For example , file-based 
storage (NFS, Gluster) is easy - you can just copy the snapshot and then 
delete.


Yet , for block-based storage the only working solution I have seen to 
be working properly is the snapshot (VEPA backup) or it's clone to be 
presented to a VM for accessing it.
I don't know about this vProtect , but ssh cannot be faster than a tar 
over a tape or other media.


Of course, storage-based snapshots are the fastest , but they also 
require space.


Best Regards,
Strahil Nikolov

В неделя, 19 януари 2020 г., 19:40:05 ч. Гринуич+2, Jayme 
 написа:



The biggest problem with these tools is that they are very inefficient.  
To work they snapshot the VM then clone the snapshot into a new VM, back 
it up then delete.  This takes a lot of space and time.


vProtect and some other enterprise backup software snapshot the VM and 
stream the snapshot from the API without needing to clone or using a 
proxy VM.  The new version of vProtect even bypasses the API (because 
it's slow) and now supports streaming over SSH directly from the host.  
This is the ideal solution for oVirt VM backups imo, but I don't know if 
any free tool exists that can offer the same functionality.


On Sun, Jan 19, 2020 at 1:03 PM Torsten Stolpmann 
mailto:torsten.stolpm...@verit.de>> wrote:


I am still using https://github.com/wefixit-AT/oVirtBackup but since
support for the v3 API will be removed with oVirt 4.4 it will stop
working with this release. For this reason I can no longer recommend it
but it served me well the past few years.

There is also https://github.com/jb-alvarado/ovirt-vm-backup which has
similar functionality but I have yet no first-hand experience with this.

Hope this helps.

Torsten

On 19.01.2020 10:05, Nazan CENGİZ wrote:
 > Hi all,
 >
 >
 > I want to back up Ovirt for free. Is there a script, project or tool
 > that you can recommend for this?
 >
 >
 > Is there a project that you can test, both backup and restore
process
 > can work properly?
 >
 >
 > Best Regards,
 >
 > Nazan.
 >
 >
 >
 > 
 > **Nazan CENGİZ
 > AR-GE MÜHENDİSİ
 > Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
 >       +90 312 219 57 87               +90 312 219 57 97
 >
 > YASAL UYARI: Bu elektronik posta işbu linki kullanarak
ulaşabileceğiniz
 > Koşul ve Şartlar dokümanına tabidir.
 > 
 > LEGAL NOTICE: This e-mail is subject to the Terms and Conditions
 > document which can be accessed with this link.
 > 
 >       Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız /
Please
 > consider the environment before printing this email
 >
 >
 >
 > ___
 > 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/G56O76VB5WO3MV2URL4OH3KNZMQRSKU4/
 >
___
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/2LGGH7UEC3RBNELT57YF7255FYORSMGZ/

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


[ovirt-users] Re: Import an exported VM using Ansible

2020-01-19 Thread Paolo Airaldi
Thanks for your reply Michal.

I saw the python examples and I spent a lot of time to figure out how to 
convert in an Ansible module, Please forgive my ignorance, but my developer 
knowledge is too low and I'm not able to do that.

My questions are:
- Is there a module to insert in an ansible playbook to do the import?
- can you please provide some more detail on how to manage python with ansible?

Any hint will be really appreciated. Thank you in advance!

Paolo
___
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/37CGMBWYPBPQIJYEV7WQ4C2CV3XP7RJM/


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Strahil Nikolov
 That's what VEPA Backup is also doing and is widely used in the Enterprise.It 
depends of the type of storage you use. For example , file-based storage (NFS, 
Gluster) is easy - you can just copy the snapshot and then delete.
Yet , for block-based storage the only working solution I have seen to be 
working properly is the snapshot (VEPA backup) or it's clone to be presented to 
a VM for accessing it.I don't know about this vProtect , but ssh cannot be 
faster than a tar over a tape or other media.
Of course, storage-based snapshots are the fastest , but they also require 
space. 
Best Regards,Strahil Nikolov
В неделя, 19 януари 2020 г., 19:40:05 ч. Гринуич+2, Jayme 
 написа:  
 
 The biggest problem with these tools is that they are very inefficient.  To 
work they snapshot the VM then clone the snapshot into a new VM, back it up 
then delete.  This takes a lot of space and time. 
vProtect and some other enterprise backup software snapshot the VM and stream 
the snapshot from the API without needing to clone or using a proxy VM.  The 
new version of vProtect even bypasses the API (because it's slow) and now 
supports streaming over SSH directly from the host.  This is the ideal solution 
for oVirt VM backups imo, but I don't know if any free tool exists that can 
offer the same functionality.
On Sun, Jan 19, 2020 at 1:03 PM Torsten Stolpmann  
wrote:

I am still using https://github.com/wefixit-AT/oVirtBackup but since 
support for the v3 API will be removed with oVirt 4.4 it will stop 
working with this release. For this reason I can no longer recommend it 
but it served me well the past few years.

There is also https://github.com/jb-alvarado/ovirt-vm-backup which has 
similar functionality but I have yet no first-hand experience with this.

Hope this helps.

Torsten

On 19.01.2020 10:05, Nazan CENGİZ wrote:
> Hi all,
> 
> 
> I want to back up Ovirt for free. Is there a script, project or tool 
> that you can recommend for this?
> 
> 
> Is there a project that you can test, both backup and restore process 
> can work properly?
> 
> 
> Best Regards,
> 
> Nazan.
> 
> 
> 
>           
> **Nazan CENGİZ
> AR-GE MÜHENDİSİ
> Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
>       +90 312 219 57 87               +90 312 219 57 97
> 
> YASAL UYARI: Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz 
> Koşul ve Şartlar dokümanına tabidir. 
> 
> LEGAL NOTICE: This e-mail is subject to the Terms and Conditions 
> document which can be accessed with this link. 
> 
>       Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please 
> consider the environment before printing this email
> 
> 
> 
> ___
> 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/G56O76VB5WO3MV2URL4OH3KNZMQRSKU4/
> 
___
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/2LGGH7UEC3RBNELT57YF7255FYORSMGZ/

___
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/H6JDPEBGWJY3KDRIKV2MJSJB64ZPZ3FS/
  ___
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/SWB4ZUQKDF2AHK4EWNEWKDIGX53ZBZSS/


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Jayme
The biggest problem with these tools is that they are very inefficient.  To
work they snapshot the VM then clone the snapshot into a new VM, back it up
then delete.  This takes a lot of space and time.

vProtect and some other enterprise backup software snapshot the VM and
stream the snapshot from the API without needing to clone or using a proxy
VM.  The new version of vProtect even bypasses the API (because it's slow)
and now supports streaming over SSH directly from the host.  This is the
ideal solution for oVirt VM backups imo, but I don't know if any free tool
exists that can offer the same functionality.

On Sun, Jan 19, 2020 at 1:03 PM Torsten Stolpmann <
torsten.stolpm...@verit.de> wrote:

> I am still using https://github.com/wefixit-AT/oVirtBackup but since
> support for the v3 API will be removed with oVirt 4.4 it will stop
> working with this release. For this reason I can no longer recommend it
> but it served me well the past few years.
>
> There is also https://github.com/jb-alvarado/ovirt-vm-backup which has
> similar functionality but I have yet no first-hand experience with this.
>
> Hope this helps.
>
> Torsten
>
> On 19.01.2020 10:05, Nazan CENGİZ wrote:
> > Hi all,
> >
> >
> > I want to back up Ovirt for free. Is there a script, project or tool
> > that you can recommend for this?
> >
> >
> > Is there a project that you can test, both backup and restore process
> > can work properly?
> >
> >
> > Best Regards,
> >
> > Nazan.
> >
> >
> >
> > 
> > **Nazan CENGİZ
> > AR-GE MÜHENDİSİ
> > Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
> >   +90 312 219 57 87   +90 312 219 57 97
> >
> > YASAL UYARI: Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz
> > Koşul ve Şartlar dokümanına tabidir.
> > 
> > LEGAL NOTICE: This e-mail is subject to the Terms and Conditions
> > document which can be accessed with this link.
> > 
> >   Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please
> > consider the environment before printing this email
> >
> >
> >
> > ___
> > 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/G56O76VB5WO3MV2URL4OH3KNZMQRSKU4/
> >
> ___
> 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/2LGGH7UEC3RBNELT57YF7255FYORSMGZ/
>
___
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/H6JDPEBGWJY3KDRIKV2MJSJB64ZPZ3FS/


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Torsten Stolpmann
I am still using https://github.com/wefixit-AT/oVirtBackup but since 
support for the v3 API will be removed with oVirt 4.4 it will stop 
working with this release. For this reason I can no longer recommend it 
but it served me well the past few years.


There is also https://github.com/jb-alvarado/ovirt-vm-backup which has 
similar functionality but I have yet no first-hand experience with this.


Hope this helps.

Torsten

On 19.01.2020 10:05, Nazan CENGİZ wrote:

Hi all,


I want to back up Ovirt for free. Is there a script, project or tool 
that you can recommend for this?



Is there a project that you can test, both backup and restore process 
can work properly?



Best Regards,

Nazan.



  
**Nazan CENGİZ
AR-GE MÜHENDİSİ
Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
+90 312 219 57 87   +90 312 219 57 97

YASAL UYARI: Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz 
Koşul ve Şartlar dokümanına tabidir. 

LEGAL NOTICE: This e-mail is subject to the Terms and Conditions 
document which can be accessed with this link. 

	Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please 
consider the environment before printing this email




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


___
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/2LGGH7UEC3RBNELT57YF7255FYORSMGZ/


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Strahil Nikolov
 Hi Nazan,there is a ovirt HostedEngine backup tool , for everything else you 
have to use external products or your own scripts.
Best Regards,Strahil Nikolov
В неделя, 19 януари 2020 г., 13:01:00 ч. Гринуич+2, Jayme 
 написа:  
 
 Good backup products for ovirt seem hard to come by. If you want to backup 10 
or less vms I’d recommend vprotect as it’s free. It works great but it’s costly 
for a license above 10 vms. 
On Sun, Jan 19, 2020 at 5:08 AM Nazan CENGİZ  
wrote:


Hi all,




I want to back up Ovirt for free. Is there a script, project or tool that you 
can recommend for this?





Is there a project that you can test, both backup and restore process can work 
properly?





Best Regards,

Nazan.



|  |  | 
| Nazan CENGİZ
AR-GE MÜHENDİSİ |
| Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE |
| 
|  | +90 312 219 57 87  |  | +90 312 219 57 97  |

 |

 |
|  |
| YASAL UYARI:Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz Koşul 
ve Şartlar dokümanına tabidir. |
| LEGAL NOTICE:This e-mail is subject to the Terms and Conditions document 
which can be accessed with this link. 
 |
| 
|  | Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please consider 
the environment before printing this email |

 |


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

___
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/I7T4CRXPR4EJ2CNFKF6E23YZB2SFZSGS/
  ___
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/YTCS355TOKK73ZYM4QL6PKPV7ZOKZTPY/


[ovirt-users] Re: Ovirt backup

2020-01-19 Thread Jayme
Good backup products for ovirt seem hard to come by. If you want to backup
10 or less vms I’d recommend vprotect as it’s free. It works great but it’s
costly for a license above 10 vms.

On Sun, Jan 19, 2020 at 5:08 AM Nazan CENGİZ 
wrote:

> Hi all,
>
>
> I want to back up Ovirt for free. Is there a script, project or tool that
> you can recommend for this?
>
>
> Is there a project that you can test, both backup and restore process can
> work properly?
>
>
> Best Regards,
>
> Nazan.
>
>
> 
> Nazan CENGİZ
> AR-GE MÜHENDİSİ
> Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
> 
> +90 312 219 57 87 +90 312 219 57 97
> YASAL UYARI: Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz
> Koşul ve Şartlar dokümanına tabidir.
> 
> LEGAL NOTICE: This e-mail is subject to the Terms and Conditions
> document which can be accessed with this link.
> 
> Lütfen gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please consider
> the environment before printing this email
> ___
> 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/G56O76VB5WO3MV2URL4OH3KNZMQRSKU4/
>
___
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/I7T4CRXPR4EJ2CNFKF6E23YZB2SFZSGS/


[ovirt-users] Ovirt backup

2020-01-19 Thread Nazan CENGİZ
Hi all,


I want to back up Ovirt for free. Is there a script, project or tool that you 
can recommend for this?


Is there a project that you can test, both backup and restore process can work 
properly?


Best Regards,

Nazan.


[cid:image635035.PNG@c85af1f5.4398eec0] 
[cid:image1b01e4.JPG@3906782d.46addbb9]
Nazan CENGİZ
AR-GE MÜHENDİSİ
Mustafa Kemal Mahallesi 2120 Cad. No:39 06510 Çankaya Ankara TÜRKİYE
[cid:imagebfc2cf.PNG@f8421962.4190403c] +90 312 219 57 87   
[cid:imageedc33b.PNG@1c7f852f.478fd74c] +90 312 219 57 97


[cid:image1e4b47.JPG@66431552.499ea47a]
YASAL UYARI: Bu elektronik posta işbu linki kullanarak ulaşabileceğiniz Koşul 
ve Şartlar dokümanına tabidir. 

LEGAL NOTICE: This e-mail is subject to the Terms and Conditions document which 
can be accessed with this link. 


[http://www.havelsan.com.tr/Library/images/mail/email.jpg]  Lütfen 
gerekmedikçe bu sayfa ve eklerini yazdırmayınız / Please consider the 
environment before printing this email


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


[ovirt-users] VM Failover Scenario - automatically shutting down Test VM when failover for Prod VM is required

2020-01-19 Thread Martin Decker
Hello List,

I have a simple setup with 2 Compute Nodes to host 2 VMs: a PROD VM and a
TEST VM. The requirement is that if the compute node with the Prod VM
fails, the Prod VM should automatically migrate to the second compute node.
In order to maximize performance for the Prod VM, there should be no other
VMs running on the same compute node. This means that the Test VM should be
stopped before the Prod VM is started on the failover compute node.
I want to use 80-90% of the physical memory of the compute node for Prod
VM, therefore Prod VM can not be started due to lack of memory if Test VM
is not stopped up front.

Can this be implemented?

Best regards,
Martin
___
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/7IYMECG7DVMJB6RU6HZWILOZG3AFYHJB/