mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 21:39:02 +08:00
mount: fix for UrBackup
This commit is contained in:
parent
ae84a9ee2e
commit
22fe4ae573
@ -79,7 +79,7 @@ func (fh *FileHandle) Read(ctx context.Context, req *fuse.ReadRequest, resp *fus
|
||||
|
||||
if err != nil {
|
||||
glog.Errorf("file handle read %s: %v", fh.f.fullpath(), err)
|
||||
return fuse.EIO
|
||||
return nil
|
||||
}
|
||||
|
||||
if totalRead > int64(len(buff)) {
|
||||
|
Loading…
Reference in New Issue
Block a user