When setting up a clone, the VLV indexes are added before the data is
replicated. This results in errors in adding the VLV indexes because
the entries that the VLV indexes depend on do not yet exist.
This patch re-orders the sequence of operations. Tested with IPA
cloning - errors no longer occur.
Please review.
Ade