<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 19, 2018, 00:27 Stefan Hajnoczi <<a href="mailto:stefanha@redhat.com">stefanha@redhat.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Dec 18, 2018 at 12:07:32AM +0800, Tao Peng wrote:<br>
> On Tue, Dec 11, 2018 at 3:25 AM Stefan Hajnoczi <<a href="mailto:stefanha@redhat.com" target="_blank" rel="noreferrer">stefanha@redhat.com</a>> wrote:<br>
> ><br>
> > Dear Kata Containers Community,<br>
> > I'm delighted to announce the first release of virtio-fs, a new shared<br>
> > file system for virtual machines that is designed for container use<br>
> > cases, including shared volumes.<br>
> <br>
> One more question, is there plan to support hotplug a virtio-fs device<br>
> to the guest? Or is it already supported?<br>
<br>
Yes, hotplug is planned.  It's not tested yet but may already work at<br>
the QEMU level.<br>
<br>
How would you like to use hotplug at the Kata level?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">With 9pfs, we configure a specified shared dir for virtfs and bind the files/dirs we want to share in the specified one. And we can't turn it off even if we have nothing to share in one pod, which may imply some security risks. The reason behind the activity is that 9pfs doesn't support hotplug, on the other hand, we hotplug the block devices.</div><div dir="auto"><br></div><div dir="auto">Then if virtio-fs support hotplug, we may hotplug any dirs we want to share with the guest instead of bind mount them to such a indirect places.</div><div dir="auto"><br></div><div dir="auto">However, the bind mount operation should be much faster than a hotplug attempt. We still need to make trade-off to use hotplug or keep the current 9p-like sharing configuration.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Stefan<br>
_______________________________________________<br>
kata-dev mailing list<br>
<a href="mailto:kata-dev@lists.katacontainers.io" target="_blank" rel="noreferrer">kata-dev@lists.katacontainers.io</a><br>
<a href="http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev" rel="noreferrer noreferrer" target="_blank">http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev</a><br>
</blockquote></div></div></div>