Displaying 20 results from an estimated 11000 matches similar to: "who is the end user of libvirt-iohelper?"
2011 Jul 29
1
Custom storage pools/volumes
Hello everyone,
We're currently working with using libvirt as an abstract API to make our dealings with other hypervisors far easier and faster, however, 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
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:
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
2012 Apr 10
0
Libvirt-0.9.11 compilation on Centos 5.6
Hi All,
I am trying to compile libvirt-0.9.11 on Centos 5.6 (32 bit) for xen 4.1.
I have followed following procedure to compile the libvirt library.
1. ./autogen.sh --system --with-xen
2. make
While running "make", I am receiving following errors :
-------------------------------------------------------------------------------------------------------------
CC
2018 Dec 03
0
Re: console type tcp with logging
On Mon, Dec 03, 2018 at 01:38:45PM +0300, Vasiliy Tolstov wrote:
> пн, 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()
2006 Apr 04
2
about the generalized linear models
Hello,
I'm writng this message to see if anyone knows how to analyze a data with
geometrically distributed outcome.
My situation now is : I have a outcome which is geometrically distributed. And
I've also self-derived the link function for geometric distribution. I want to
use generalized linear models to analyze it, but there're only models for
binary data, poisson distributed
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 Havivi.
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
2016 Apr 25
2
Re: stream finish throws exception via python API
On 04/25/2016 08:10 AM, Shahar Havivi wrote:
> On 17.04.16 15:41, Shahar Havivi wrote:
>> Hi,
>> The following snippet works fine e.g. receiving the data but when calling
>> stream.finish() we get the following error:
>>
>> stream = con.newStream()
>> vol.download(stream, 0, 0, 0)
>> buf = stream.recv(1024)
>> stream.finish()
>>
>>
2018 Dec 03
0
Re: console type tcp with logging
On Sun, Dec 02, 2018 at 12:34:54AM +0300, Vasiliy Tolstov wrote:
> пт, 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
2016 Apr 26
2
Re: stream finish throws exception via python API
On 26.04.16 14:14, Shahar Havivi wrote:
> On 25.04.16 09:11, Cole Robinson wrote:
> > On 04/25/2016 08:10 AM, Shahar Havivi wrote:
> > > On 17.04.16 15:41, Shahar Havivi wrote:
> > >> Hi,
> > >> The following snippet works fine e.g. receiving the data but when calling
> > >> stream.finish() we get the following error:
> > >>
>
2013 Nov 27
0
Samba 4 Recursive ACL's
Greetings everyone
I'm trying to set files and directories ACL's from command line on Samba 4, i known i can do it using smbcacls command but not recursively unless writng some shell scripts, i also tried the samba + ntacl command but i couldn't figure it out how to use it, could you provide me an example or another way to apply ACL's (without windows admin tools) ? Sorry for the
2003 Sep 02
0
File in use error (PR#4047)
Full_Name: Edward J. Oakeley
Version: 1.7.1
OS: Windows XP
Submission from: (NULL) (212.47.183.3)
This bug occurs when using the (D)COM server to connect to the "expresso"
command of the Bioconductor Affy package. It may be a bug of R, (D)COM or Affy
ut I will report it here anyway as it feels like an R bug.
The Affy package when invoked will read a series of large (10Mb) text files
2013 Dec 09
0
Samba 4 ACL's
Greetings
I'm trying to set files and directories ACL's from command line on Samba 4, i known i can do it using smbcacls command but not recursively unless writng some shell scripts, i also tried the samba + ntacl command but i couldn't figure it out how to use it, could you provide me an example or another way to apply ACL's (without windows admin tools) ?
2016 Apr 26
0
Re: stream finish throws exception via python API
On 25.04.16 09:11, Cole Robinson wrote:
> On 04/25/2016 08:10 AM, Shahar Havivi wrote:
> > On 17.04.16 15:41, Shahar Havivi wrote:
> >> Hi,
> >> The following snippet works fine e.g. receiving the data but when calling
> >> stream.finish() we get the following error:
> >>
> >> stream = con.newStream()
> >> vol.download(stream, 0, 0, 0)
2016 Apr 26
0
Re: stream finish throws exception via python API
On 26.04.16 15:30, Shahar Havivi wrote:
> On 26.04.16 14:14, Shahar Havivi wrote:
> > On 25.04.16 09:11, Cole Robinson wrote:
> > > On 04/25/2016 08:10 AM, Shahar Havivi wrote:
> > > > On 17.04.16 15:41, Shahar Havivi wrote:
> > > >> Hi,
> > > >> The following snippet works fine e.g. receiving the data but when calling
> > >
2016 Apr 26
2
Re: stream finish throws exception via python API
On 04/26/2016 09:35 AM, Shahar Havivi wrote:
> On 26.04.16 15:30, Shahar Havivi wrote:
>> On 26.04.16 14:14, Shahar Havivi wrote:
>>> On 25.04.16 09:11, Cole Robinson wrote:
>>>> On 04/25/2016 08:10 AM, Shahar Havivi wrote:
>>>>> On 17.04.16 15:41, Shahar Havivi wrote:
>>>>>> Hi,
>>>>>> The following snippet works
2016 Apr 27
0
Re: stream finish throws exception via python API
On Tue, Apr 26, 2016 at 03:17:19PM -0400, Cole Robinson wrote:
> On 04/26/2016 02:56 PM, Nir Soffer wrote:
> > On Tue, Apr 26, 2016 at 4:37 PM, Cole Robinson <crobinso@redhat.com> wrote:
> >> On 04/26/2016 09:35 AM, Shahar Havivi wrote:
> >>> On 26.04.16 15:30, Shahar Havivi wrote:
> >>>> On 26.04.16 14:14, Shahar Havivi wrote:
>
2016 Apr 26
2
Re: stream finish throws exception via python API
On 04/26/2016 02:56 PM, Nir Soffer wrote:
> On Tue, Apr 26, 2016 at 4:37 PM, Cole Robinson <crobinso@redhat.com> wrote:
>> On 04/26/2016 09:35 AM, Shahar Havivi wrote:
>>> On 26.04.16 15:30, Shahar Havivi wrote:
>>>> On 26.04.16 14:14, Shahar Havivi wrote:
>>>>> On 25.04.16 09:11, Cole Robinson wrote:
>>>>>> On 04/25/2016 08:10
2016 Apr 26
0
Re: stream finish throws exception via python API
On Tue, Apr 26, 2016 at 4:37 PM, Cole Robinson <crobinso@redhat.com> wrote:
> On 04/26/2016 09:35 AM, Shahar Havivi wrote:
>> On 26.04.16 15:30, Shahar Havivi wrote:
>>> On 26.04.16 14:14, Shahar Havivi wrote:
>>>> On 25.04.16 09:11, Cole Robinson wrote:
>>>>> On 04/25/2016 08:10 AM, Shahar Havivi wrote:
>>>>>> On 17.04.16 15:41,