rm WWROOT from NFS export defaults
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
This commit is contained in:
@@ -31,9 +31,7 @@ func defaultConfig() *ControllerConf {
|
||||
}
|
||||
Nfs := &NfsConf{
|
||||
Enabled: true,
|
||||
Exports: []string{"/home",
|
||||
defaultDataStore,
|
||||
},
|
||||
Exports: []string{"/home",},
|
||||
SystemdName: "nfs-server",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user