fix(cluster_static_config): verify crc value

This commit is contained in:
jerad.k
2023-04-19 11:23:39 +08:00
parent b94eb9d23c
commit 5c3a853978
2 changed files with 82 additions and 23 deletions

View File

@ -494,6 +494,7 @@ class ErrorCode():
'GAUSS_51255': "[GAUSS-51255] : Failed to reencrypt the password with dsscmd",
'GAUSS_51256': "[GAUSS-51256] : Failed to get the encrypted text with dsscmd",
'GAUSS_51257': "[GAUSS-51257] : There are some errors about dsscmd. ",
'GAUSS_51258': "[GAUSS-51258] : Failed to verify the %s crc value in file: %s",
}