Skip to content

Commit

Permalink
Merge pull request #21139 from cedvid/autofs
Browse files Browse the repository at this point in the history
autofs_server: Remove soft-fail bsc#1215649
  • Loading branch information
cedvid authored Feb 7, 2025
2 parents 86503a3 + 95e5d03 commit 2c2f37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/network/autofs_server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sub run {
# check for bsc#1215649
# https://progress.opensuse.org/issues/136004
if (script_output("systemctl --no-pager status nfs-server") =~ m/status=1\/FAILURE/) {
record_soft_failure 'bsc#1215649';
record_info("bsc#1215649", "NFS server service is not able to bind port");
systemctl 'stop nfs-server';
systemctl 'start nfs-server';
}
Expand Down

0 comments on commit 2c2f37d

Please sign in to comment.