Runtime environment #79
-
|
Dear developers, I found that bit of code here and it seems to be hardcoded: migratekit/internal/openstack/util.go Line 20 in a1bc82e I'd ideally like to run it on some machine that can reach both OpenStack and VMware. Is that supported? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Migrator VM must be running on Openstack and "I'd ideally like to run it on some machine that can reach both OpenStack and VMware. Is that supported?" - Migrator VM have to have access to VMware env. |
Beta Was this translation helpful? Give feedback.
-
|
The reason its this way is because we can create a Cinder volume and attach and copy to it and then move it to the target system. There is no other way other than this. If we take another approach then we need the thing to run as admin and have access to the storage backend and implement ability to mount all sorts of backend. |
Beta Was this translation helpful? Give feedback.
The reason its this way is because we can create a Cinder volume and attach and copy to it and then move it to the target system.
There is no other way other than this. If we take another approach then we need the thing to run as admin and have access to the storage backend and implement ability to mount all sorts of backend.