Skip to content

Commit 4330db0

Browse files
committed
[status] change URL_DINGOFS_METRIC_LEADER
1 parent a6a789b commit 4330db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/task/task/common/service_status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
const (
4444
SIGNATURE_LEADER = "leader"
4545
URL_CURVEBS_METRIC_LEADER = "http://%s:%d/vars/mds_status?console=1"
46-
URL_CURVEFS_METRIC_LEADER = "http://%s:%d/vars/curvefs_mds_status?console=1"
46+
URL_CURVEFS_METRIC_LEADER = "http://%s:%d/vars/dingofs_mds_status?console=1"
4747
COMMAND_CURL_MDS = "curl %s --connect-timeout 1 --max-time 3"
4848
)
4949

scripts/install_dingoadm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ setup() {
5454
log_level = error
5555
sudo_alias = "sudo"
5656
timeout = 300
57-
auto_upgrade = true
57+
auto_upgrade = false
5858
5959
[ssh_connections]
6060
retries = 3

0 commit comments

Comments
 (0)