From: Gandalf C. <gan...@gm...> - 2018-05-22 09:07:32
|
Il giorno mar 22 mag 2018 alle ore 08:05 Jakub Kruszona-Zawadzki < jak...@ge...> ha scritto: > I've checked qemu today - there is no such thing as "qemu driver". They have support for glusterfs - but this is part of qemu code. > I probably could write similar code for qemu to integrate qemu with MFS, but I'm not sure if it would be accepted by qemu programmers. I don't see any reasons why they won't accept your qemu block driver. They have tons of block drivers, even for software with much less features than MooseFS, like sheepdog. Yes, qemu doesn't have "loadable modules", every block driver is compiled directly, but I'm sure that if you make a pull-request on latest master, they will accept. |