VMware Cloud Community
prashantbhushan
Contributor
Contributor

UNMAP multithreading

Hi,

I am looking for a powerCLI script to unmap 8 datastores in parallel with 200MB reclaim unit.

Anyone has suggestions on that?

Regards,

Prashant M Bhushan

2 Replies
LucD
Leadership
Leadership

I'm not sure this is possible, afaik this is a limitation of vSphere.

You could handle multiple ESXi nodes in parallel, but not multiple LUN on one ESXi node.

For parallelism the easiest option is to use the Start-Job cmdlet.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

prashantbhushan
Contributor
Contributor

Hi LucD,

Thanks for your reply.

Can we find any reference for this limitation? That would be very helpful

Regards,

Prashant M Bhushan

Reply
0 Kudos