New Question

Nashwan Azhari's profile - activity

2023-07-11 15:54:55 +0200 answered a question bugs for coriolis source code

my python version is 2.7.5 Please note that Coriolis was built to run on Python 3.4+ only, and no testing/integrati

2023-07-11 15:44:39 +0200 answered a question Azure Metadata Service fails on finding ovf-env.xml

first creating a vm from a 1909 Azure base image Please note that 19.09 is out of service on both the Client and Se

2023-07-11 15:03:11 +0200 edited answer Facing issue with cloudbase in Azure deployment

Hello, and thanks for running Cloudbase-init! The error would indicate that Azure did not set up any metadata sources f

2023-07-11 14:53:13 +0200 edited answer Facing issue with cloudbase in Azure deployment

Hello, and thanks for running Cloudbase-init! The error would indicate that Azure did not set up any metadata sources f

2023-07-11 13:19:06 +0200 edited answer Facing issue with cloudbase in Azure deployment

Hello, and thanks for running Cloudbase-init! The error would indicate that Azure did not set up any metadata sources f

2023-07-11 13:08:26 +0200 answered a question Facing issue with cloudbase in Azure deployment

Hello, and thanks for running Cloudbase-init! The error would indicate that Azure did not set up any metadata sources f

2022-01-14 16:37:37 +0200 answered a question How to practice cloud migration open source in Github?

Hello, and glad to hear of your interest in the Cloud Computing space! A full Coriolis deployment is relatively hard to

2020-11-05 18:06:10 +0200 edited answer Can coriolis migrate from straight baremetal virtual machine to openstack?

Hello, and thank you for your inquiry! Coriolis can only currently migrate/perform DR between platforms which offer som

2020-11-05 17:37:55 +0200 answered a question Can coriolis migrate from straight baremetal virtual machine to openstack?

Hello, and thank you for your inquiry! Coriolis can only currently migrate/perform DR between platforms which offer som

2020-08-11 16:22:03 +0200 answered a question Coriolis cloud endpoint validation failing

Hello, This question looks like a duplicate of this one. If possible, I'd recommend we keep all discussions related to

2020-08-11 16:17:43 +0200 answered a question Coriolis Openstack cloud endpoint validation failing

Hello, and thank you for your question! During OpenStack endpoint validation, the Coriolis installation will attempt to

2020-01-30 21:47:43 +0200 answered a question does coriolis support vm migration from openstack to vmware?

Hello, and thanks for reaching out to us! Although Coriolis already ships with a plugin for using OpenStack as a source

2018-12-11 00:43:16 +0200 edited answer Coriolis - Do we have Coriolis appliance for VMWARE?

Hello, and thanks a lot for reaching out to us! We do offer free trial appliance images with all the Coriolis component

2018-12-11 00:42:59 +0200 answered a question Coriolis - Do we have Coriolis appliance for VMWARE?

Hello, and thanks a lot for reaching out to us! We do offer a free trial appliance images with all the Coriolis compone

2017-12-18 17:34:28 +0200 received badge  Editor (source)
2017-12-18 17:34:28 +0200 edited answer Is it Possible to Migrate Vm's from Openstack to Azure cloud Using Coriolis Cloud Migration Service ?

Hello, and thank you for your inquiry. Yes, Coriolis supports both Cloud Migration and Disaster Recovery as a Service (

2017-12-18 17:33:25 +0200 answered a question Is it Possible to Migrate Vm's from Openstack to Azure cloud Using Coriolis Cloud Migration Service ?

Hello, and thank you for your inquiry. Yes, Coriolis supports both Cloud Migration and Disaster Recovery as a Service (

2016-06-16 01:15:35 +0200 answered a question How to use coriolis Cloud Migration as a Service

Hello Hamza,

If you meant to ask how to run Coriolis migrations; for the moment the best way to do it is through the command line client you can find on pypi here along with usage examples (we do currently have a web UI in the works but for now the command line client is your best bet).

If you meant to ask how to setup a Coriolis appliance for testing, I recommend using devstack on an Ubuntu 14.04 with the local.conf and the post-install script you may find on our Coriolis helpers repository here.

Hope this helped, Nashwan.

2016-05-30 05:32:16 +0200 answered a question Migration of vAppliances and theire dependencies

Hello there,

Coriolis' main purpose is to migrate virtual machines, and as such its API is geared towards operations on the vm level as seen in the demo videos. However, it does also bring any relevant resources directly attached to the virtual machine along with it (ex: it tries to best recreate the network topology the VM was in, add devices such as CD-ROMS, USBs etc..).

That being said, and coupled with the 'coordinated migrations' Coriolis does, it should be more that straightforward to just ask for all the VM's you need to be migrated in part.

As for rollbacks; Coriolis does NOT delete or modify any of the items on the source cloud at all by default (note that VM downtime may be necessary on some platforms though (for example on ESXi exporting a VM requires the machine to be powered off)), but Coriolis restarts them ASAP to keep lost time at a minimum. As such, there is no real need for a rollback mechanism as nothing would require it.

The 'validation' part is a bit trickier... Coriolis DOES indeed validate the instance has been migrated successfully (i.e. if they have booted properly on the destination cloud and are up and running), but it cannot reason about whether or not the application(s) running on that VM have started as expected, which is left to the VM owner(s) to determine (which could be done programmatically, but is sadly too application-specific to be within Coriolis' scope).

Hope this helped, Nashwan.