You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _cmd.py
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1225,6 +1225,10 @@ def __init__(self):
1225
1225
self.parser.add_option('-t', '-n', '--tenant-name', type='string', help="The standby tenant name. The default tenant name is consistent with the primary tenant name.", default='')
1226
1226
self.parser.add_option('--standbyro-password', type='string', help="standbyro user password.")
EC_CPU_NOT_SUPPORT_AVX=OBDErrorCodeTemplate(2014, "{server}'s cpu does not support avx")
174
174
EC_OBSERVER_DISABLE_AUTOSTART=OBDErrorCodeTemplate(2015, "{server}: Failed to modify the configuration of the automatic startup. Please check whether the current user has sudo permissions")
175
+
EC_OBSERVER_LOG_INCOMPLETE=OBDErrorCodeTemplate(2016, "Primary tenant {primary_tenant} have not full log, not support create standby cluster, rerun with '--type=LOCATION' if you want to create standby tenant.")
176
+
EC_OBSERVER_LOG_RECOVER=OBDErrorCodeTemplate(2017, "Continuous log synchronization is not enabled. Please execute the command `obd cluster tenant recover {cluster_name} {tenant_name} --unlimited` to enable continuous log synchronization")
177
+
EC_OBSERVER_LOCATION_CREATE_STANDBY=OBDErrorCodeTemplate(2018, "For the standby tenant created by {primary_tenant} in log archive mode, it is prohibited to create a network-mode standby tenant for this standby tenant.")
175
178
176
179
WC_OBSERVER_SYS_MEM_TOO_LARGE=OBDErrorCodeTemplate(2010, '({server}): system_memory too large. system_memory should be less than {factor} * memory_limit/memory_limit_percentage.')
0 commit comments