diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-27 22:37:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-27 22:37:41 -0700 |
| commit | a79bf9d92a22dc54bde7a193f91d02d42b7a07da (patch) | |
| tree | fb814887047d959682e78547266b95c339004dd1 | |
| parent | 8d810f83059b593cc2a15055bee7a39672e9779b (diff) | |
| parent | 74c9f39d4824b488c79967995054d0d97bc9788d (diff) | |
| download | seaweedfs-a79bf9d92a22dc54bde7a193f91d02d42b7a07da.tar.xz seaweedfs-a79bf9d92a22dc54bde7a193f91d02d42b7a07da.zip | |
Merge pull request #3252 from guol-fnst/update_tbk
remove hdfs, add tikv for full version update
| -rw-r--r-- | weed/command/update_full.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/update_full.go b/weed/command/update_full.go index 529f38219..185203aee 100644 --- a/weed/command/update_full.go +++ b/weed/command/update_full.go @@ -1,5 +1,5 @@ -//go:build elastic && ydb && gocdk && hdfs -// +build elastic,ydb,gocdk,hdfs +//go:build elastic && ydb && gocdk && tikv +// +build elastic,ydb,gocdk,tikv package command |
