1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-13 06:51:44 +02:00
seaweedfs/weed/pb/volume_server_pb
James Hartig 4c85da7844
Include meta in ReadAllNeedles (#3991)
This is useful for doing backups on the data so we can accurately store the
last modified time, the compression state, and verify the crc.

Previously we were doing VolumeNeedleStatus and then an HTTP request which
needlessly read from the dat file twice.
2022-11-20 20:19:41 -08:00
..
volume_server.pb.go Include meta in ReadAllNeedles (#3991) 2022-11-20 20:19:41 -08:00
volume_server_grpc.pb.go refactor filer proto chunk variable from mtime to modified_ts_ns 2022-10-28 12:53:19 -07:00
volume_server_helper.go