diff --git a/tools/anvil-update-system b/tools/anvil-update-system index 4b4f05de..07c1926d 100755 --- a/tools/anvil-update-system +++ b/tools/anvil-update-system @@ -260,7 +260,7 @@ WHERE my $next_step = 0; my $verifying = 0; my $output = ""; - my $shell_call = $anvil->data->{path}{exe}{dnf}." -y update --best --allowerasing; ".$anvil->data->{path}{exe}{echo}." return_code:\$?"; + my $shell_call = $anvil->data->{path}{exe}{dnf}." -y update; ".$anvil->data->{path}{exe}{echo}." return_code:\$?"; $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 3, list => { shell_call => $shell_call }}); open (my $file_handle, $shell_call." 2>&1 |") or $anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 0, secure => 0, priority => "err", key => "log_0014", variables => { shell_call => $shell_call, error => $! }}); while(<$file_handle>) diff --git a/tools/striker-update-cluster b/tools/striker-update-cluster index c93ad7a1..23a41944 100755 --- a/tools/striker-update-cluster +++ b/tools/striker-update-cluster @@ -794,7 +794,7 @@ sub update_strikers_and_dr print "- watch the progress via the system logs. You can also check wiht 'ps aux | grep dnf'.\n"; if ($host_uuid eq $anvil->Get->host_uuid) { - my $shell_call = $anvil->data->{path}{exe}{dnf}." -y update --best --allowerasing"; + my $shell_call = $anvil->data->{path}{exe}{dnf}." -y update"; $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { shell_call => $shell_call }}); my ($output, $return_code) = $anvil->System->call({shell_call => $shell_call}); $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => {