Nomecks@lemmy.catoSelfhosted@lemmy.world•Exposing a iscsi disk to vm in lan (good practices)English
2·
8 months agoDon’t present LUNs to VMs is the best practice. The only time you should do it is if you’re absolutely forced because you’re doing something that doesn’t support better shared disk options.
The problem with external LUNs is that they’re out of the control of the hypervisor. You can run into situations where migration events can cause access issues. If you can have the data presented through the hypervisor it will lead to less potential issues. Using object or NFS are also good options, if available.