mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-19 10:49:19 +08:00
filer: cross cluster synchronization
This commit is contained in:
@@ -259,7 +259,7 @@ func (fs *WebDavFileSystem) removeAll(ctx context.Context, fullFilePath string)
|
||||
|
||||
dir, name := util.FullPath(fullFilePath).DirAndName()
|
||||
|
||||
return filer_pb.Remove(fs, dir, name, true, false, false, false, fs.signature)
|
||||
return filer_pb.Remove(fs, dir, name, true, false, false, false, []int32{fs.signature})
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user