Github user sureshanaparti commented on the pull request:

    https://github.com/apache/cloudstack/pull/830#issuecomment-162493826
  
    @ustcweizhou , Same with my result set as well.
    mysql> select * from vm_instance where state is null;
    Empty set (0.00 sec)
    
    mysql> SELECT id, name, volume_type, state, vm_state FROM cloud.volume_view 
where vm_state is null and vm_id is not null;
    Empty set (0.00 sec)


---
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