azPriority优先级相同增加报错提示

This commit is contained in:
liuheng
2023-05-12 11:42:50 +08:00
parent 1694ac9ec7
commit cf101d4cd9
3 changed files with 29 additions and 2 deletions

View File

@ -189,7 +189,7 @@ class ErrorCode():
" outputMap: %s",
'GAUSS_50238': "[GAUSS-50238] : Check integrality of bin ",
"file %s failed."
'GAUSS_50239': "[GAUSS-50236] : %s should be set in scene config "
'GAUSS_50239': "[GAUSS-50239] : %s should be set in scene config "
"file."
}
@ -630,7 +630,8 @@ class ErrorCode():
'GAUSS_51655': "[GAUSS-51655] : There is %s on the cluster when operating on a cluster"
"the %s parameter is not needed.",
'GAUSS_51656': "[GAUSS-51656] : Waiting for udev trigger to end timeout",
'GAUSS_51657': "[GAUSS-51657] : Waiting for start %s to end timeout"
'GAUSS_51657': "[GAUSS-51657] : Waiting for start %s to end timeout",
'GAUSS_51658': "[GAUSS-51658] : The azName is different, and the value of azPriority must be different. "
}
###########################################################################