Bug 762306 (GLUSTER-574) - Sticky bit files are not listed in the output of ls on a dht volume
Summary: Sticky bit files are not listed in the output of ls on a dht volume
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-574
Product: GlusterFS
Classification: Community
Component: distribute
Version: mainline
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Vijay Bellur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-26 13:06 UTC by Vijay Bellur
Modified: 2015-12-01 16:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: RTA
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

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())


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