Hide Forgot
Description of problem: small file performance differences between local and gluster storage # ll -h php.tgz -rw------- 1 root root 19M Nov 28 14:51 php.tgz # time tar zxf php.tgz -C /tmp real 0m1.962s user 0m0.944s sys 0m0.952s # find /tmp/php-7.0.13/ -type f | wc -l 18388 # du -hs /tmp/php-7.0.13/ 155M /tmp/php-7.0.13/ # gluster volume profile stevetest info incremental # vmstat -S M -t -w 2 > $(hostname)_smallfile.vmstat # time tar zxf php.tgz -C /mnt/stevetest/ real 4m24.812s user 0m1.233s sys 0m2.591s # gluster volume profile stevetest info incremental >/tmp/gluster_bricks_smallfile.gprofile # setfattr -n trusted.io-stats-dump -v /tmp/gluster_client_smallfile.gprofile /mnt/stevetest/ Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1225615 [details] vmstat-140
Created attachment 1225616 [details] vmstat-141
Created attachment 1225617 [details] vmstat-142
Created attachment 1225618 [details] volume profile
Created attachment 1225619 [details] client IO-stat dump