Migration of VMs with RDM Datastores from vCenter/ESXi to OpenStack #271
Replies: 2 comments 1 reply
-
|
Some thoughts on the questions
|
Beta Was this translation helpful? Give feedback.
-
Disk types for RDMVMware presents the adapters available on the host to be added as raw disks. These can be SATA adapters, Fibre Channel HBAs, or iSCSI endpoints. In the case of FC and iSCSI the LUNs are made available to the VMs. References: Characteristics of Raw Device Mapping in vSphere, Introduction to Raw Device Mapping in vSphere, VMware vSphere VMFS Importing RDM disks into OpenStackTough Cinder doesn't seem to have a generic FC/iSCSI driver, it does have vendor specific drivers for wide range of storage arrays. These drivers take care of creating the LUN and making it available to VMs when a volume is created in OpenStack. Examples: Cinder has zonemanager drivers which take care of setting up target-initiator zones created/updated when the volume is going to be attached to a host. Then Nova is responsible for finding the respective LUN on the host and making it available to the VM, and configuring libvirt XML etc. It has support for multipath as well. Reference: connect_volume from os_brick/initiator/connectors/fibre_channel.py Cinder manageCinder supports importing volumes from the storage system which are not managed by it. This Reference: ManageableVD class from User inputs?Haven't thought through about this just yet. But once vJailbreak scans for VMs:
Limitations/requirements
Open questions
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
The migration of virtual machines (VMs) from vCenter/ESXi to OpenStack presents a significant challenge, especially when those VMs are backed by Raw Device Mapping (RDM) datastores. RDMs are commonly used in VMware environments to provide direct access to physical storage devices, which are either virtual RDMs (VMDKs mapped directly to LUNs) or physical RDMs (direct access to raw block devices on the storage). These setups have specific requirements when migrating to a cloud infrastructure like OpenStack, and careful consideration must be given to the migration strategy.
Key Considerations:
Type of RDM Setup: Virtual vs Physical RDM
Migration Strategies:
Considerations for OpenStack Compatibility:
More to Discuss
Beta Was this translation helpful? Give feedback.
All reactions