I am trying to get vVol Replication to work on our 2 3PAR 8200 Storage arrays.
I have created a Storage Container on both arrays and I can use vVols just fine when I don't have replication in my vCenter storage policy.
However, as soon as I provide the replication settings, vcenter fails to create or migrate machines to my vVol Datasore. The vvold.log on my esx host says the following:
Code: Select all
2021-09-25T12:37:32.656Z error vvold[2416874] [Originator@6876 sub=Default] VasaOp::IsSuccessful [#7039]: createVirtualVolume transient failure: 21 (INVALID_PROFILE / Invalid profile : Replication target not found / )
2021-09-25T12:37:32.656Z error vvold[2416874] [Originator@6876 sub=Default] VasaOp[#7039] ===> FINAL FAILURE createVirtualVolume, error (INVALID_PROFILE / Invalid profile : Replication target not found / ) VP (3PAR01 VASA) Container (69003f7f-512a-4b42-8480-d6d41e3b27e8) timeElapsed=431 msecs (#outstanding 0)
2021-09-25T12:45:30.777Z error vvold[2416866] [Originator@6876 sub=Default] VasaOp::IsSuccessful [#7098]: createVirtualVolume transient failure: 21 (INVALID_PROFILE / Invalid profile : Replication target not found / )
2021-09-25T12:45:30.777Z error vvold[2416866] [Originator@6876 sub=Default] VasaOp[#7098] ===> FINAL FAILURE createVirtualVolume, error (INVALID_PROFILE / Invalid profile : Replication target not found / ) VP (3PAR01 VASA) Container (69003f7f-512a-4b42-8480-d6d41e3b27e8) timeElapsed=381 msecs (#outstanding 0)
I have setup my containers and such according to the HPE whitepaper found here:
https://www.hpe.com/psnow/doc/a00008302enw
Am I missing something? Also, when I provide the setting for the replication Mode (I can only choose Periodic), my Datastores show up as "Incompatible".
Thank you for any advice!