<html><body><p>According to <a href="http://docs.openstack.org/newton/config-reference/mutable.html">http://docs.openstack.org/newton/config-reference/mutable.html</a>, seems this option is valid to compute service (as it says: <font size="4">Log onto the compute node. </font>)<br>but from following test result seems it's not honored by compute service, is it a bug or wrong usage? <br><br>this is a all in one environment, Newton release version <br>I did change debug options from True to none (default to False) in the node and tried command 'pkill -HUP nova' <br><br>compute logs shows it's still in DEBUG mode (and only service restart will make the debug logs disappear)<br><br>2017-01-05 05:16:46.174 62225 INFO oslo_service.service [req-de8349f2-ceb7-4eef-94ce-7cb09fd289bf - - - - -] Caught SIGHUP, exiting<br>2017-01-05 05:16:46.175 62225 DEBUG oslo_concurrency.lockutils [req-de8349f2-ceb7-4eef-94ce-7cb09fd289bf - - - - -] Acquired semaphore "singleton_lock" lock /usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py:212<br>2017-01-05 05:16:46.175 62225 DEBUG oslo_concurrency.lockutils [req-de8349f2-ceb7-4eef-94ce-7cb09fd289bf - - - - -] Releasing semaphore "singleton_lock" lock /usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py:225<br>2017-01-05 05:16:51.287 62225 DEBUG oslo_messaging._drivers.amqpdriver [-] CALL msg_id: a86b7b1cb66745e485e5ab75a1eb2a83 exchange 'nova' topic 'conductor' _send /usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py:448<br>2017-01-05 05:16:51.295 62225 INFO nova.compute.manager [req-de8349f2-ceb7-4eef-94ce-7cb09fd289bf - - - - -] Reloading compute RPC API<br><br>api log shows it honored the flag and follow on there is no debug log based on the 'Option DEFAULT.debug changed from [true] to [None]' <br><br>2017-01-05 05:16:46.130 62146 INFO oslo_service.service [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Child caught SIGHUP, exiting<br>2017-01-05 05:16:46.130 62146 DEBUG oslo_concurrency.lockutils [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Acquired semaphore "singleton_lock" lock /usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py:212<br>2017-01-05 05:16:46.130 62146 DEBUG oslo_concurrency.lockutils [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Releasing semaphore "singleton_lock" lock /usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py:225<br>2017-01-05 05:16:46.151 62145 INFO oslo_config.cfg [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Option DEFAULT.debug changed from [true] to [None]<br>2017-01-05 05:16:46.151 62145 INFO nova.wsgi [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Stopping WSGI server.<br>2017-01-05 05:16:46.151 62145 INFO nova.osapi_compute.wsgi.server [req-3d3dfc79-4c42-460e-8311-7eab381adff3 - - - - -] (62145) wsgi exited, is_accepting=True<br>2017-01-05 05:16:46.152 62145 INFO nova.wsgi [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] WSGI server has stopped.<br>2017-01-05 05:16:46.154 62146 INFO oslo_config.cfg [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Option DEFAULT.debug changed from [true] to [None]<br>2017-01-05 05:16:46.155 62146 INFO nova.wsgi [req-1dc88c01-f1a2-4553-b13d-0a06f8242879 - - - - -] Stopping WSGI server.<br>........<br><there used to be some debug log here if debug is True><br>........<br>2017-01-05 05:16:46.164 62146 INFO nova.osapi_compute.wsgi.server [req-c0aaa8de-b181-4fb0-a3e1-0e4ed201457b - - - - -] (62146) wsgi starting up on <a href="https://0.0.0.0:8774/">https://0.0.0.0:8774</a><br>Best Regards! <br><br>Kevin (Chen) Ji ¼Í ³¿<br><br>Engineer, zVM Development, CSTL<br>Notes: Chen CH Ji/China/IBM@IBMCN   Internet: jichenjc@cn.ibm.com<br>Phone: +86-10-82454158<br>Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian District, Beijing 100193, PRC <BR>
</body></html>