Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDM disk support #125

Open
jeremymv2 opened this issue Dec 23, 2024 · 3 comments
Open

RDM disk support #125

jeremymv2 opened this issue Dec 23, 2024 · 3 comments

Comments

@jeremymv2
Copy link
Collaborator

Raw device mapping disks need to be supported. The challenge with these is they do not support change block tracking or snapshots.

A VMware Raw Device Mapping (RDM) disk is a mapping file that allows a virtual machine (VM) to directly access a storage logical unit number (LUN) on a physical storage subsystem. This bypasses VMware's default storage management interface, VMFS, and allows the VM to access the storage device directly.

@roopakparikh
Copy link

What kind of LUNs are these FibreChannel or iSCSI ?

@roopakparikh
Copy link

roopakparikh commented Dec 23, 2024

Since its is a LUN mapping, why can't we move the LUN to map to the OpenStack VM directly (assuming there is a way to do taht) instead of converting it ? I assume it would show up as a voume in the OpenStack or can be converted to a Voume. The only question to be aware of are the zoning configuration, in which case we will need to work with the storage admin to make sure the destination host is open to connect to the right WWPN

@jeremymv2
Copy link
Collaborator Author

What kind of LUNs are these FibreChannel or iSCSI ?

The use case we have identified immediately on hand is all FC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants