Activity log for bug #1228804

Date Who What changed Old value New value Message
2013-09-22 08:54:40 ChangBo Guo(gcb) bug added bug
2013-09-22 09:06:55 ChangBo Guo(gcb) tags api
2013-09-22 09:07:12 OpenStack Infra nova: status New In Progress
2013-09-22 09:07:12 OpenStack Infra nova: assignee ChangBo Guo (guochbo)
2013-09-25 09:45:02 ChangBo Guo(gcb) bug added subscriber Russell Bryant
2013-09-25 09:47:05 ChangBo Guo(gcb) bug added subscriber GuoHui LIu
2013-09-25 09:49:47 ChangBo Guo(gcb) bug added subscriber Chris Behrens
2013-09-26 02:02:14 ChangBo Guo(gcb) summary Need add precheck compute service before stop/start instance Need add precheck compute service before performing action on instance
2013-09-26 03:28:36 ChangBo Guo(gcb) summary Need add precheck compute service before performing action on instance Need raise exception when performing action on instance if compute service is down
2013-09-26 03:32:21 ChangBo Guo(gcb) description Current compute api doesn't have precheck for compute service before stop/start instance . If the compute service isn't available, for example like the compute host is down or compute service can't connect to controller . This lead to keep instance' task_state with 'powering-off'/'powering-on' forever without raising exception. The instance can't be stopped/started even the compute service is available again . Current compute api doesn't have precheck for compute service before stop/start instance . If the compute service isn't available, for example like the compute host is down or compute service can't connect to controller . This lead to keep instance' task_state with 'powering-off'/'powering-on' forever without raising exception. The instance can't be stopped/started even the compute service is available again . These actions include stop/start, pause/unpause suspend/resume We need raise exception to report compute service is not available as below: [root@guochbo-10-7-0-151 ~]# nova start test1 ERROR: Compute service of guochbo-10-7-0-151.sce.cn.ibm.com is unavailable at this time. (HTTP 400) (Request-ID: req-282b4ee7-8920-43e7-8ce7-40bc2330fc49)
2013-09-26 04:32:15 ChangBo Guo(gcb) description Current compute api doesn't have precheck for compute service before stop/start instance . If the compute service isn't available, for example like the compute host is down or compute service can't connect to controller . This lead to keep instance' task_state with 'powering-off'/'powering-on' forever without raising exception. The instance can't be stopped/started even the compute service is available again . These actions include stop/start, pause/unpause suspend/resume We need raise exception to report compute service is not available as below: [root@guochbo-10-7-0-151 ~]# nova start test1 ERROR: Compute service of guochbo-10-7-0-151.sce.cn.ibm.com is unavailable at this time. (HTTP 400) (Request-ID: req-282b4ee7-8920-43e7-8ce7-40bc2330fc49) Current compute api doesn't have precheck for compute service before performing action on instance . If the compute service isn't available, for example like the compute host is down. and stop/start instance will lead to keep instance' task_state with 'powering-off'/'powering-on' without raising exception. These actions include stop/start, pause/unpause suspend/resume We need raise exception to report compute service is not available as below: [root@guochbo-10-7-0-151 ~]# nova start test1 ERROR: Compute service of guochbo-10-7-0-151.sce.cn.ibm.com is unavailable at this time. (HTTP 400) (Request-ID: req-282b4ee7-8920-43e7-8ce7-40bc2330fc49)
2013-11-23 03:13:25 ChangBo Guo(gcb) nova: status In Progress New
2013-11-23 03:13:25 ChangBo Guo(gcb) nova: assignee ChangBo Guo (guochbo)
2013-11-27 00:51:23 Christopher Yeoh nova: status New Confirmed
2013-11-27 00:51:32 Christopher Yeoh nova: importance Undecided Low
2016-07-05 09:43:45 Markus Zoeller (markus_z) nova: importance Low Undecided
2016-07-05 09:43:45 Markus Zoeller (markus_z) nova: status Confirmed Expired