Closed mkunz7 closed 5 years ago
Specifying a wildcard doesn't make sense based on the API docs for vm config schedule
.
We could warn or error if the host isn't part of the namespace though.
If you have queueing enabled, the VM config is already in the queue so you'll have to use ns flush
to clear the queue.
Describe your environment
Describe the bug
vm config schedule
doesn't support wildcarding and you can'tclear vm config schedule
if you provide an invalid server and attempt to launch.To Reproduce
Expected behavior Warn on wildcarding not supported. Should be able to clear the vm config schedule name if you enter something invalid.