Github user resmo commented on the pull request:

    https://github.com/apache/cloudstack/pull/829#issuecomment-142901959
  
    Increasing the grace period for a few minutes won't help. If you look at 
these update_time values I queried from 10 running routers, you see these are 
days, weeks behind.
    ~~~
    mysql> select instance_name, type, update_time from vm_instance where 
instance_name like 'r-%' and removed is NULL and state = 'Running' limit 10\G;
    *************************** 1. row ***************************
    instance_name: r-2978-VM
             type: DomainRouter
      update_time: 2015-08-24 21:54:42
    *************************** 2. row ***************************
    instance_name: r-3650-VM
             type: DomainRouter
      update_time: 2015-08-24 22:23:53
    *************************** 3. row ***************************
    instance_name: r-3651-VM
             type: DomainRouter
      update_time: 2015-08-26 00:57:40
    *************************** 4. row ***************************
    instance_name: r-3652-VM
             type: DomainRouter
      update_time: 2015-09-17 06:44:14
    *************************** 5. row ***************************
    instance_name: r-3653-VM
             type: DomainRouter
      update_time: 2015-08-24 22:18:43
    *************************** 6. row ***************************
    instance_name: r-3654-VM
             type: DomainRouter
      update_time: 2015-09-17 06:44:11
    *************************** 7. row ***************************
    instance_name: r-3655-VM
             type: DomainRouter
      update_time: 2015-09-15 05:34:30
    *************************** 8. row ***************************
    instance_name: r-3656-VM
             type: DomainRouter
      update_time: 2015-08-24 21:53:57
    *************************** 9. row ***************************
    instance_name: r-3657-VM
             type: DomainRouter
      update_time: 2015-08-24 22:33:40
    *************************** 10. row ***************************
    instance_name: r-3659-VM
             type: DomainRouter
      update_time: 2015-08-26 00:33:54
    10 rows in set (0.01 sec)
    ~~~
    
    But not updating the powerState (which would also update the update_date I 
assume) results in the gracePeriod uses a update_time weeks, months back.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to