aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-26 22:53:44 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-26 22:53:44 -0700
commit99b599aa8a674ccd584d612e8e871fdca7670620 (patch)
treee2d16070d21c4ecfa68509b095d21c7232b348fa /weed/replication
parent35f70c51b0ff1ca71fec6c0194086329ef9e3e86 (diff)
downloadseaweedfs-99b599aa8a674ccd584d612e8e871fdca7670620.tar.xz
seaweedfs-99b599aa8a674ccd584d612e8e871fdca7670620.zip
remote.mount
Diffstat (limited to 'weed/replication')
-rw-r--r--weed/replication/sink/filersink/filer_sink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sink/filersink/filer_sink.go b/weed/replication/sink/filersink/filer_sink.go
index 2b526cc52..d42ca63a8 100644
--- a/weed/replication/sink/filersink/filer_sink.go
+++ b/weed/replication/sink/filersink/filer_sink.go
@@ -134,7 +134,7 @@ func (fs *FilerSink) CreateEntry(key string, entry *filer_pb.Entry, signatures [
Attributes: entry.Attributes,
Chunks: replicatedChunks,
Content: entry.Content,
- Remote: entry.Remote,
+ RemoteEntry: entry.RemoteEntry,
},
IsFromOtherCluster: true,
Signatures: signatures,