GithubHelp home page GithubHelp logo

Comments (4)

mbroadst avatar mbroadst commented on August 25, 2024

@Rush I don't actually see that in the api reference, though I do see virStoragePoolLookupByVolume did you mean that?

You should be able to use the NLV_LOOKUP_BY_VALUE_WORKER but will probably have to fill in the implementation yourself since you'll need to unwrap a passed in StorageVolume object iiuc.

from node-libvirt.

Rush avatar Rush commented on August 25, 2024

Yes I meant https://libvirt.org/html/libvirt-libvirt-storage.html#virStoragePoolLookupByVolume

but will probably have to fill in the implementation yourself since you'll need to unwrap a passed in StorageVolume object iiuc.

That's what I ask for. Are there any similar implementations in the code that I could just copy and paste? :) I feel like each time I do Nan+v8 I need to learn it from the start.

from node-libvirt.

mbroadst avatar mbroadst commented on August 25, 2024

Yeah I feel your pain :)

Unfortunately there isn't anything you can directly copy, as all of the other lookupBy* methods generally take a string, but I don't think what you're asking for would be too hard.

The first thing I would do if I were you would be to copy and paste the implementation for virStoragePoolLookupByVolume (in storage_pool.h/cpp), rename it to ByVolume but still taking a string. At that point you simply need to "unwrap" the macros, replacing the macros with the actual code and switch out the use of strings for the storage volume handle that's passed to the function, in particular here: https://github.com/hooklift/node-libvirt/blob/master/src/storage_pool.cc#L71.

If you get some basic code for this together I can help walk you through it.

from node-libvirt.

mbroadst avatar mbroadst commented on August 25, 2024

@Rush looks like you implemented this a day ago :) closing

from node-libvirt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.