Bug 1319658
Summary: | setting enable-shared-storage without mentioning the domain, doesn't enables shared storage | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Gaurav Kumar Garg <ggarg> |
Component: | glusterd | Assignee: | Satish Mohan <smohan> |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.1 | CC: | amukherj, ashah, bmohanra, bsrirama, byarlaga, mlawrenc, nlevinki, rcyriac, rhinduja, rhs-bugs, rjoseph, sankarshan, sasundar, smohan, storage-qa-internal, vbellur |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | RHGS 3.1.3 | ||
Hardware: | x86_64 | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.7.9-1 | Doc Type: | Bug Fix |
Doc Text: |
Previously, using the enable-shared-storage option also required the domain name. It is no longer necessary to use cluster.enable-shared-storage in full, as enable-shared-storage can be used without the cluster domain name.
|
Story Points: | --- |
Clone Of: | 1236153 | Environment: | |
Last Closed: | 2016-06-23 05:04:39 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: | 1311817 |
Comment 3
Gaurav Kumar Garg
2016-03-21 09:49:45 UTC
downstream patch for this bug: https://code.engineering.redhat.com/gerrit/70320 Tested with RHGS 3.1.3 nightly build ( glusterfs-3.7.9-1.el7rhgs ) Enabling the shared_storage with the domain name works well [root@ ~]# gluster volume set all enable-shared-storage enable volume set: success [root@ ~]# gluster volume status gluster_shared_storage Status of volume: gluster_shared_storage Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick dhcp37-139:/var/lib/glusterd/ss_brick 49155 0 Y 19594 Brick dhcp37-52.lab.eng.blr.redhat.com:/var /lib/glusterd/ss_brick 49157 0 Y 19958 NFS Server on localhost 2049 0 Y 19980 Self-heal Daemon on localhost N/A N/A Y 19985 NFS Server on dhcp37-139 2049 0 Y 19616 Self-heal Daemon on dhcp37-139 N/A N/A Y 19621 Task Status of Volume gluster_shared_storage ------------------------------------------------------------------------------ There are no active volume tasks doc text looks good. 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-2016:1240 |