Bug 1448717

Summary: wrong volume name generated method
Product: [Community] GlusterFS Reporter: Zhou Zhengping <johnzzpcrystal>
Component: glusterdAssignee: Zhou Zhengping <johnzzpcrystal>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: amukherj, bugs
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-08 15:18:02 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 Zhou Zhengping 2017-05-07 17:02:01 UTC
Description of problem:
the default volume name for every xlator is 
volumename-xlatortype

but for decompound is brick-path

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
117: volume zzp-quota
118:     type features/quota
119:     option volume-uuid zzp
120:     option server-quota off
121:     option timeout 0
122:     option deem-statfs off
123:     subvolumes zzp-index
124: end-volume
125:
126: volume zzp-io-stats
127:     type debug/io-stats
128:     option unique-id /home/zzp/work/gluster/data1
129:     option log-level INFO
130:     option latency-measurement off
131:     option count-fop-hits off
132:     subvolumes zzp-quota
133: end-volume
134:
135: volume /home/zzp/work/gluster/data1     //here should be zzp-decompounder
136:     type performance/decompounder

Expected results:


Additional info:

Comment 1 Worker Ant 2017-05-07 17:08:08 UTC
REVIEW: https://review.gluster.org/17199 (glusterd: wrong method to generate volume name in graph) posted (#1) for review on master by Zhou Zhengping (johnzzpcrystal)

Comment 2 Worker Ant 2017-05-07 17:49:48 UTC
REVIEW: https://review.gluster.org/17199 (glusterd: improper method to generate volume name in graph) posted (#2) for review on master by Zhou Zhengping (johnzzpcrystal)

Comment 3 Atin Mukherjee 2017-08-08 15:18:02 UTC
This is intended to make brick multiplexing work. Closing this bug.