Bug 65791 - salt-minion service enters reloading state on executing apache.modules from salt master
Summary: salt-minion service enters reloading state on executing apache.modules from s...
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.51
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-07 07:50 UTC by Sonal
Modified: 2022-01-07 07:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sonal 2022-01-07 07:50:09 UTC
On listing apache modules on salt minion by executing following command from salt-master,

# salt 'target' apache.modules

on minion, salt-minion service enters "reloading" state.

# systemctl status salt-minion
● salt-minion.service - The Salt Minion
   Loaded: loaded (/usr/lib/systemd/system/salt-minion.service; enabled; vendor preset: disabled)
   Active: reloading (reload) since XXXX
     Docs: man:salt-minion(1)
           file:///usr/share/doc/salt/html/contents.html
           https://docs.saltstack.com/en/latest/contents.html
 Main PID: 3582 (salt-minion)
   Status: "Reading configuration..."


Few details:

1) Important to note that previously it was Apache/2.4.6 (CentOS) and this issue started after upgrading to Apache/2.4.48 (IUS)
2) salt-master and salt-minion both the versions are 3003.1
3) It is Centos 7 VM
4) service remains in "reloading" state until restarted
5) minion logs does not log anything on change of service state