Skip to content

Commit

Permalink
Fix HA migration patch_sle sporadical sbd failure
Browse files Browse the repository at this point in the history
Fix HA migration patch_sle sporadical failure: [FAILED] Failed to start Shared-storage based fencing daemon
TEAM-9918 - Test module patch_sle failed sporadically: scc registration needle mismatch
  • Loading branch information
lilyeyes committed Jan 7, 2025
1 parent 3d6d568 commit 37ba026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ha/stop_pacemaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ use Utils::Systemd qw(systemctl);

sub run {
select_console("root-console");
systemctl 'status sbd';
systemctl 'status pacemaker';
systemctl 'stop sbd';
systemctl 'stop pacemaker';
systemctl 'status sbd';
systemctl 'status pacemaker';
}

1;

0 comments on commit 37ba026

Please sign in to comment.