Hi , We are facing slowness issue while clone repository from github using gluster latest v3.70 shared directory .
Please refer the following time difference for git clone command . GlusterFS - shared directory : test@test:~/gluster$ time git clone https://github.com/elastic/elasticsearch.git Cloning into 'elasticsearch'... remote: Counting objects: 359724, done. remote: Compressing objects: 100% (55/55), done. remote: Total 359724 (delta 59), reused 20 (delta 20), pack-reused 359649 Receiving objects: 100% (359724/359724), 129.04 MiB | 569.00 KiB/s, done. Resolving deltas: 100% (203986/203986), done. Checking out files: 100% (5272/5272), done. *real 9m1.972s* user 0m27.063s sys 0m18.974s Normal machine - without glusterfs shared directory test@test:~/s$ time git clone https://github.com/elastic/elasticsearch.git Cloning into 'elasticsearch'... remote: Counting objects: 359724, done. remote: Compressing objects: 100% (55/55), done. remote: Total 359724 (delta 59), reused 20 (delta 20), pack-reused 359649 Receiving objects: 100% (359724/359724), 129.04 MiB | 2.12 MiB/s, done. Resolving deltas: 100% (203986/203986), done. Checking connectivity... done Checking out files: 100% (5272/5272), done. *real 1m56.895s* user 0m12.974s sys 0m4.972s Can you please check the same and let us know what are the configuration should be done to get better performance . Thanks. Siva
_______________________________________________ Gluster-users mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-users
