mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 13:40:03 +08:00
passing full path when assign volume locations
This commit is contained in:
@@ -387,7 +387,7 @@ func (f *WebDavFile) Write(buf []byte) (int, error) {
|
||||
Count: 1,
|
||||
Replication: "",
|
||||
Collection: f.fs.option.Collection,
|
||||
Path: dir,
|
||||
Path: f.name,
|
||||
}
|
||||
|
||||
resp, err := client.AssignVolume(ctx, request)
|
||||
|
Reference in New Issue
Block a user