Skip to content

Commit a12282c

Browse files
authored
Merge pull request #206 from frf12/V2.10.1
V2.10.1
2 parents 23cb913 + 4f31d91 commit a12282c

File tree

23 files changed

+2872
-212
lines changed

23 files changed

+2872
-212
lines changed

_deploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UserConfig(object):
5555
'password': None,
5656
'key_file': None,
5757
'port': 22,
58-
'timeout': 30
58+
'timeout': 300
5959
}
6060

6161
def __init__(self, username=None, password=None, key_file=None, port=None, timeout=None):

plugins/oceanbase/4.0.0.0/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@
10511051
name_local: 集群系统内存
10521052
essential: true
10531053
type: CAPACITY_MB
1054-
default: 30G
1054+
default: 0
10551055
min_value: 0M
10561056
max_value: NULL
10571057
section: OBSERVER

plugins/oceanbase/4.2.0.0/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
name_local: 集群系统内存
10491049
essential: true
10501050
type: CAPACITY_MB
1051-
default: 30G
1051+
default: 0
10521052
min_value: 0M
10531053
max_value: NULL
10541054
section: OBSERVER

plugins/oceanbase/4.2.1.0/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
name_local: 集群系统内存
10491049
essential: true
10501050
type: CAPACITY_MB
1051-
default: 30G
1051+
default: 0
10521052
min_value: 0M
10531053
max_value: NULL
10541054
section: OBSERVER

plugins/oceanbase/4.2.1.4/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
name_local: 集群系统内存
10611061
essential: true
10621062
type: CAPACITY_MB
1063-
default: 30G
1063+
default: 0
10641064
min_value: 0M
10651065
max_value: NULL
10661066
section: OBSERVER

plugins/oceanbase/4.2.2.0/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
name_local: 集群系统内存
10611061
essential: true
10621062
type: CAPACITY_MB
1063-
default: 30G
1063+
default: 0
10641064
min_value: 0M
10651065
max_value: NULL
10661066
section: OBSERVER

plugins/oceanbase/4.3.0.0/parameter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
name_local: 集群系统内存
10611061
essential: true
10621062
type: CAPACITY_MB
1063-
default: 30G
1063+
default: 0
10641064
min_value: 0M
10651065
max_value: NULL
10661066
section: OBSERVER

0 commit comments

Comments
 (0)