Difference between revisions of "Py-P.Haul"

From CRIU
Jump to navigation Jump to search
(Fix english and add link to english wikipedia)
(merged "external links" and "see also" (note "see also" is supposed to be internal links!))
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Image:P.Haul-logo.png|300px|right]]
 +
 
P.Haul is the project on top of CRIU implementing [[live migration]] usage scenario.
 
P.Haul is the project on top of CRIU implementing [[live migration]] usage scenario.
  
Line 7: Line 9:
 
== Project logo ==
 
== Project logo ==
  
The project logo is The Little Humpbacked Horse (Russian: [https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BD%D1%91%D0%BA-%D0%93%D0%BE%D1%80%D0%B1%D1%83%D0%BD%D0%BE%D0%BA конёк-горбунок]).
+
The project logo depicts the [https://en.wikipedia.org/wiki/Pyotr_Pavlovich_Yershov#The_Humpbacked_Horse Little Humpbacked Horse] (Russian: [https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BD%D1%91%D0%BA-%D0%93%D0%BE%D1%80%D0%B1%D1%83%D0%BD%D0%BE%D0%BA конёк-горбунок]). It reflects the main purpose of P.Haul: container migration. The Slavic origin of the logo emphasizes that the project has Russian roots.
 
 
The project logo [https://en.wikipedia.org/wiki/Pyotr_Pavlovich_Yershov#The_Humpbacked_Horse the Little Humpbacked Horse] reflects the main purpose of P.Haul: container migration. Logo's Slavic origin emphasizes that the project has Russian roots.
 
== Project resources ==
 
 
 
The source code is [https://github.com/xemul/p.haul on GitHub]
 
 
 
We have a [https://github.com/xemul/p.haul/blob/master/test/mtouch/HOWTO test] to play with it
 
  
There's also a [https://github.com/xemul/p.haul/wiki/Live-migrating-OVZ-mainstream-container HOWTO] describing how to live migrate an [http://openvz.org OpenVZ] container
+
{| class="wikitable"
 +
!| Download
 +
!| Description
 +
|-
 +
|| [https://static.openvz.org/artwork/PHaul-logo.svg PHaul.svg] || SVG, 973K
 +
|-
 +
|| [http://static.openvz.org/artwork/PHaul-logo-800px.png PHaul-logo-800px.png] || PNG, 800x472, 24K
 +
|}
  
== See also ==
+
== External links ==
  
 +
* GitHub repo: https://github.com/xemul/p.haul
 +
* Mailing list: https://lists.openvz.org/mailman/listinfo/criu
 +
* A test to play with: https://github.com/xemul/p.haul/blob/master/test/mtouch/HOWTO
 +
* HOWTO migrate OpenVZ container: https://github.com/xemul/p.haul/wiki/Live-migrating-OVZ-mainstream-container
 
* P.Haul [https://openvz.org/Packages packages] in Linux distributions
 
* P.Haul [https://openvz.org/Packages packages] in Linux distributions
 
* P.Haul was [http://linuxplumbersconf.org/2015/ocw/proposals/3165 announced] at Checkpoint and Restore MC, Linux Plumbers conference 2015: [https://etherpad.openstack.org/p/LPC2015_Checkpoint_Restore short notes] and [http://www.slideshare.net/openvz/plumbers-phaul150821152856lva1app6891 slides].
 
* P.Haul was [http://linuxplumbersconf.org/2015/ocw/proposals/3165 announced] at Checkpoint and Restore MC, Linux Plumbers conference 2015: [https://etherpad.openstack.org/p/LPC2015_Checkpoint_Restore short notes] and [http://www.slideshare.net/openvz/plumbers-phaul150821152856lva1app6891 slides].

Revision as of 20:43, 29 August 2016

P.Haul-logo.png

P.Haul is the project on top of CRIU implementing live migration usage scenario.

What does the name mean

P.Haul (pronounced pee-hɔːl, Russian: пихль) stands for Process HAULer.

The project logo depicts the Little Humpbacked Horse (Russian: конёк-горбунок). It reflects the main purpose of P.Haul: container migration. The Slavic origin of the logo emphasizes that the project has Russian roots.

Download Description
PHaul.svg SVG, 973K
PHaul-logo-800px.png PNG, 800x472, 24K

External links