similar to: Regarding Migration Code

Displaying 20 results from an estimated 200 matches similar to: "Regarding Migration Code"

2017 Jan 10
3
Regarding Migration Statistics
Greetings, I am writing a code using libvirt API to migrate VM between two physical hosts *(QEMU/KVM) , *say some *n *number of times. *1)* I am using right now* virDomainPtr virDomainMigrate (.......) *and to calculate the total migration time I am using something like this: *clock_gettime(CLOCK_MONOTONIC_RAW,&begin); * *migrate*(domainToMigrate,nodeToMigrate);
2012 Dec 11
1
How to edit precopy algorithm
Hello, I am new to Xen, and I have taken my project on Xen. I want to know what can I do in xen so that my project can be reviewed successfully.If I want to live migrate the virtual machine using xen, then what are the options available to carry out the work. If say, I want to edit the code of precopy algorithm then what to do? Regards, DigvijaySingh.
2005 May 16
1
sink stack memory??
Dear R-mailers I want to store data in a seperate file named 'XYZ' so I uses sink function for it i runs the loop , say 100 times, and so every of the 100 times the function is called the result must go to the file. But after soem time of running it says " Error in sink("C:/XYZ", append = TRUE) : sink stack is full " but i have enough memory on the disk for
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
======================================================================= "Positive anything is better than negative nothing." Elbert Hubbard ======================================================================= Release Announcements --------------------- This is the latest stable
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
======================================================================= "Positive anything is better than negative nothing." Elbert Hubbard ======================================================================= Release Announcements --------------------- This is the latest stable
2015 Aug 06
5
Netbios
Hi team, one small query, Is netbios-ns,netbios-dgm and netbios-ssn ports 137,138,139 need to be open to communicate with windows from linux. what was the use of these services??
2015 Aug 06
1
Netbios
On Thursday 06 Aug 2015 1:24:29 PM VigneshDhanraj G wrote: > Hi team, > > one small query, > > Is netbios-ns,netbios-dgm and netbios-ssn ports 137,138,139 need to be open > to communicate with windows from linux. > Not really. It depends on what service you want to access. > what was the use of these services?? http://ubiqx.org/cifs/NetBIOS.html
2015 Aug 06
0
Netbios
through dns proxy man smb.conf Default: dns proxy = yes >-----Oorspronkelijk bericht----- >Van: samba [mailto:samba-bounces at lists.samba.org] Namens >VigneshDhanraj G >Verzonden: donderdag 6 augustus 2015 11:21 >Aan: Anubhav Rakshit >CC: samba at lists.samba.org; samba-technical at lists.samba.org >Onderwerp: Re: [Samba] Netbios > >thanks a lot guys, > >one
2016 Dec 19
2
[PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
Hello, On Wed, Nov 02, 2016 at 05:08:35AM -0400, Pan Xinhui wrote: > Support the vcpu_is_preempted() functionality under KVM. This will > enhance lock performance on overcommitted hosts (more runnable vcpus > than physical cpus in the system) as doing busy waits for preempted > vcpus will hurt system performance far worse than early yielding. > > Use one field of struct
2016 Dec 19
2
[PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
Hello, On Wed, Nov 02, 2016 at 05:08:35AM -0400, Pan Xinhui wrote: > Support the vcpu_is_preempted() functionality under KVM. This will > enhance lock performance on overcommitted hosts (more runnable vcpus > than physical cpus in the system) as doing busy waits for preempted > vcpus will hurt system performance far worse than early yielding. > > Use one field of struct
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ======================================================
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ======================================================
2020 Jan 21
2
How to detect completion of a paused VM migration on the destination?
Hi, when a normally running VM is migrated, libvirt sends VIR_DOMAIN_EVENT_RESUMED_MIGRATED event on the destination once the migration completes. I can see that when a paused VM is migrated, libvirt sends VIR_DOMAIN_EVENT_SUSPENDED_PAUSED instead. Since there seems to be nothing migration specific about VIR_DOMAIN_EVENT_SUSPENDED_PAUSED event, my question is: Is it safe to assume on the
2013 Sep 24
2
Bug#710650: Bug#718767: transition: ocaml 4.00.1
On 09/24/2013 10:04 PM, St?phane Glondu wrote: > Le 24/09/2013 15:48, St?phane Glondu a ?crit : >> If I remove all binary packages of xen-api from testing, the following >> new packages are broken: xcp-guest-templates, nova-xcp-plugins, >> nova-compute-xen. >> >> xcp-guest-templates is built by guest-templates which seems to be a leaf >> package and could be
2005 Oct 13
1
Active Directory to OpenLDAP+Kerberos on Linux
Hi, I have been working on Windows NT PDC to OpenLDAP+Samba migration project and all is going on well, thanks to idealx. Now, I want to now do migrate MS Windows 2000/2003 based Active Directory to Linux+Samba+OpenLDAP+Kerberos. Somehow, the impression that I am getting having gone through many docs, including those from samba.org is that its not possible till probably version Samba 4 is out. My
2016 Nov 02
13
[PATCH v7 00/11] implement vcpu preempted check
change from v6: fix typos and remove uncessary comments. change from v5: spilt x86/kvm patch into guest/host part. introduce kvm_write_guest_offset_cached. fix some typos. rebase patch onto 4.9.2 change from v4: spilt x86 kvm vcpu preempted check into two patches. add documentation patch. add x86 vcpu preempted check patch under xen add s390 vcpu preempted check patch change from v3:
2016 Nov 02
13
[PATCH v7 00/11] implement vcpu preempted check
change from v6: fix typos and remove uncessary comments. change from v5: spilt x86/kvm patch into guest/host part. introduce kvm_write_guest_offset_cached. fix some typos. rebase patch onto 4.9.2 change from v4: spilt x86 kvm vcpu preempted check into two patches. add documentation patch. add x86 vcpu preempted check patch under xen add s390 vcpu preempted check patch change from v3:
2012 Dec 13
3
Code for precopy algorithm
Hello all, I want to optimize the pre copy algorithm.So in which file can I find the implementation of algorithm.And how to understand the working of code? Which part causes the live migration in code? regards, DigvijaySingh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2015 Mar 27
0
Re: Point-in-time snapshots
On Fri, Mar 27, 2015 at 10:37:44AM -0600, Eric Blake wrote: > On 03/27/2015 09:35 AM, Richard W.M. Jones wrote: > > But libguestfs doesn't want to do a backup, nor get a copy of the > > whole disk, it just wants to access a scattering of blocks (maybe a > > few hundred) but at a single point in time, in as lightweight a manner > > as possible. > > If you KNOW
2013 Sep 06
5
Bug#710650: Bug#718767: transition: ocaml 4.00.1
Le 05/09/2013 23:18, Julien Cristau a ?crit : > tracker adjusted. xen-api is currently broken though, so you'll need to > get that fixed before starting. I've just fixed a blocking bug (#713349) which was due to the renaming of an OCaml library (type-conv -> type_conv). Now, xen-api FTBFS because of what looks like an API change in some (C) dependency: > [...] > + gcc -g