<div dir="ltr">Thanks for your response.<div><br></div><div>I tried to your suggestion.</div><div>root@node1:~/gluster_ec# mount<br></div><div>...</div><div><div>10gnode1:disp on /mnt/gluster type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)</div><div>root@node1:~/gluster_ec# !dd</div><div>dd if=/dev/zero of=/mnt/gluster/test.io.1 bs=1024k count=1024 oflag=direct</div><div>dd: error writing ‘/mnt/gluster/test.io.1’: Invalid argument</div><div>dd: closing output file ‘/mnt/gluster/test.io.1’: Invalid argument</div></div><div><br></div><div>but, I got the same error.</div><div><br></div><div>Regards.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-18 19:23 GMT+09:00 Javier Talens Segui <span dir="ltr">&lt;<a href="mailto:Javier.Segui@uib.no" target="_blank">Javier.Segui@uib.no</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">mount -t glusterfs 10gnode1:disp_vol /mnt/gluster<br>
<br>
Note. remove the / when indicate the volume name, try like that and check if the volume is mounted before accesing it:<br>
<br>
mount  (you should see 10gnode1:disp_vol on /mnt/gluster (rw,telatime..... etc)<br>
<br>
Regards,<br>
J.<span class=""><br>
<br>
<br>
On 2015-09-18 03:00, 이태화 wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi, I have tested Disperse volume.<br>
<br>
so I perform a test using &quot;dd&quot;<br>
<br>
<br>
I&#39;m using 4 nodes. and nodes are connected through 10g network.<br>
<br></span>
*Volume creation &amp; mount command:*<span class=""><br>
root@node1:~# gluster vol create disp_vol disperse 4 redundancy 1<br>
10gnode1:/node/dispv 10gnode2:/node/dispv 10gnode3:/node/dispv<br>
10gnode4:/node/dispv<br>
This configuration is not optimal on most workloads. Do you want to use it<br>
? (y/n) y<br>
volume create: disp_vol: success: please start the volume to access data<br>
root@node1:~# gluster vol start disp_vol<br>
volume start: disp_vol: success<br>
root@node1:~# mount -t glusterfs 10gnode1:/disp_vol /mnt/gluster<br>
<br></span>
*Test command &amp; error message:*<span class=""><br>
root@node1:~# dd if=/dev/zero of=/mnt/gluster/test.io.1 oflag=direct<br>
bs=1024k count=1024<br>
dd: error writing ‘/mnt/gluster/test.io.1’: Invalid argument<br>
dd: closing output file ‘/mnt/gluster/test.io.1’: Invalid argument<br>
<br>
<br>
To recognize why, I saw logs. but I didn&#39;t know reasons.<br>
<br></span>
*Warning messages in /var/log/glusterfs/mnt-gluster.log*<div><div class="h5"><br>
[2015-09-18 00:39:38.460320] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-2: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.460320] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-1: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.464081] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-3: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.464297] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-0: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.464459] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 18: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.464643] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 19: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.464801] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 20: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.464958] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 21: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.465114] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 22: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.465278] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 23: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.465433] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 24: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.465585] W [fuse-bridge.c:2240:fuse_writev_cbk]<br>
0-glusterfs-fuse: 25: WRITE =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.465529] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-0: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.465863] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-1: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.465890] W [fuse-bridge.c:690:fuse_truncate_cbk]<br>
0-glusterfs-fuse: 26: FTRUNCATE() ERR =&gt; -1 (Invalid argument)<br>
[2015-09-18 00:39:38.466192] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-2: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.466353] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-3: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.467464] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-0: remote<br>
operation failed [Invalid argument]<br>
[2015-09-18 00:39:38.467848] W [MSGID: 114031]<br>
[client-rpc-fops.c:904:client3_3_writev_cbk] 0-disp_vol-client-1: remote<br>
operation failed [Invalid argument]<br>
---- repeated ----<br>
[2015-09-18 00:39:38.473542] W [fuse-bridge.c:1230:fuse_err_cbk]<br>
0-glusterfs-fuse: 27: FLUSH() ERR =&gt; -1 (Invalid argument)<br>
<br>
<br>
I need your help. anything about this is fine.<br>
<br>
If you need some environment informations, I&#39;m ready to inform that.<br>
<br>
Thanks<br>
<br></div></div>
_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
<a href="http://www.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Javier Talens Segui<br>
University of Bergen<br>
Senior Engineer<br>
</font></span></blockquote></div><br></div>