[Bugs] [Bug 1238224] New: setting enable-shared-storage without mentioning the domain, doesn't enables shared storage

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 1 12:30:18 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1238224

            Bug ID: 1238224
           Summary: setting enable-shared-storage without mentioning the
                    domain, doesn't enables shared storage
           Product: GlusterFS
           Version: 3.7.0
         Component: build
          Severity: high
          Assignee: bugs at gluster.org
          Reporter: ggarg at redhat.com
                CC: ashah at redhat.com, bugs at gluster.org, ggarg at redhat.com,
                    gluster-bugs at redhat.com, nlevinki at redhat.com,
                    nsathyan at redhat.com, rjoseph at redhat.com,
                    sasundar at redhat.com, senaik at redhat.com,
                    vbellur at redhat.com
        Depends On: 1236153



+++ This bug was initially created as a clone of Bug #1236153 +++

Description of problem:
-----------------------
Setting the option, enable-shared-storage, without mentioning the domain
'cluster' doesn't creates the gluster_shared_storage volume

Version-Release number of selected component (if applicable):
--------------------------------------------------------------
glusterfs-3.7.1-5.el6rhs

How reproducible:
------------------
Always

Steps to Reproduce:
--------------------
1. Create a volume of any type
2. Enable enable-shared-storage on the volume, without mentioning the domain
(i.e) gluster volume set all enable-shared-storage enable

Actual results:
---------------
Setting enabling the option enable-shared-storage doesn't created the shared
gluster volume by name gluster_shared_storage

Expected results:
-----------------
gluster_shared_storage should be created when enable-shared-storage is enabled

Additional info:
----------------
RCA is here.
The hook script
'/var/lib/glusterd/hooks/1/set/post/S32gluster_enable_shared_storage.sh' checks
for the key 'cluster.enable-shared-storage' and exits when the key is
'enable-shared-storage'

<snip_from_hook_script>
if [ "$key" != "cluster.enable-shared-storage" ]; then
    exit;
fi
</snip_from_hook_script>


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1236153
[Bug 1236153] setting enable-shared-storage without mentioning the domain,
doesn't enables shared storage
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list