mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 11:09:12 +08:00
mount: fix truncate operation
fix https://github.com/seaweedfs/seaweedfs/issues/2609
This commit is contained in:
parent
e134570a9c
commit
8a880a139d
@ -68,6 +68,8 @@ func (wfs *WFS) SetAttr(cancel <-chan struct{}, input *fuse.SetAttrIn, out *fuse
|
||||
glog.V(4).Infof("truncated whole chunk %+v\n", chunk.GetFileIdString())
|
||||
truncatedChunks = append(truncatedChunks, chunk)
|
||||
}
|
||||
} else {
|
||||
chunks = append(chunks, chunk)
|
||||
}
|
||||
}
|
||||
// set the new chunks and reset entry cache
|
||||
|
Loading…
Reference in New Issue
Block a user