adietrich-ussignal opened a new issue, #10670:
URL: https://github.com/apache/cloudstack/issues/10670

   ### problem
   
   When using the `prepareForShutdown` API, the state of `shutdowntriggered` is 
set to `true`. 
   
   
   ### versions
   
   ACS 4.19.2.0
   CMK 6.4.0 
   
   ### The steps to reproduce the bug
   
   1. Observe the current state before shutdown
   ```
   ready forshutdown managementserverid=0b2faa01-706f-4f37-82ff-3e5e8f0971f8
   {
     "readyforshutdown": {
       "managementserverid": 1,
       "pendingjobscount": 0,
       "readyforshutdown": true,
       "shutdowntriggered": false
     }
   }
   ```
   2. Perform prepare for shutdown 
   ```
   prepare forshutdown managementserverid=0b2faa01-706f-4f37-82ff-3e5e8f0971f8
   {
     "prepareforshutdown": {
       "managementserverid": 1,
       "pendingjobscount": 0,
       "readyforshutdown": true,
       "shutdowntriggered": true
     }
   }
   ```
   3. Observe `shutdowntriggered` is set to `true`.
   ...
   
   
   ### What to do about it?
   
   Shutdown triggered should remain false until triggerShutdown is called 
against the management server. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to