From 5c87fcc6d28b230154db35cbe7735a5f1b84024f Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 30 Dec 2021 00:23:57 -0800 Subject: add client id for all metadata listening clients --- weed/command/filer_remote_sync_dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/command/filer_remote_sync_dir.go') diff --git a/weed/command/filer_remote_sync_dir.go b/weed/command/filer_remote_sync_dir.go index 947f526bb..ccedc9d80 100644 --- a/weed/command/filer_remote_sync_dir.go +++ b/weed/command/filer_remote_sync_dir.go @@ -40,7 +40,7 @@ func followUpdatesAndUploadToRemote(option *RemoteSyncOptions, filerSource *sour lastOffsetTs := collectLastSyncOffset(option, option.grpcDialOption, pb.ServerAddress(*option.filerAddress), mountedDir, *option.timeAgo) - return pb.FollowMetadata(pb.ServerAddress(*option.filerAddress), option.grpcDialOption, "filer.remote.sync", + return pb.FollowMetadata(pb.ServerAddress(*option.filerAddress), option.grpcDialOption, "filer.remote.sync", option.clientId, mountedDir, []string{filer.DirectoryEtcRemote}, lastOffsetTs.UnixNano(), 0, processEventFnWithOffset, false) } -- cgit v1.2.3