search for: virstoragevoldownload

Displaying 10 results from an estimated 10 matches for "virstoragevoldownload".

2018 Dec 03
2
Re: console type tcp with logging
пн, 3 дек. 2018 г. в 12:27, Daniel P. Berrangé <berrange@redhat.com>: > > We don't have any plans to add it, but if someone's interested we'd > accept patches. It would need to integrate with our virStream APIs > to allow download, in similar way to how virStorageVolDownload() works What args this function need to receive? VolDownload this args: virStorageVolDownload(virStorageVolPtr vol, virStreamPtr stream, unsigned long long offset, unsigned long long length, unsigned int flags)...
2018 Dec 01
2
Re: console type tcp with logging
пт, 30 нояб. 2018 г. в 12:43, Daniel P. Berrangé <berrange@redhat.com>: > > On Thu, Nov 29, 2018 at 08:57:54PM +0300, Vasiliy Tolstov wrote: > > чт, 29 нояб. 2018 г. в 18:23, Daniel P. Berrangé <berrange@redhat.com>: > > > > > > On Thu, Nov 29, 2018 at 06:19:43PM +0300, Vasiliy Tolstov wrote: > > > > Hi! I want to have ability to connect to
2016 Apr 06
1
Domain, volume and storage-pool
Hi, I am using virStorageVolDownload to download volumes for the VDSM project. What is the best approch to know domains volume? Is there an api for associating domain to its pool and then to its volumes? I was able to do that by iterating the pools and then iterating all its volume..., is there a better way? Thank you, Shahar Havi...
2018 Dec 03
0
Re: console type tcp with logging
...3 дек. 2018 г. в 12:27, Daniel P. Berrangé <berrange@redhat.com>: > > > > We don't have any plans to add it, but if someone's interested we'd > > accept patches. It would need to integrate with our virStream APIs > > to allow download, in similar way to how virStorageVolDownload() works > > What args this function need to receive? VolDownload this args: > virStorageVolDownload(virStorageVolPtr vol, > virStreamPtr stream, > unsigned long long offset, > unsigned long long length, >...
2011 Jul 29
1
Custom storage pools/volumes
...er, we have our own storage API that connects/disconnects and makes LUNs available over iSCSI with iSER. We would have loved to use a storage pool however our system implements a one target per LUN/VDI, therefore, we'd have to create a pool for each server. We really would like to utilize the virStorageVolDownload / virStorageVolUpload API calls, however, it seems that those would only work if the storage volume is within a pool. Is there a way we could possibly define a storage volume without a pool or will we have to create a storage pool for each individual volume? Thank you, Mohammed Naser http://vexxh...
2015 Apr 21
1
Libvirt disk API
Hi all: I am studying Libvirt API , I am wondering the API about the disk manage is TBD(to be difine). The edition is libvirt 0.7.5 ,but the edition is too old ,The website is http://libvirt.org/guide/html/Application_Development_Guide-Introduction.html So, if I want to manage the VM disk , for example read the disk, what should I do ?
2015 Aug 16
0
who is the end user of libvirt-iohelper?
...with writing/reading stream to/from volume. I've realized that libvirt-iohelper are ran to make this operations: 1) reading stream from stdin and writng to a file 2) reading stream from a file and writing to stdout I've also realized that virsh uses libvirt-iohelper via virStorageVolUpload/virStorageVolDownload. But i can't find the place where virsh works with stdin/stdout (reading/writing full data to this I/O).
2018 Dec 03
0
Re: console type tcp with logging
...t at this time. > > > > Thanks! Do you have some plans to add this ability or patches welcome? =) We don't have any plans to add it, but if someone's interested we'd accept patches. It would need to integrate with our virStream APIs to allow download, in similar way to how virStorageVolDownload() works Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
2020 Jun 28
2
get contents of a storage volume in bytes
Hi, i have two machines with libvirt installed. I want to move a storage volume from the 1st machine to 2nd machine with code. I'm thinking of reading a storage volume into a byte array/stream then uploading through my own/custom handler (written in go) to the 2nd machine's custom handler which will then be writing the byte stream to libvirt storage volume. Is there a libvirt function to
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo