summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/013674.html
blob: 13ac1b8e71d41682dea2d490f07a4c431121b471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] RFT: xen support
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFT%3A%20xen%20support&In-Reply-To=%3C201203292236.38991.alien%40rmail.be%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="013671.html">
   <LINK REL="Next"  HREF="013676.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] RFT: xen support</H1>
    <B>Maarten Vanraes</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFT%3A%20xen%20support&In-Reply-To=%3C201203292236.38991.alien%40rmail.be%3E"
       TITLE="[Mageia-dev] RFT: xen support">alien at rmail.be
       </A><BR>
    <I>Thu Mar 29 22:36:38 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="013671.html">[Mageia-dev] Freeze push : phpmyadmin
</A></li>
        <LI>Next message: <A HREF="013676.html">[Mageia-dev] dropping mysql-workbench
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13674">[ date ]</a>
              <a href="thread.html#13674">[ thread ]</a>
              <a href="subject.html#13674">[ subject ]</a>
              <a href="author.html#13674">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Op maandag 11 april 2011 10:33:30 schreef Thomas Backlund:
&gt;<i> Hi,
</I>&gt;<i> 
</I>&gt;<i> xen-4.1.0-1.mga1 is now avaliable in the repos.
</I>&gt;<i> 
</I>&gt;<i> And as of kernel-2.6.38.2-4.mga1 there has been some cleanups and addons
</I>&gt;<i> for xen:
</I>&gt;<i> 
</I>&gt;<i> There is now a kernel-xen-pvops that also should work as dom0.
</I>&gt;<i> 
</I>&gt;<i> Now this is mostly upstream kenel.org code so its not as fully
</I>&gt;<i> featured as the old kernel-xen. You can see the features listed here:
</I>&gt;<i> <A HREF="http://wiki.xensource.com/xenwiki/XenParavirtOps.">http://wiki.xensource.com/xenwiki/XenParavirtOps.</A>
</I>&gt;<i> 
</I>&gt;<i> There is one exception: our 2.6.38 kernel has xen-netback backend driver
</I>&gt;<i> added.
</I>&gt;<i> 
</I>&gt;<i> So those of you that have been using xen, please test atleast the
</I>&gt;<i> following:
</I>&gt;<i> 
</I>&gt;<i> - check that kernel-server still works as a xen guest
</I>&gt;<i> - try to use kernel-xen-pvops as dom0 and see how it works
</I>&gt;<i> (you can also try to use kernel-xen-pvops as a normal xen guest)
</I>&gt;<i> 
</I>&gt;<i> Have fun...
</I>&gt;<i> 
</I>&gt;<i> --
</I>&gt;<i> Thomas
</I>
i don't know how much people have been testing, but...

dom0 xen didn't work with .xz kernels, i put in a patch for that, and now it 
works.

in a kvm guest, i've got a working xen dom0 host, but the libvirtd 
implementation seems unable to find the cpu architecture, and if i force to be 
the same as the host, i am unable to boot the dom0 anymore. (i think this is 
likely due to the nature of a KVM guest not really being suitable for a XEN 
dom0).

i've tried a physical server, but when i finally got to the point of libvirtd, 
it seemed to not bootup anymore (it was an old disk, which i thought got 
broken, seeing the IO errors)

I put in a new disk, only to note that the X2 suddenly only had 1 core, which 
i found very odd, and i noticed the IO errors before  (and also now) were 
really sata bus errors... (and if i remember correctly this machine had been 
used with a semi-exploding PowerSupply)... so i think this mobo/cpu is 
fried... now i need to find new hardware to restart testing again :-( .

note that allthough i can have everything running, i never tested with actual 
guests, let alone online migrations...

however, i did find out that this xenpvops has 2 different toolchains:

xm and xl. xl seems to do pretty much the same, but apparently doesn't require 
xend to be running (it reacts directly to the kernel/hypervisor?)

also the xencommons init script seems to start xenconsoled and xenstored on 
it's own.

i'm thinking of removing both those init scripts and having xend not start as 
default. (allthough i don't know about xendomains).

i'll keep you guys posted.
</PRE>































































<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="013671.html">[Mageia-dev] Freeze push : phpmyadmin
</A></li>
	<LI>Next message: <A HREF="013676.html">[Mageia-dev] dropping mysql-workbench
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13674">[ date ]</a>
              <a href="thread.html#13674">[ thread ]</a>
              <a href="subject.html#13674">[ subject ]</a>
              <a href="author.html#13674">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>