You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/07/26 11:24:49 UTC

[GitHub] [cloudstack] tampler edited a comment on issue #5240: Unable to create a deployment for VM

tampler edited a comment on issue #5240:
URL: https://github.com/apache/cloudstack/issues/5240#issuecomment-886615730


   Great! And what do I do? 
   
   Seems like I do have a host, but CS can't use it
   
   ```
   (localcloud) 🐱 > list hosts filter=id,name, state=up
   {
     "count": 3,
     "host": [
       {
         "id": "d75b73ff-d290-4075-bd6a-4cff06b5e82a",
         "name": "s-203-VM"
       },
       {
         "id": "6216ee07-be7f-4c60-a0ca-1eb6114d2d20",
         "name": "v-202-VM"
       },
       {
         "id": "ee4a7525-9925-493c-99d1-b13230ea16d2",
         "name": "cloud"
       }
     ]
   }
   ```
   I also see that my guest VM is in the "error" state:
   ```
   (localcloud) 🐱 > list virtualmachines filter=id,name, state=error
   {
     "count": 1,
     "virtualmachine": [
       {
         "id": "2beda728-aec9-4214-aa1d-54b899521c1a",
         "name": "testvm-0"
       }
     ]
   }
   ```


-- 
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-unsubscribe@cloudstack.apache.org

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