From cd5b1bc85e201bbb380ea9140768b004d3ffe55a Mon Sep 17 00:00:00 2001 From: michaelatredis <99423908+michaelatredis@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:14:08 -0400 Subject: [PATCH] Update rs-7-2-4-52.md I've confirmed both working with a customer and by checking the CCS of an actual RHEL-7 environment. The correct os_name field should be "rhel" not "rhel7". If it is set to "rhel7", modules will fail to load citing "Error: combination of OS rhel77 [. . .] is not supported". --- content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md b/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md index 1cf2f7e2a8f..0efd278917d 100644 --- a/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md +++ b/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md @@ -729,7 +729,7 @@ Databases hosted on Oracle Linux 7 & 8 cannot load modules. As a temporary workaround, you can change the node's `os_name` in the Cluster Configuration Store (CCS): ```sh -ccs-cli hset node: os_name rhel7 +ccs-cli hset node: os_name rhel ``` #### Cluster recovery with manually uploaded modules