aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 588d38ce4..53b09589d 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -253,6 +253,13 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
UidGidMapper: uidGidMapper,
DisableXAttr: *option.disableXAttr,
IsMacOs: runtime.GOOS == "darwin",
+ // RDMA acceleration options
+ RdmaEnabled: *option.rdmaEnabled,
+ RdmaSidecarAddr: *option.rdmaSidecarAddr,
+ RdmaFallback: *option.rdmaFallback,
+ RdmaReadOnly: *option.rdmaReadOnly,
+ RdmaMaxConcurrent: *option.rdmaMaxConcurrent,
+ RdmaTimeoutMs: *option.rdmaTimeoutMs,
})
// create mount root