mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

diod is a multi-threaded, user space file server that speaks 9P2000.L protocol. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
--
|
|
-- /etc/diod.conf - config file for diod distributed I/O daemon
|
|
--
|
|
-- NOTE: This config file is a lua script that diod runs, then extracts
|
|
-- the value of certain globally defined variables. See diod.conf(5).
|
|
|
|
listen = { "0.0.0.0:564" }
|
|
nwthreads = 16
|
|
auth_required = 1
|
|
logdest = "syslog:daemon:err"
|
|
|
|
exports = { "/g/g0", "/g/g10" }
|
|
|
|
allsquash = 0
|
|
squashuser = "nobody"
|