Bug 848034 - "glusterfs --client-pid" is broken
Summary: "glusterfs --client-pid" is broken
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: fuse
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Csaba Henk
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 848322
TreeView+ depends on / blocked
 
Reported: 2012-08-14 11:43 UTC by Csaba Henk
Modified: 2013-07-24 17:53 UTC (History)
2 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 848322 (view as bug list)
Environment:
Last Closed: 2013-07-24 17:53:47 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Csaba Henk 2012-08-14 11:43:08 UTC
Description of problem:

"--client-pid" glusterfs client option is ignored

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

http://review.gluster.com/3698 onwards

How reproducible:

Absolutely

Steps to Reproduce:
1. set up glusterfs, create a volume called, say, "poc"
2. gluster vol set poc indexing on
2. mount poc with this command:
   glusterfs -s localhost --volfile-id=poc --client-pid=-1 /mnt/gluster
3. getfattr -h -m. -ehex -n trusted.glusterfs.volume-mark /mnt/gluster
  
Actual results:

/mnt/gluster/: trusted.glusterfs.volume-mark: No such attribute

Expected results:

# file: mnt/gluster
trusted.glusterfs.volume-mark=0x010005de301e337a4d9bb03d31cdca9ffc4200502a397500047464

Comment 1 Vijay Bellur 2012-08-19 16:32:22 UTC
CHANGE: http://review.gluster.com/3820 (fix "--client-pid") merged in master by Anand Avati (avati)


Note You need to log in before you can comment on or make changes to this bug.