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

View File

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