|
|
|
|
|
by koverstreet
3397 days ago
|
|
v9fs has some major advantages - the protocol is much simpler and more lightweight, which makes accelerating it over virtio much more tractable and effective. And it's nicely integrated into qemu so you don't need to bother with setting up a server. Really, it's not competing with NFS/SMB, it's just aimed at fast passthrough for local filesystems. However, having read a decent amount of the code myself, it is pretty crappy/sketchy. However, it's not a lot of code and the basic idea is sound and the protocol is simple and well designed, it really wouldn't take someone with the right skills long to rototill it and make some drastic improvements (there's performance gains to be had in there, too). |
|