The data can be exe files, lots of code, images, videos, documents, etc.
I used to use an SMB share with my data stored on a NAS VM, but it raised quite a few problems like network bottle neck, security alert, etc.
Here is what I want to achieve:
Is there a more efficient way to achieve this?
I was thinking of:
I used to use an SMB share with my data stored on a NAS VM, but it raised quite a few problems like network bottle neck, security alert, etc.
Here is what I want to achieve:
- Share work data between Windows ESXi VMs.
- Multiple machines can read/write data (worst case is at the same time)
- Utilize the highest speed of the SSD
Is there a more efficient way to achieve this?
I was thinking of:
- Share VMDK disk with multiple VMs (Adding VMDK Disk Across ESXi Guest Machines - OES Cluster Services Implementation Guide for VMware (microfocus.com) )
- Or passthrough the disk to a Windows machine, and SMB shares it with other machines