Description of problem: On monitor machine installed using ceph installer, the supervisord service is not started when monitor is rebooted. Version-Release number of selected component (if applicable): supervisor-3.0-2.el7cp.noarch How reproducible: 100% Steps to Reproduce: 1. Reboot monitor machine 2. Check if supervisord.service is running Actual results: # systemctl status supervisord.service ● supervisord.service - Process Monitoring and Control Daemon Loaded: loaded (/usr/lib/systemd/system/supervisord.service; disabled; vendor preset: disabled) Active: inactive (dead) May 13 15:41:13 <hostname> systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored With any other check a new line is appended to output telling 'Support for option SysVStartPriority= has been removed and it is ignored' Expected results: the supervisord service is running. Additional info:
code for this exists in 1.3. I'll prepare a branch for it.
Confirmed this is still an issue with the latest calamari build (calamari-server-1.4.0-0.10.rc13.el7cp)
Issue resolved. Moving to verified state. [cephuser@magna055 ~]$ sudo systemctl status supervisord.service ● supervisord.service - Process Monitoring and Control Daemon Loaded: loaded (/usr/lib/systemd/system/supervisord.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2016-06-21 14:32:06 UTC; 17h ago Main PID: 28215 (supervisord) CGroup: /system.slice/supervisord.service ├─20015 /opt/calamari/venv/bin/python /opt/calamari/venv/bin/calamari-lite └─28215 /usr/bin/python /usr/bin/supervisord Jun 21 14:37:18 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:37:18 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:37:43 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:37:58 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:40:48 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:40:49 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:41:02 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:41:20 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:41:23 magna055 systemd[1]: [/usr/lib/systemd/system/supervisord.service:8] Support for option SysVStartPriority= has been removed and it is ignored Jun 21 14:41:23 magna055 systemd[1]: Started Process Monitoring and Control Daemon. [cephuser@magna055 ~]$ sudo reboot Connection to magna055 closed by remote host. Connection to magna055 closed. hnallurv@magna002:~$ ./m1 Warning: Permanently added 'magna055,10.8.128.55' (ECDSA) to the list of known hosts. cephuser@magna055's password: Last login: Wed Jun 22 07:25:43 2016 from magna002.ceph.redhat.com [cephuser@magna055 ~]$ sudo systemctl status supervisord.service ● supervisord.service - Process Monitoring and Control Daemon Loaded: loaded (/usr/lib/systemd/system/supervisord.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2016-06-22 07:34:59 UTC; 1min 15s ago Process: 1370 ExecStart=/usr/bin/supervisord (code=exited, status=0/SUCCESS) Main PID: 2610 (supervisord) CGroup: /system.slice/supervisord.service ├─2610 /usr/bin/python /usr/bin/supervisord └─2664 /opt/calamari/venv/bin/python /opt/calamari/venv/bin/calamari-lite Jun 22 07:34:56 magna055 systemd[1]: Starting Process Monitoring and Control Daemon... Jun 22 07:34:58 magna055 supervisord[1370]: /usr/lib/python2.7/site-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default lo... Jun 22 07:34:58 magna055 supervisord[1370]: 'Supervisord is running as root and it is searching ' Jun 22 07:34:59 magna055 systemd[1]: Started Process Monitoring and Control Daemon. Hint: Some lines were ellipsized, use -l to show in full. [cephuser@magna055 ~]$ sudo rpm -qa| grep supervi supervisor-3.0-2.el7cp.noarch [cephuser@magna055 ~]$ sudo rpm -qa| grep calama calamari-server-1.4.2-1.el7cp.x86_64 [cephuser@magna055 ~]$ sudo ceph -v ceph version 10.2.2-5.el7cp (49c93ac9dceaa9318129ece8b0f45a3968d9c981) [cephuser@magna055 ~]$ date Wed Jun 22 07:39:22 UTC 2016 [cephuser@magna055 ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-1755.html