[Gluster-devel] Re: [Gluster-users] glusterfs-3.0.0 on solaris 10x86 - my first patch

2009-12-11 Thread shellcode
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.

[Gluster-devel] glusterfs-3.0.0 on solaris 10x86

2009-12-09 Thread shellcode
Greetings, I try compile glusterfs-3.0.0 on Solaris 10 10/09 s10x_u8wos_08a X86 I have: -bash-3.00# gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw

[Gluster-devel] gluster 2.0.8(7) make error on solaris

2009-11-11 Thread shellcode
Greetings, I have successfully build glusterfs-2.0.6 on: Solaris 10 10/09 s10x_u8wos_08a X86 but i can't compile glusterfs-2.0.7/8 because 7 and 8 version of gluster contain linux specifix code (some different syntax of fileno function) i.e. when make

[Gluster-devel] gluster 2.0.8(7) make error on solaris: flock

2009-11-11 Thread shellcode
ok, i find some info about my problem flock is not working on solaris, replacement is lockf http://man-wiki.net/index.php/3:lockf .. int lockf(int fd, int cmd, off_t len); .. i fix glusterfsd.c (it's compiling), but i can't find any info how i can calculate filesize for len

[Gluster-devel] what happen with glusterfs site ?

2009-09-30 Thread shellcode
what happen with glusterfs site ? http://www.gluster.com http://www.gluster.org ? ___ Gluster-devel mailing list Gluster-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/gluster-devel

[Gluster-devel] Single storage: 80%-read /20%-write

2009-09-17 Thread shellcode
Greetings, My target: Storage: 1 storage for now (for future 2 in stripe plus mirroring on another 2 in stripe, glusterfs raid 10 i mean) runing under solaris 10 (ZFS); Nodes: 4 webservers (Linux), mount one single volume ( /webapp for example) in r/w from storage, apache+php; Type of load:

[Gluster-devel] Single storage: 80%-read /20%-write

2009-09-17 Thread shellcode
Greetings, My project target: Storage: 1 storage for now (for future 2 in stripe plus mirroring on another 2 in stripe, glusterfs raid 10 i mean) runing under solaris 10 (ZFS); Nodes: 4 webservers (Linux), mount one single volume ( /webapp for example) in r/w from storage, apache+php; Type of