Propagating file changes to cagefs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simplysup
    Junior Member
    Forum Explorer
    • Mar 2021
    • 26

    #1

    Propagating file changes to cagefs

    Im trying to propagate changes in specific path to cagefs, and the only command that is able to do that is cagefsctl --force-update, but it takes too long. So I was wondering whether it was possible to update a specific path instead with some command that would take less time? This is needed for our server management solution that modifies /opt/cpanel/ea-php72/root/etc/php.fused.d/ dir.

    I tried asking CL support but theyre useless.

    Thanks.
  • skhristich
    Senior Member
    • Nov 2019
    • 595

    #2
    Hello,
    Thank you for reaching out! Unfortunately, there are no other commands.
    Cagefs update is performed by default in cron once a day.
    If you have any other questions, feel free to ask here. Thank you for contacting us.

    Comment

    • skhristich
      Senior Member
      • Nov 2019
      • 595

      #3
      In addition, it will also help in this matter nevertheless:

      Code:
      cagefsctl --force-update
      Or you can copy/update the files you want in the directory
      /usr/share/cagefs/.cpanel.multiphp/opt/cpanel/ea-php72/root/etc
      This directory is contained in cagefs

      Comment

      Working...