1030 OM patch
This commit is contained in:
@ -106,7 +106,8 @@ class ErrorCode():
|
||||
'GAUSS_50023': "[GAUSS-50023] : The parameter '%s' over max length %s.",
|
||||
'GAUSS_50024': "[GAUSS-50024] : The parameter '%s' is invalid.",
|
||||
'GAUSS_50025': "[GAUSS-50025] : There is illegal character '%s' in parameter %s.",
|
||||
'GAUSS_50026': "[GAUSS-50026] : Failed to check %s parameters in the XML file."
|
||||
'GAUSS_50026': "[GAUSS-50026] : Failed to check %s parameters in the XML file.",
|
||||
'GAUSS_50027': "[GAUSS-50027] : Parameter '%s' format error.",
|
||||
|
||||
}
|
||||
|
||||
@ -262,8 +263,18 @@ class ErrorCode():
|
||||
'GAUSS_50412': "[GAUSS-50412] : Failed to get disk space of database "
|
||||
"node %s.",
|
||||
'GAUSS_50413': "[GAUSS-50413] : Failed to analysis"
|
||||
" the disk information."
|
||||
|
||||
" the disk information.",
|
||||
'GAUSS_50414': "[GAUSS-50414] : Failed to get the volume information. Error: %s",
|
||||
'GAUSS_50415': "[GAUSS-50415] : Failed to obtain the public volume '%s'.",
|
||||
'GAUSS_50416': "[GAUSS-50416] : Failed to obtain the private volume %s.",
|
||||
'GAUSS_50417': "[GAUSS-50417] : The configuration cannot contain " \
|
||||
"the same volume information.",
|
||||
'GAUSS_50418': "[GAUSS-50418] : Failed to obtain the disk '%s'.",
|
||||
'GAUSS_50419': "[GAUSS-50419] : Failed to obtain the public volume '%s' in '%s'.",
|
||||
'GAUSS_50420': "[GAUSS-50420] : Failed to obtain the volume",
|
||||
'GAUSS_50421': "[GAUSS-50421] : Failed to obtain the disk '%s'",
|
||||
'GAUSS_50422': "[GAUSS-50422] : Failed to obtain the uuid of the '%s'",
|
||||
'GAUSS_50423': "[GAUSS-50423] : Failed to activating udev configurations, error: '%s'",
|
||||
}
|
||||
|
||||
###########################################################################
|
||||
@ -474,7 +485,12 @@ class ErrorCode():
|
||||
"in the current node.",
|
||||
'GAUSS_51250': "[GAUSS-51250] : Error: the '%s' is illegal.\nthe path "
|
||||
"name or file name should be letters, number or -_:.",
|
||||
'GAUSS_51251': "[GAUSS-51251] : The %s cannot be a root user group or a link."
|
||||
'GAUSS_51251': "[GAUSS-51251] : The %s cannot be a root user group or a link.",
|
||||
'GAUSS_51252': "[GAUSS-51252] : Failed to start the DSS server. Please check the dss logs.",
|
||||
'GAUSS_51253': "[GAUSS-51253] : Failed to clear the shared memory of the user. Error %s.",
|
||||
'GAUSS_51254': "[GAUSS-51254] : Failed to kill dssserver. Error %s.",
|
||||
'GAUSS_51255': "[GAUSS-51255] : Failed to reencrypt the password with dsscmd",
|
||||
'GAUSS_51256': "[GAUSS-51256] : Failed to get the encrypted text with dsscmd",
|
||||
|
||||
|
||||
}
|
||||
@ -511,8 +527,9 @@ class ErrorCode():
|
||||
'GAUSS_51403': "[GAUSS-51403]: commond execute failure,"
|
||||
" check %s failed!",
|
||||
'GAUSS_51404': "[GAUSS-51404] : Not supported command %s.",
|
||||
'GAUSS_51405': "[GAUSS-51405] : You need to install software:%s\n"
|
||||
|
||||
'GAUSS_51405': "[GAUSS-51405] : You need to install software:%s\n",
|
||||
'GAUSS_51406': "[GAUSS-51406] : The uuid of disk '%s' is the same " \
|
||||
"configuration under directory '%s'."
|
||||
}
|
||||
|
||||
###########################################################################
|
||||
@ -609,8 +626,8 @@ class ErrorCode():
|
||||
'GAUSS_51654': "[GAUSS-51654] : Cannot query instance process"
|
||||
" version from function.",
|
||||
'GAUSS_51655': "[GAUSS-51655] : There is %s on the cluster when operating on a cluster"
|
||||
"the %s parameter is not needed."
|
||||
|
||||
"the %s parameter is not needed.",
|
||||
'GAUSS_51656': "[GAUSS-51656] : Waiting for udev trigger to end timeout"
|
||||
}
|
||||
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user