mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
do not heal "backend-encrypted" out-of-band with migration (#12556)
backend-encrypted doesn't need to be explicitly healed anymore since this file is deleted upon upgrade and migration to the KMS based encrypted config/IAM credentials.
This commit is contained in:
@@ -67,7 +67,7 @@ function start_minio_3_node() {
|
||||
|
||||
|
||||
function check_online() {
|
||||
if grep -q 'Server switching to safe mode' ${WORK_DIR}/dist-minio-*.log; then
|
||||
if grep -q 'Unable to initialize sub-systems' ${WORK_DIR}/dist-minio-*.log; then
|
||||
echo "1"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user