Merge pull request #3669 from fidencio/wip/virtiofsd-use-announce-submounts

virtiofsd: Use "-o announce_submounts"
This commit is contained in:
Fabiano Fidêncio 2022-02-16 16:43:18 +01:00 committed by GitHub
commit be2e90469a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ DEFVIRTIOFSCACHE ?= auto
#
# see `virtiofsd -h` for possible options.
# Make sure you quote args.
DEFVIRTIOFSEXTRAARGS ?= [\"--thread-pool-size=1\"]
DEFVIRTIOFSEXTRAARGS ?= [\"--thread-pool-size=1\", \"-o\", \"announce_submounts\"]
DEFENABLEIOTHREADS := false
DEFENABLEVHOSTUSERSTORE := false
DEFVHOSTUSERSTOREPATH := $(PKGRUNDIR)/vhost-user