[Gluster-users] I wan to unsubscribe.how can i do it?

2016-04-03 Thread M.Tarkeshwar Rao
I wan to unsubscribe.how can i do it?
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Can you please suggest uses of Gluster FS in Production(Companies)

2015-10-14 Thread M.Tarkeshwar Rao
Hi,

Can you please suggest uses of Gluster FS in Production(Companies)?
is it stable there?

Regards
Tarkeshwar
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Please help in tuning Gluster FS in 2 node application system

2015-10-08 Thread M.Tarkeshwar Rao
Hi,

I have created Volume for Gluster FS in distributed replicated mode-

 gluster volume info gvol0

Volume Name: gvol0
Type: Replicate
Volume ID: 550c1759-f708-4199-8273-4aa2e6b1ce56
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: glust2:/var/lib/gvol0/mediation
Brick2: glust3:/var/lib/gvol0/mediation
Options Reconfigured:
diagnostics.latency-measurement: off
performance.write-behind: off
nfs.rpc-auth-allow: 10.61.*
nfs.export-volumes: off
nfs.addr-namelookup: off
nfs.disable: on
auth.allow: 10.61.*
performance.readdir-ahead: on


But Sync time is too much between 2 nodes thats why my processing
performance is very bad.

My Second node is getting same data from first node very late thats why
second node is not able to process and remain in idle mode.

Please provide tuning/syncing parameters.

Please provide good values for these parameters for small and big size
files processing.

Please provide response ASAP. (need urgently)

Thank you

Regards
Tarkesh
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Can you please help us in installing Gluster FS(Have errors in istalling)

2015-10-05 Thread M.Tarkeshwar Rao
Hi,

While trying to configure GlusterFS tar on my Linux server (

Linux sb6270x1803-2 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT
2014 x86_64 x86_64 x86_64 GNU/Linux
),
sb6270x1803-2:/home/pag/glusterfs-3.7.4# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/pag/glusterfs-3.7.4':
configure: error: C compiler cannot create executables
See `config.log' for more details.

in Logs config.log, getting following exception -

configure:3354: checking for C compiler default output file name

configure:3376: gccconftest.c  >&5

/usr/libexec/gcc/x86_64-redhat-linux/4.4.5/cc1: error while loading shared
libraries: libgmp.so.3: cannot open shared object file: No such file or
directory

configure:3380: $? = 1

configure:3418: result:

configure: failed program was:

| /* confdefs.h.  */

| #define PACKAGE_NAME "glusterfs"

| #define PACKAGE_TARNAME "glusterfs"

| #define PACKAGE_VERSION "3.7.4"

| #define PACKAGE_STRING "glusterfs 3.7.4"

| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"

| #define PACKAGE "glusterfs"

| #define VERSION "3.7.4"

| /* end confdefs.h.  */

|

| int

| main ()

| {

|

|   ;

|   return 0;

| }

configure:3424: error: in `/home/pag/glusterfs-3.7.4':

configure:3427: error: C compiler cannot create executables

See `config.log' for more details.


Regards
Tarkeshwar
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Hi new to Gluster

2015-09-15 Thread M.Tarkeshwar Rao
Hi all,
We have a product which is written in c++ on Red hat.
In production our customers using our product with Veritas cluster file
system for HA and as sharded storage(EMC).
Initially this product was run on only single node. In our last release we
make it Scalable(more than one nodes).
Due to excessive locking(CFS) we are not getting the performance.
Can you please suggest Gluster will resolve our problem as it is
distributed file system.
is Gluster POSIX complined?
Can we use it in Production? Pls suggest.
If any other file system please suggest.
Regards
Tarkeshwar
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Hi new to Gluster

2015-09-15 Thread M.Tarkeshwar Rao
Hi Nagaprasad,

Thanks for reply.


*Nature of I/O workload your application is generating:*
It is very high. Our product woking on files. It is collecting data(multi
process and multi threaded) from remote nodes and then processing it and
then it sending it to remote locations.
our Execution engine runs the processing busines logic. So huge no of
open,read,write,rename calls in the our code per second.

recently we made it scalable as well, so our business logic runs
horigontally from multiple nodes. we are collecting it in common directory
and reading it from same directory for processing.

We are using Veritas cluster file system. It is locking on directory level.
Since same directory accessed from multiple nodes. There is a delay in
processing. further it reducess performance drastically.

For improving performance we made some changes in our application by
breaking the direcotories for collection and processing.
By this we got performance improvement.

We feel if we change our file system we will get more improvement. Please
suggest.


Regards
Tarkeshwar

On Tue, Sep 15, 2015 at 2:27 PM, Nagaprasad Sathyanarayana <
nsath...@redhat.com> wrote:

> Hello Tarakeshwar,
>
> Firstly, welcome to the Gluster community.
>
> Please visit
> http://www.gluster.org/community/documentation/index.php/GlusterFS_General_FAQ,
> which answers some of your queries about GlusterFS capabilities.
> If you could share with us the nature of I/O workload your application is
> generating, the performance need of your application, type of client access
> (NFS, CIFS etc.,)
> that users of your application need etc, we will be in a better position
> to guide.
>
> Regards
> Nagaprasad
>
> - Original Message -
> From: "M.Tarkeshwar Rao" <tarkeshwa...@gmail.com>
> To: gluster-users@gluster.org
> Sent: Tuesday, 15 September, 2015 12:15:23 PM
> Subject: [Gluster-users] Hi new to Gluster
>
> Hi all,
> We have a product which is written in c++ on Red hat.
> In production our customers using our product with Veritas cluster file
> system for HA and as sharded storage(EMC).
> Initially this product was run on only single node. In our last release we
> make it Scalable(more than one nodes).
> Due to excessive locking(CFS) we are not getting the performance.
> Can you please suggest Gluster will resolve our problem as it is
> distributed file system.
> is Gluster POSIX complined?
> Can we use it in Production? Pls suggest.
> If any other file system please suggest.
> Regards
> Tarkeshwar
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-users
>
___
Gluster-users mailing list
Gluster-users@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users