Bug 1841019
| Summary: | [TechPreview Exit][RFE] Add a 'local' cluster setup command | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Tomas Jelinek <tojeline> | ||||
| Component: | pcs | Assignee: | Tomas Jelinek <tojeline> | ||||
| Status: | CLOSED ERRATA | QA Contact: | michal novacek <mnovacek> | ||||
| Severity: | unspecified | Docs Contact: | Steven J. Levine <slevine> | ||||
| Priority: | high | ||||||
| Version: | 8.3 | CC: | cfeist, cluster-maint, cluster-qe, idevat, mlisik, mnovacek, mpospisi, nhostako, omular, slevine, tojeline | ||||
| Target Milestone: | rc | Keywords: | FutureFeature, TechPreview, Triaged | ||||
| Target Release: | 8.5 | Flags: | pm-rhel:
mirror+
|
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | pcs-0.10.8-2.el8 | Doc Type: | Technology Preview | ||||
| Doc Text: |
TechPreview Exit for bz1839637
|
Story Points: | --- | ||||
| Clone Of: | 1839637 | Environment: | |||||
| Last Closed: | 2021-11-09 17:33:12 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1893743 | ||||||
| Attachments: |
|
||||||
|
Description
Tomas Jelinek
2020-05-28 07:20:39 UTC
qa_ack+: this would be tested by using ansible rhel-system-role.ha-cluster from blocked bz Created attachment 1783157 [details]
proposed fix - doc update
Test:
[root@r8-node-01 ~]# rpm -q pcs
pcs-0.10.8-2.el8.x86_64
[root@r8-node-01 pcs]# pcs cluster setup LocalCluster r8-node-0{1,2} --corosync_conf local_corosync.conf
No addresses specified for host 'r8-node-01', using 'r8-node-01'
No addresses specified for host 'r8-node-02', using 'r8-node-02'
[root@r8-node-01 pcs]# cat local_corosync.conf
totem {
version: 2
cluster_name: LocalCluster
transport: knet
crypto_cipher: aes256
crypto_hash: sha256
}
nodelist {
node {
ring0_addr: r8-node-01
name: r8-node-01
nodeid: 1
}
node {
ring0_addr: r8-node-02
name: r8-node-02
nodeid: 2
}
}
quorum {
provider: corosync_votequorum
two_node: 1
}
logging {
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
timestamp: on
}
Verified that rhel-system-roles-1.5.1-1.el8.noarch works correctly together with pcs-0.10.8-4.el8.x86_64. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Low: pcs security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:4142 |