search for: hino

Displaying 4 results from an estimated 4 matches for "hino".

Did you mean: dino
2011 Jun 15
1
Fitting a choice model (Bradley-Terry generalization)
...st that one is preferred to the other four possibilities. I have had a look at the BradleyTerry2, eba, pmr and MLCM packages, none of which appear to provide the required functionality. I have also looked at a number of papers (Hunter, 2004; Firth, 2005; Huang Weng and Lin, 2006; and Fujimoto, Hino and Murata 2011). I think fitting using maximum likelihood should be possible, but would welcome any pointers to useful code, relevant ideas, or similar analyses. David Scott
2017 Jan 04
1
Re: libvirtError: block copy still active: disk not ready for pivot yet
...and what's the handler that we have to implement? To be more specific, I am looking for the onEVENT callback method that is invoked when the event is fired. On Tue, Jan 3, 2017 at 6:28 PM, Kashyap Chamarthy <kchamart@redhat.com> wrote: > On Wed, Dec 28, 2016 at 01:26:12PM +0200, Ala Hino wrote: > > Hi guys, > > > > When performing live merge, in few cases, we see the following exception: > > [...] > > > libvirtError: block copy still active: disk 'vdb' not ready for pivot yet > > You can see if the block operation is still in progress...
2016 Dec 28
2
libvirtError: block copy still active: disk not ready for pivot yet
Hi guys, When performing live merge, in few cases, we see the following exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 736, in wrapper return f(*a, **kw) File "/usr/share/vdsm/virt/vm.py", line 5278, in run self.tryPivot() File "/usr/share/vdsm/virt/vm.py", line 5247, in tryPivot ret =
2017 Jan 03
0
Re: libvirtError: block copy still active: disk not ready for pivot yet
On Wed, Dec 28, 2016 at 01:26:12PM +0200, Ala Hino wrote: > Hi guys, > > When performing live merge, in few cases, we see the following exception: [...] > libvirtError: block copy still active: disk 'vdb' not ready for pivot yet You can see if the block operation is still in progress or not by doing: `sudo virsh blockjob vm1...