Implement auto-unmount local NFS server mode for vitastor-nfs
This commit is contained in:
@@ -133,8 +133,6 @@ void disk_tool_simple_offsets(json11::Json cfg, bool json_output);
|
||||
uint64_t sscanf_json(const char *fmt, const json11::Json & str);
|
||||
void fromhexstr(const std::string & from, int bytes, uint8_t *to);
|
||||
std::string realpath_str(std::string path, bool nofail = true);
|
||||
std::string read_all_fd(int fd);
|
||||
std::string read_file(std::string file, bool allow_enoent = false);
|
||||
int disable_cache(std::string dev);
|
||||
std::string get_parent_device(std::string dev);
|
||||
bool json_is_true(const json11::Json & val);
|
||||
|
||||
Reference in New Issue
Block a user