rm WWROOT from NFS export defaults

Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
This commit is contained in:
jcsiadal
2021-12-30 02:06:09 +00:00
parent 05e31203b3
commit 7cf6b7155c

View File

@@ -31,9 +31,7 @@ func defaultConfig() *ControllerConf {
}
Nfs := &NfsConf{
Enabled: true,
Exports: []string{"/home",
defaultDataStore,
},
Exports: []string{"/home",},
SystemdName: "nfs-server",
}