Allow to specify additional NFS mount options

This commit is contained in:
Vitaliy Filippov
2024-03-16 13:24:36 +03:00
parent 44bf0f16ee
commit 7b12342933
2 changed files with 33 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
std::string pidfile;
bool exit_on_umount = false;
std::string mountpoint;
std::string mountopts;
std::string fsname;
int active_connections = 0;