• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved a recurrent task generating a lot of IO delays

Alban Staehli

Regular Pleskian
Hi,

Just running into some IO delays on daily basis, and I can see this command being run on my Plesk box (CentOS Linux 7.9.2009 & Plesk Obsidian Version 18.0.39 Update #2)
find / -maxdepth 7 -path /proc -prune -o -path /sys -prune -o -type f -size +50 -printf %s?t%Tc?t%p n

Would anyone know what it's related to? I could not find what is triggering this command so far.
The only page I could find with same command shown in some log dumps is here: Plesk Dovecot wird "angegriffen" geht down

Thank you for your thoughts.
 
This is done by updatedb, which renews the database for locate. Package might be called slocate.
 
This is done by updatedb, which renews the database for locate. Package might be called slocate.
I've actually searched for any kind of locate, mlocate or slocate packages without luck...
yum list installed | grep locate

There's nothing with such name. Also can't see updatedb conf file within /etc.
Any other thoughts of where I shall look?
 
I've actually searched for any kind of locate, mlocate or slocate packages without luck...
yum list installed | grep locate

There's nothing with such name. Also can't see updatedb conf file within /etc.
Any other thoughts of where I shall look?
Plz ignore, issue was with another container running on same host - locate wasn't installed on the Plesk host.
Thx again @mow for pointing out to locate!
 
Me again, after disabling all updatedb / locate within multiple containers, I realized that the command highlighted earlier was still being run.
I could finally trace it back, and it's running by Plesk!
Parents commands being:
  • bash /usr/local/psa/admin/sbin/modules//diskspace-usage-viewer/files.sh
  • /usr/bin/sw-engine -c /usr/local/psa/admin/conf/php.ini -dauto_prepend_file=sdk.php /usr/local/psa/admin/plib/modules/diskspace-usage-viewer/scripts/files.php
This is related to Plesk Extension diskspace-usage-viewer, which has a task to run hourly by default within the crontab. Switching to once a day saved me from a lot of IO usage.
 
Back
Top