mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 01:17:56 +08:00
filer: support active<=>active filer replication
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)
|
||||
return filer_pb.Remove(fs, dir, name, true, false, false, false)
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user