|
|
|
|
|
by benlwalker
1408 days ago
|
|
For me, the killer use case for this is presenting logical volumes to containers. There just has not been an efficient mechanism for a local storage service in one container to serve logical volumes to another container on the same system until this. For VMs there is virtio/vfio-user, but for containers the highest performing option until this was NVMe-oF/TCP loopback. Basically, you can implement a virtual SAN for containers efficiently with this. |
|
[1] https://github.com/NetApp/trident