Module: OsCtl::ExportFS::RunState

Defined in:
lib/osctl/exportfs/runstate.rb

Constant Summary collapse

DIR =

Root directory for osctl-exportfs

'/run/osctl/exportfs'
RUNSVDIR =

Directory that the host’s runsvdir is run with, used for NFS server services

File.join(DIR, 'runsvdir')
CURRENT_SERVER =

Directory with the current server, available only in the server namespace

File.join(DIR, 'current-server')
SERVERS =

Directory with all servers, available only in the host namespace

File.join(DIR, 'servers')
ROOTFS =

Directory where each servers’ rootfs is prepared, always empty on the host

File.join(DIR, 'rootfs')