Apologies if this forum isn’t the right place for virter discussion. I don’t see that the discussions feature is turned on for the GitHub repo.
I have a couple of questions:
- When running
virter vm run, the--helpsays that the--idis “ID for VM which determines the IP address.” From what I can tell, this just means that the value is used as the last octet of the IP address. Is there more to it than that? So by extension, is the valid range of values something like 1…254? - Occasionally when running
virter image buildorvirter vm runeven if no other VMs are currently running, I get an error likeFailed to build image: preset ID '160' already used. What does this mean? Where in my system are these IDs persisted? I can get this error even ifvirter vm lsorvirter network list-attached defaultshow empty lists. - Even more frequently, during a
virter image buildor avirter sshI’ll get something like:ssh: handshake failed: ssh: host key mismatch. What does this mean, and what can I do to avoid it?
Thanks!
-SG