解决dorado sharestorage init失败的问题

This commit is contained in:
chenzhikai
2023-06-19 16:54:56 +08:00
committed by zhang_xubo
parent 248548ac65
commit 9a267d79aa
4 changed files with 11 additions and 0 deletions

View File

@ -87,6 +87,7 @@ typedef struct ss_recovery_info {
bool startup_need_exit_normally; //used in alive failover
bool recovery_trapped_in_page_request; //used in alive failover
bool in_ondemand_recovery;
bool dorado_sharestorage_inited; // used in dorado mode
} ss_recovery_info_t;
extern bool SSRecoveryNodes();