Bug 762306 (GLUSTER-574)

Summary: Sticky bit files are not listed in the output of ls on a dht volume
Product: [Community] GlusterFS Reporter: Vijay Bellur <vijay>
Component: distributeAssignee: Vijay Bellur <vbellur>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: anush, gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: RTA Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vijay Bellur 2010-01-26 13:06:20 UTC
Sticky bit files with access mode 0 are not listed in the output of ls on a dht volume.

-bash-3.2# ls -l /bin/ksh
---------T 1 root root 1163664 Dec 21 06:05 /bin/ksh
-bash-3.2# cp /bin/ksh /mnt/dht/client1
-bash-3.2# ls /mnt/dht/client1
adsl-setup  bin  bin2
-bash-3.2# ls /mnt/3.0/data/export3
bin  bin2  ksh
-bash-3.2#

Comment 1 Anand Avati 2010-01-28 11:11:48 UTC
PATCH: http://patches.gluster.com/patch/2717 in release-3.0 (cluster/dht: Check for size 0 in check_is_linkfile())

Comment 2 Anand Avati 2010-01-29 05:46:06 UTC
PATCH: http://patches.gluster.com/patch/2718 in master (cluster/dht: Check for size 0 in check_is_linkfile())