McTwist / vmctrl

Control virtual units through commands in input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of pve system directly where applicable

McTwist opened this issue · comments

As most of the commands are quite slow, and calling them several times results in huge losses, interacting with them directly would be a lot faster.

Keep in mind that this depends on the underlying system and could get a lot complicated depending on what route is taken: pve or kernel.

Possible to use Proxmox API as well. Makes it possible to make use of the system over several nodes.

Make use of proxmoxer could even be better.