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.
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 ***