search for: virstoragevolupload

Displaying 5 results from an estimated 5 matches for "virstoragevolupload".

2013 Apr 12
1
Shouldn't vol-upload / virStorageVolUpload() be doing some format conversion?
Hi, I just tried using vol-update to copy an image file to a storage pool, and I noticed that, at least in my configuration (qemu backend, storage pool of type "dir"), this command does not appear to be doing any kind of format conversion. It simply copied the source file as-is over the file in which the target volume was stored with no checks whether that even makes sense. The
2011 Jul 29
1
Custom storage pools/volumes
...age 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://vexxhost.com
2015 Aug 16
0
who is the end user of libvirt-iohelper?
...ake some experiments 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).
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