File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ push @::global_suppressions,
35
35
qr ( WSREP: last inactive check more than .* skipping check) ,
36
36
qr ( WSREP: SQL statement was ineffective) ,
37
37
qr ( WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.) ,
38
+ qr | WSREP: access file\( gvwstate.dat\) failed\( No such file or directory\) | ,
38
39
);
39
40
40
41
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ push @::global_suppressions,
29
29
qr ( WSREP: Could not open saved state file for reading: ) ,
30
30
qr ( WSREP: option --wsrep-casual-reads is deprecated) ,
31
31
qr ( WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0) ,
32
+ qr | WSREP: access file\( gvwstate.dat\) failed\( No such file or directory\) | ,
32
33
);
33
34
34
35
$ENV {PATH }=" $epath :$ENV {PATH}" ;
You can’t perform that action at this time.
0 commit comments