From ab7584eeac28cc4cb601e06dd1c759dde0b0dcef Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 19 Jul 2021 17:49:54 -0700 Subject: [PATCH] update to latest console fs/gateway --- cmd/common-main.go | 24 ------------------------ go.mod | 2 +- go.sum | 5 ++--- 3 files changed, 3 insertions(+), 28 deletions(-) diff --git a/cmd/common-main.go b/cmd/common-main.go index 079b98649..f38308211 100644 --- a/cmd/common-main.go +++ b/cmd/common-main.go @@ -200,30 +200,6 @@ func initConsoleServer() (*restapi.Server, error) { restapi.Hostname = globalMinioConsoleHost } - // subnet license refresh process - go func() { - // start refreshing subnet license after 5 seconds.. - time.Sleep(time.Second * 5) - - failedAttempts := 0 - for { - if err := restapi.RefreshLicense(); err != nil { - failedAttempts++ - // end license refresh after 3 consecutive failed attempts - if failedAttempts >= 3 { - return - } - // wait 5 minutes and retry again - time.Sleep(time.Minute * 5) - continue - } - // if license refreshed successfully reset the counter - failedAttempts = 0 - // try to refresh license every 24 hrs - time.Sleep(time.Hour * 24) - } - }() - return server, nil } diff --git a/go.mod b/go.mod index 19da388a1..c2d28ea99 100644 --- a/go.mod +++ b/go.mod @@ -41,7 +41,7 @@ require ( github.com/mattn/go-runewidth v0.0.13 // indirect github.com/miekg/dns v1.1.35 github.com/minio/cli v1.22.0 - github.com/minio/console v0.7.6-0.20210715212137-d8840cc81026 + github.com/minio/console v0.7.6-0.20210720004637-bfedc1449791 github.com/minio/csvparser v1.0.0 github.com/minio/highwayhash v1.0.2 github.com/minio/kes v0.14.0 diff --git a/go.sum b/go.sum index 7e5ece656..cea484e4a 100644 --- a/go.sum +++ b/go.sum @@ -329,7 +329,6 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7 github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5/go.mod h1:a2zkGnVExMxdzMo3M0Hi/3sEU+cWnZpSni0O6/Yb/P0= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch v4.9.0+incompatible h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses= github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= @@ -1007,8 +1006,8 @@ github.com/minio/cli v1.22.0 h1:VTQm7lmXm3quxO917X3p+el1l0Ca5X3S4PM2ruUYO68= github.com/minio/cli v1.22.0/go.mod h1:bYxnK0uS629N3Bq+AOZZ+6lwF77Sodk4+UL9vNuXhOY= github.com/minio/colorjson v1.0.1 h1:+hvfP8C1iMB95AT+ZFDRE+Knn9QPd9lg0CRJY9DRpos= github.com/minio/colorjson v1.0.1/go.mod h1:oPM3zQQY8Gz9NGtgvuBEjQ+gPZLKAGc7T+kjMlwtOgs= -github.com/minio/console v0.7.6-0.20210715212137-d8840cc81026 h1:g/J0SaD+xofku31QqkDjCx7//atjsbyBwH9WIAmQoo0= -github.com/minio/console v0.7.6-0.20210715212137-d8840cc81026/go.mod h1:ZiDruKgGwP/tSWJxeKAUo8Q3vxaDRVW7fusuAugamX4= +github.com/minio/console v0.7.6-0.20210720004637-bfedc1449791 h1:lj+vHAZIMDlJEk/NSIJHPDkYbD9KZ1eG7eUjI/FLALA= +github.com/minio/console v0.7.6-0.20210720004637-bfedc1449791/go.mod h1:KdhIAr55LiA6t6hnzB8rFYKcJJ2N0lUcT7sdyqHfODg= github.com/minio/csvparser v1.0.0 h1:xJEHcYK8ZAjeW4hNV9Zu30u+/2o4UyPnYgyjWp8b7ZU= github.com/minio/csvparser v1.0.0/go.mod h1:lKXskSLzPgC5WQyzP7maKH7Sl1cqvANXo9YCto8zbtM= github.com/minio/direct-csi v1.3.5-0.20210601185811-f7776f7961bf h1:wylCc/PdvdTIqYqVNEU9LJAZBanvfGY1TwTnjM3zQaA=