| Pete Zaitcev ( @ 2008-09-27 21:53:00 |
| Entry tags: | linux, openvz |
Berrange reads my mind
When I began poking at OpenVZ, I thought that it would be neat to add libvirt support for it. The vzctl is fine and everything, but it's arcane and a new thing to learn (I absolutely hate to use --root instead of --private by accident). Today, Dan Berrange announced that he's done exactly that. OK, I lied. He added "Linux Containers", which are not specific to OpenVZ. But it will do.
Since we're on topic, I've been a bit overwhelmed by the sheer size of the diff. Running "git diff v2.6.26 master" in Parallels' 2.6.26 repo produces an 84 thousand line diff. At the rate I'm reading it, it's going to take me ONE MONTH just to complete one pass, to say nothing about understanding what it does. I was tempted to blog funny bits I saw, but it's premature. Most questions I have right now are likely to answer themselves.
UPDATE: Dan commented that libvirt people are hacking on a specific openvz driver too.