Allow to auto-select and print the port

This commit is contained in:
Vitaliy Filippov
2024-12-14 16:55:13 +03:00
parent b856524e0c
commit 8a86c123c3
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
std::string default_pool;
std::string export_root;
bool portmap_enabled;
bool nfs_port_auto = false;
unsigned nfs_port = 0;
unsigned nfs_rdma_port = 0;
uint32_t nfs_rdma_credit = 16;