!455 fix(cluster_static_config): verify crc value

Merge pull request !455 from jerad.k/master
This commit is contained in:
opengauss-bot
2023-05-16 07:13:01 +00:00
committed by Gitee
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",
}