Browse Source

filer.backup and filer.sync: include headers during backup and sync

fix https://github.com/seaweedfs/seaweedfs/issues/3532
pull/3586/head
chrislu 2 years ago
parent
commit
cb6cf331ca
  1. 1
      weed/replication/sink/filersink/filer_sink.go

1
weed/replication/sink/filersink/filer_sink.go

@ -133,6 +133,7 @@ func (fs *FilerSink) CreateEntry(key string, entry *filer_pb.Entry, signatures [
Name: name,
IsDirectory: entry.IsDirectory,
Attributes: entry.Attributes,
Extended: entry.Extended,
Chunks: replicatedChunks,
Content: entry.Content,
RemoteEntry: entry.RemoteEntry,

Loading…
Cancel
Save