TITLE:
pm.max_children value set in serviceplan get not synced to domain/subscription
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:CentOS Linux 7.5.1804 (Core)
Plesk Onyx Version 17.8.11 Update #9
PROBLEM DESCRIPTION:Plesk Onyx Version 17.8.11 Update #9
When I change on service plan level the pm.max_children value and update & sync this value is not synced to the Domains which are asigned to the service plan. As described in How to apply PHP-FPM pool settings for all the domains? it should get synced.
STEPS TO REPRODUCE:Goto plesk Panel > Service Plan > Select Plan > PHP Settings > set value for pm.max_children for example to 30 and click Update & Sync Button and wait for "The sync was successfully completed."
ACTUAL RESULT:
timestamp of the conf file get updated but the value is still the old and not the one from service plan.
or Goto plesk Panel > Subscriptions > select Domain > PHP settings > check pm.max_children value
EXPECTED RESULT:
Code:
# grep pm.max_children /opt/plesk/php/7.2/etc/php-fpm.d/*
/opt/plesk/php/7.2/etc/php-fpm.d/example1.de.conf:pm.max_children = 24
/opt/plesk/php/7.2/etc/php-fpm.d/example2.de.conf:pm.max_children = 5
or Goto plesk Panel > Subscriptions > select Domain > PHP settings > check pm.max_children value
adjusted pm value in service plan should by syncronized to domains assigned to this service plan.
ANY ADDITIONAL INFORMATION:on another Server with ubuntu and Plesk Version 17.5.3 Update #49 the syncronization of the pm.max_children value works as expected
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Confirm bug
Attachments
Last edited: