All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] False error message when DAX cache is disabled
@ 2019-10-24  9:05 misono.tomohiro
  2019-10-24 17:13 ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 4+ messages in thread
From: misono.tomohiro @ 2019-10-24  9:05 UTC (permalink / raw)
  To: virtio-fs@redhat.com

Hi,

I'm testing virtiofs on ARM enviroment.
Since current ARM does not support DAX, I use cache-size=0 for vhost-user-fs-pci parameter.

This results in the following error message during unmount:
```
vhost_user_fs_slave_unmap: unmap when DAX cache not present
lo_destroy: unmap during destroy failed
```

This is because lo_destroy() always calls fuse_virtio_unmap().
So, I want to fix this by not calling fuse_virtio_unmap() when cache is not used,
but is there any good way for virtiofsd to know vhost-user's cahce-size?

Thanks.
Misono


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-25 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-24  9:05 [Virtio-fs] False error message when DAX cache is disabled misono.tomohiro
2019-10-24 17:13 ` Dr. David Alan Gilbert
2019-10-25 10:00   ` misono.tomohiro
2019-10-25 10:41     ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.