Bug 927396 - GlusterFileSystem.getFileStatus() hardcodes each file and directory owner as "root"
Summary: GlusterFileSystem.getFileStatus() hardcodes each file and directory owner as ...
Keywords:
Status: CLOSED DUPLICATE of bug 908898
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: rhs-hadoop
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jay Vyas
QA Contact: hcfs-gluster-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-25 20:11 UTC by Steve Watt
Modified: 2013-06-20 13:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-25 22:03:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Steve Watt 2013-03-25 20:11:17 UTC
Description of problem:

GlusterFileSystem.getFileStatus() hardcodes each file and directory owner as root. Instead, it should accurately reflect which user owns that file. Hard-coding this to root is going to cause issues for multi-user scenarios where each owner have access to their directories and files. 

This bug is really part of a larger issue in that we need to enable authentication and security within the plugin.

Comment 2 Jay Vyas 2013-03-25 22:03:14 UTC
This is related to the now completed fix for: https://bugzilla.redhat.com/show_bug.cgi?id=908898 which implements a proper "getOwner()" API using underlying filesystem

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

*** This bug has been marked as a duplicate of bug 908898 ***


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