aboutsummaryrefslogtreecommitdiff
path: root/weed/command/update_full.go
diff options
context:
space:
mode:
authorguol-fnst <goul-fnst@fujitsu.com>2022-06-15 15:51:37 +0800
committerguol-fnst <goul-fnst@fujitsu.com>2022-06-16 11:40:20 +0800
commit1dbb925d298572afb09257ba3555374032799580 (patch)
treee53374b6e222d533018d2b0638ad6bc99b61e012 /weed/command/update_full.go
parent3df84cabf67918beb4bb4f56c4250e57c0f219c5 (diff)
downloadseaweedfs-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.go9
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
+}