Skip to content

Commit

Permalink
Fix collocation constraints 23.10 (#2715)
Browse files Browse the repository at this point in the history
* Update installation-4-nodes.md

* Update i18n/fr/docusaurus-plugin-content-docs/version-23.10/installation/installation-of-centreon-ha/installation-4-nodes.md
  • Loading branch information
cg-tw authored Oct 11, 2023
1 parent 4afaef8 commit 538249a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1324,15 +1324,15 @@ Exécuter les commandes suivantes pour indiquer au Cluster que les ressources vi
<TabItem value="Alma / RHEL / Oracle Linux 8" label="Alma / RHEL / Oracle Linux 8">

```bash
pcs constraint colocation add master "vip_mysql" with "ms_mysql-clone"
pcs constraint colocation add "vip_mysql" with master "ms_mysql-clone"
pcs constraint colocation add master "ms_mysql-clone" with "vip_mysql"
```

</TabItem>
<TabItem value="Debian 11" label="Debian 11">

```bash
pcs constraint colocation add master "vip_mysql" with "ms_mysql-clone"
pcs constraint colocation add "vip_mysql" with master "ms_mysql-clone"
pcs constraint colocation add master "ms_mysql-clone" with "vip_mysql"
```

Expand Down

0 comments on commit 538249a

Please sign in to comment.