Currently, it is left up to the user to never make two vms with the same -name. Now that we have the transient list vm functionality, we can enforce this by first checking for other vms. The downside here is that it will slightly slowdown startup time. We can, of course, have a flag to opt out of this.
Currently, it is left up to the user to never make two vms with the same
-name
. Now that we have thetransient list vm
functionality, we can enforce this by first checking for other vms. The downside here is that it will slightly slowdown startup time. We can, of course, have a flag to opt out of this.