node-libvirt
node-libvirt copied to clipboard
libvirt bindings for google v8 javascript engine (nodejs addon)
In particular, domain lookup by UUID is unusable in the version in npm. Can another release be made?
Hello. I get following error when I try to node-gyp build node-libvirt on Centos 7, node 15.2, npm 7.0.8, node-gyp 7.1.2, python 3.6.8 and libvirt 6.5. node-gyp configure returns ok....
It becomes very complicated start to use and contribute to this project, because it lacks documentation, apparently referring to unit testing, as if it were an appropriate way to start,...
Formats https://github.com/hooklift/node-libvirt/blob/master/API.md#registerdomaineventevent so it can be read when rendered on github.
When using life cycle events to detect reboots and shutdowns, it crashes very often (segfaults) in the C++ handler. It crashes all the time with Node 11.x, a little bit...
I've noticed there are really any docs and the readme doesn't matchup all that well with the code anymore. I'd love to volunteer to maintain this repo and get it...
Hi, I am trying to write an app that will notify when a new VM is added to a HV. How can I listen to all events from the hypervisor?...
Have installed `npm install --global --production windows-build-tools` npm install -g failed run node-gyp.cmd rebuild manully lack of header files put header files into windows10/kits/ucrt cause error like unmatching source files...
How can I clone an entire vm with node-libvirt ? I search an equivalent of virt-clone, can I do that with node-libvirt ? Thanks.
I have found the following issues when testing secrets (for Ceph storage pools) - `setValue` will clip the passed key - `virsh` retrieves the data base64 transposed ```'use strict'; const...