Bug 919916
Summary: | glusterd compilation failure on OSX due to AT_SYMLINK_NOFOLLOW | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Justin Clift <jclift> |
Component: | build | Assignee: | Harshavardhana <fharshav> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | mainline | CC: | cww, fharshav, gluster-bugs, kwade, ndevos, nsathyan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-11 15:44:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Justin Clift
2013-03-10 21:34:22 UTC
This might be interesting. Someone has made an implementation of these functions for OSX for another project: https://github.com/anatol/tup/blob/master/src/compat/macosx.h They're GPL-2 licensed, but the author may be willing to let us re-use them anyway if we ask. Someone (more skilled than me) should check his implementation is good first though. :) It seems there are a few *at() functions used in glusterd.c, that aren't portable to other OS's. Gnulib provides a version of them that should work, though we'd need to chat with Eric Blake (Red Hat) and Jim Meyering (ex-Red Hat) to see if something could be worked out for the licensing. (unsure) Port being finished at - https://forge.gluster.org/~schafdog/glusterfs-core/osx-glusterfs Currently working components - GlusterFS server (brick export) - GlusterD management - Gluster CLI - GlusterFS FUSE (OSXFUSE, unsure about stability just yet) - GlusterNFS server without NLM Rest are not working/tested Do you feel it's a good time for us to ask the Community to test it? eg broadcast on Twitter, blog, mailing list, etc *** This bug has been marked as a duplicate of bug 1089172 *** |