Bug 1410717
| Summary: | System Administration guide improvement request | ||
|---|---|---|---|
| Product: | Red Hat Update Infrastructure for Cloud Providers | Reporter: | Keigo Noha <knoha> |
| Component: | Documentation | Assignee: | Les Williams <lwilliam> |
| Status: | CLOSED ERRATA | QA Contact: | Radek Bíba <rbiba> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | lwilliam, tsanders |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-01 22:15:17 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: | |||
|
Description
Keigo Noha
2017-01-06 08:40:30 UTC
In Chapter 5, ~~~ [root@cds1 ~]# yum install glusterfs-server glusterfs-cli rh-rhua-selinux-policy [root@cds1 ~]# mkfs.xfs -f -i size=512 /dev/vdb [root@cds1 ~]# mkdir -p /export/xvdb; mount /dev/vdb /export/xvdb; mkdir -p /export/xvdb/brick; chkconfig glusterd on; service glusterd start ~~~ This step assumes CDS is RHEL6. We should have RHLE7 version like ~~~ [root@cds1 ~]# yum install glusterfs-server glusterfs-cli rh-rhua-selinux-policy [root@cds1 ~]# mkfs.xfs -f -i size=512 /dev/vdb [root@cds1 ~]# mkdir -p /export/xvdb; mount /dev/vdb /export/xvdb; mkdir -p /export/xvdb/brick; systemctl enable glusterd.service; systemctl start glusterd.service ~~~ 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, 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/RHBA-2017:0367 |