When I rapid clone from template, RCU places all vmdk's in a single location. for example:
template is setup as follows (for smvi)
vm config files: LUN: "datastore1"
vm vmdk1 file: LUN: "datastore1"
vm vmdk2 file: LUN: "datastore1swap" (independent persistent)
During cloning, I select advanced and ensure all files are kept on the same datastores listed above. final result:
vm config files: LUN: "datastore1"
vm vmdk1 file: LUN: "datastore1swap"
vm vmdk2 file: LUN: "datastore1swap"
If I do a regular deploy from template, the target clone is configured correctly (vmdks in the right location. Now I have to figure out a way to move vmdk1 back to datastore1, which renders the whole rapid cloning useless.
I guess one solution would be to remove the vmdk2 file from the original template, re-rapid-clone the template, and then individually add 5/10g independent vmdks to each vm for guest swap.
Anyone know why RCU works this way? is this intended?
-Ed