Hi,
I'm currently implementing a Replication solution in our vSphere 5 environment and would like to be able to also replicate some VMs that currently use pRDMs. Since snapshots are a requirement, I know I need to change the corresponding pRDMs to vRDMs as described in http://kb.vmware.com/kb/1006599.
One reason for us to use pRDMs was the interchangeability with physical hosts. That is, if the VM goes down we could still present the important LUN to another (physical) host. And Scott Lowe's Book "Mastering VMware vSphere 5" states the following regarding the difference between pRDMs and vRDMs:
Another important use case of pRDMs is that they can be presented from a VM to a physical host interchangeably. This gives pRDMs a flexibility that isn't found with virtual mode RDMs or virtual disks.
However, I justed tested the interchangeability with a vRDM and found out that I can present a vRDM containing a NTFS parition to a physical host without any problems. Which in theory makes sense I guess, since both types of RDMs are - as far as I understand - just pointers to LUNs, with the difference that pRDMs submit all SCSI commands (with the exception of the REPORT LUNs command) to the device and vRDMs only submit the READ and WRITE commands to the device.
So is Scotts statement about vRDM interchangeability simply a small flaw in his book or am I missing something?
Thanks
Michael