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"
}
]
}
```
I also don't see exceptions in the `agent.log`. I only see exceptions on 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]