You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Guys.
I am newbie in GlusterFS, need some help.
created volume for replication to 11 servers. every server must have same files.
mounted volume to /opt/voiceprints
Tried copy all old voicepints to new dir /opt/voiceprints and it was loo long.
then desided to use rsync.
rsync -av --progress /opt/voiceprints.bckp/verify.kz-kz.8k.male /opt/voiceprints/ | pv
/opt/voiceprints.bckp/verify.kz-kz.8k.male this folder only 450MB and it copying more than 1 hour.
Maybe I need to add some configuration?
gluster volume info
Volume Name: voiceprints_volume
Type: Replicate
Volume ID: e6356083-d314-4203-b87f-2fc112bd53db
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 11 = 11
Transport-type: tcp
Bricks:
Brick1: engine1:/opt/gluster_brick
Brick2: engine2:/opt/gluster_brick
Brick3: engine3:/opt/gluster_brick
Brick4: engine4:/opt/gluster_brick
Brick5: engine7:/opt/gluster_brick
Brick6: engine8:/opt/gluster_brick
Brick7: engine9:/opt/gluster_brick
Brick8: engine10:/opt/gluster_brick
Brick9: engine13:/opt/gluster_brick
Brick10: engine14:/opt/gluster_brick
Brick11: engine15:/opt/gluster_brick
Options Reconfigured:
diagnostics.count-fop-hits: on
diagnostics.latency-measurement: on
cluster.granular-entry-heal: on
storage.fips-mode-rchecksum: on
transport.address-family: inet
nfs.disable: on
performance.client-io-threads: off
dd if=/dev/zero of=/opt/voiceprints/filetest bs=1M count=1
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0433219 s, 24.2 MB/s
The text was updated successfully, but these errors were encountered:
Hi, Guys.

I am newbie in GlusterFS, need some help.
created volume for replication to 11 servers. every server must have same files.
mounted volume to /opt/voiceprints
Tried copy all old voicepints to new dir /opt/voiceprints and it was loo long.
then desided to use rsync.
rsync -av --progress /opt/voiceprints.bckp/verify.kz-kz.8k.male /opt/voiceprints/ | pv
/opt/voiceprints.bckp/verify.kz-kz.8k.male this folder only 450MB and it copying more than 1 hour.
Maybe I need to add some configuration?
The text was updated successfully, but these errors were encountered: