file size change on share nfs
by Federico Fiordoliva
Hi all,
i have this configuration in my lab.
One cluster of GlusterFS in replca mode of tree nodes.
I installed nfs ganesha over gluster server and i configure export for gluster volume.
All works fine, i able to mount export from client in nfs4 mode.
I can write files and all file are wrote on all nodes.
Problem!
When i wrote a file form client, example with wget the file size changes from the origial, infact the md5sum don't match.
An example:
-rw-r--r--. 1 federico.fiordoliva federico.fiordoliva 2268069888 25 mag 11.22 Rocky-8.6-x86_64-minimal.iso_2
-rw-r--r--. 1 federico.fiordoliva federico.fiordoliva 2294284288 25 mag 11.19 Rocky-8.6-x86_64-minimal.iso
The first file was tranferred with scp from my laptop, after i downloaded it.
The second one was download with wget.
The original file size is:
-rw-rw-r-- 1 federico federico 2265972736 mag 24 11:37 Rocky-8.6-x86_64-minimal.iso
The same problem with other file type, if i download a bash script compressed:
-rw-r--r--. 1 federico.fiordoliva federico.fiordoliva 187695104 May 25 09:05 Miniconda3-py39_4.12.0-Linux-x86_64.sh
-rw-rw-r--. 1 federico.fiordoliva federico.fiordoliva 192937984 May 16 22:02 Miniconda3-py39_4.12.0-Linux-x86_64.sh_downloaded
the original file size is:
-rw-rw-r-- 1 federico federico 76607678 mag 16 22:02 Miniconda3-py39_4.12.0-Linux-x86_64.sh
This is my mpunt point
192.168.177.99:/home on /home type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.177.104,local_lock=none,addr=192.168.177.99)
Thank's
Federico
2 years, 4 months