diff --git a/vm/ve.sh b/vm/ve.sh new file mode 100644 index 00000000..e6d3e7cb --- /dev/null +++ b/vm/ve.sh @@ -0,0 +1,15 @@ +pvesh get /nodes + +pvesh get /nodes//qemu + +pvesh create /nodes//qemu//status/start + +pvesh create /nodes//qemu//status/stop + +pvesh create /nodes//qemu//status/shutdown + +pvesh get /nodes//lxc + +pvesh create /nodes//lxc//status/start + +pvesh create /nodes//lxc//status/stop