diff options
Diffstat (limited to 'pkg/mountmanager/socket.go')
| -rw-r--r-- | pkg/mountmanager/socket.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mountmanager/socket.go b/pkg/mountmanager/socket.go index bd63146..1b8a079 100644 --- a/pkg/mountmanager/socket.go +++ b/pkg/mountmanager/socket.go @@ -12,5 +12,5 @@ func LocalSocketPath(volumeID string) string { if hash < 0 { hash = -hash } - return fmt.Sprintf("/tmp/seaweedfs-mount-%d.sock", hash) + return fmt.Sprintf("/var/lib/seaweedfs-mount/seaweedfs-mount-%d.sock", hash) } |
