shellcode
2009-Dec-11 09:59 UTC
[Gluster-users] glusterfs-3.0.0 on solaris 10x86 - my first patch
Greetings, I successfully compile glusterfs-3.0.0 on OpenSolaris 2009.06 ! It's first dirty patch, please review it! Problems: 1) /glusterfs-3.0.0/libglusterfs/src/xlator.h O_ASYNC is not POSIX. Solaris doesnt support it. You should look at Solaris AIO. We should do it with #ifdefs. http://sunsite.uakom.sk/sunworldonline/swol-03-1996/swol-03-aio.html 2) glusterfs-3.0.0/glusterfsd/src/glusterfsd.c a) declare it: sighandler_t b) gf_proc_dump_info - not posix 3) /glusterfs-3.0.0/xlators/storage/posix/src/posix.h a) FTW_CONTINUE - not posix Thanx! p.s. I'm attach patch, and it's aval. for downloading from our website http://node3.rnode.ru/glusterfs-3.0.0-p1.patch WBR
Vijay Bellur
2009-Dec-11 13:27 UTC
[Gluster-users] glusterfs-3.0.0 on solaris 10x86 - my first patch
shellcode wrote:> Greetings, > > I successfully compile glusterfs-3.0.0 on OpenSolaris 2009.06 ! > > It's first dirty patch, please review it! > >Thanks for this patch. It does require some modifications. We will do that and take it into our repository. Regards, Vijay