Thanks Mario,
I'm just a bit worried about the consistency of the replicated VM data.
Apparently the aynchronous replication we would like to use works as follows:
- a point-in-time snapshot of the primary lun is taken (by the storage controller)
- this point-in-time snapshot is replicated to the secondary (replicated) lun at the other site.
- after replication is complete, a snapshot of the secondary lun is made as well to make sure
you can return to a consistent snapshot in case the next replication would be abruptly terminated.
however, my concern is the following:
when the snapshot is taken on the primary volume (when replication starts),
this is a snapshot initiated by the storage box, but I don't think this snapshot is vmware-aware.
Shouldn't there be some kind of plugin that would be installed in vcenter that takes a snapshot of the VMs at VMware level too and coordinate this with the storage box to make sure the snapshot made for replication is consistent and that the replicated VMs will be usable ?
This is how it works for our netapp enviuronments, with some netapp vcenter plugin.
I've been taking a look into the documentation of Hitachi's extended truecopy but I didn't find any reference to a plugin for Vcenter yet that does this.