diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-15 15:51:37 +0800 |
|---|---|---|
| committer | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-16 11:40:20 +0800 |
| commit | 1dbb925d298572afb09257ba3555374032799580 (patch) | |
| tree | e53374b6e222d533018d2b0638ad6bc99b61e012 /weed/command/update_full.go | |
| parent | 3df84cabf67918beb4bb4f56c4250e57c0f219c5 (diff) | |
| download | seaweedfs-1dbb925d298572afb09257ba3555374032799580.tar.xz seaweedfs-1dbb925d298572afb09257ba3555374032799580.zip | |
remove unused function
remove log when weed is up to date
add check whether weed is full version
Diffstat (limited to 'weed/command/update_full.go')
| -rw-r--r-- | weed/command/update_full.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/weed/command/update_full.go b/weed/command/update_full.go new file mode 100644 index 000000000..529f38219 --- /dev/null +++ b/weed/command/update_full.go @@ -0,0 +1,9 @@ +//go:build elastic && ydb && gocdk && hdfs +// +build elastic,ydb,gocdk,hdfs + +package command + +//set true if gtags are set +func init() { + isFullVersion = true +} |
