created exports with template

This commit is contained in:
Christian Goll
2022-02-15 11:47:10 +01:00
committed by jcsiadal
parent ad45200f7a
commit afc94ebd42
3 changed files with 28 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ type NfsConf struct {
type NfsExportConf struct {
Path string `yaml:"path"`
ExportOptions string `default:"rw,sync" yaml:"export options"`
ExportOptions string `default:"rw,sync,no_subtree_check" yaml:"export options"`
MountOptions string `default:"defaults" yaml:"mount options"`
Mount bool `default:"true" yaml:"mount"`
}