Hi,
I noticed something slowing down my server after a fresh boot. After some investigation it looks like something starts the following command:
du -sb /mnt/user/<sharename>
─ php-fpm: master process (/etc/php-fpm.conf)
│ ├─ php-fpm: pool www
│ │ └─ /bin/bash /usr/local/emhttp/webGui/scripts/share_size <sharename> ssz1 <cachePoolName1>,<cachePoolName2>
│ │ └─ /bin/bash /usr/local/emhttp/webGui/scripts/share_size <sharename> ssz1 <cachePoolName1>,<cachePoolName2>
│ │ ├─ du -sb /mnt/disk1/<sharename>
│ │ └─ cut -f1
Looks like the parent process is the Unraid webui?
I have one share with a couple TB of really small files and not the fastest disks so this process takes ages.
I was wondering what this process is for and if I can exclude specific shares?
Hope someone could help me.
Thanks in advance!