Hello,
There are many unknowns at play here but here's a stab at it:
- Any object over the max component size of 255GB gets striped automatically, however this does not always place components as sensibly as striping as a result of a Rule in a Storage Policy applied to this Object.
So if you have a FTT=1 1.5TB vmdk (I assume there is boot/OS+ at least one data disk but let's assume just one as you did not specify), this Object will be striped into a minimum of 12 ~250GB components (6+6 on 2 hosts). However if this is 'force-striped' (due to Object size) it *may* clump multiple components on single capacity drives, but when you apply striping in a Storage Policy, this will aim to stripe the components across as many different disks as it can (which will likely improve performance). So basically if you know something is going to get striped (by its size), you might as well apply a higher SW policy accordingly.
- Are you trying to clone this large VM while doing synchronous snapshot-based backups of a ton of VMs?
If so, then avoid this time-frame to get a better metric of whether this is 'slow' or not, depending on the VMs loads and numbers, this back-up activity can generate a ton of IO.
- But back to your question regarding would throttling IO of these Objects reduce their impact:
If this is what is actually causing sluggishness in the environment then sure, this may reduce the impact as the read IOPS for the clone job would be throttled (provided you limited it enough).
(This will of course make this job even slower again so it may be a 'speed or stability, pick one' situation)
A few other relevant questions:
Is this VM operational or just used to clone off?
What kind of Application and does it require high IO?
How often is it cloned?
Are you *POSITIVE* the resulting clone isn't being created as Thick? (check via RVC using vsan.vm_object_info <vm> and look for ProportionalCapacity = 100, if it is then maybe you are cloning 3TB instead of 200GB)
Are there any other possible problems in the environment? (E.g.: using SATA and/or small SSDs for cache and/or have a terrible cache:cap ratio)
Bob
-o- If you found this comment useful or answer please select as 'Answer' and/or click the 'Helpful' button, please ask follow-up questions if you have any -o-