mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation error
This commit is contained in:
parent
842dab07b4
commit
6d58916cfd
|
@ -74,7 +74,7 @@ func runMount(cmd *Command, args []string) bool {
|
||||||
|
|
||||||
err = fs.Serve(c, filesys.NewSeaweedFileSystem(
|
err = fs.Serve(c, filesys.NewSeaweedFileSystem(
|
||||||
filerAddress, *mountOptions.collection, *mountOptions.replication, int32(*mountOptions.ttlSec),
|
filerAddress, *mountOptions.collection, *mountOptions.replication, int32(*mountOptions.ttlSec),
|
||||||
*mountOptions.chunkSizeLimitMB))
|
*mountOptions.chunkSizeLimitMB, *mountOptions.dataCenter))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fuse.Unmount(*mountOptions.dir)
|
fuse.Unmount(*mountOptions.dir)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue