Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Use dnf instead of rpm
Browse files Browse the repository at this point in the history
This change updates the hotfix docs to use the dnf command instead of rpm directly

Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar committed May 20, 2024
1 parent 7fd85d2 commit 913cead
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ Repeat this step for each data plane node that the hotfix must be applied to.
+
----
$ ssh <ssh_user>@<data_plane_node>
$ sudo rpm -F /tmp/<hotfix_id>/rpms/*.rpm
$ sudo dnf in -y /tmp/<hotfix_id>/rpms/*.rpm
----
+
* The `-F` (`--freshen`) `rpm` command option updates the RPM content if earlier versions are already installed.
* Replace `<ssh_user>` with the SSH user name.
* Replace `<data_plane_node>` with the hostname or IP for the data plane node.
* Replace `<hotfix_id>` with a hotfix identifier such as a Jira issue, for example `osprh-0000`.
Expand Down

0 comments on commit 913cead

Please sign in to comment.