summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/009246.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-October/009246.html')
-rw-r--r--zarb-ml/mageia-dev/2011-October/009246.html125
1 files changed, 125 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-October/009246.html b/zarb-ml/mageia-dev/2011-October/009246.html
new file mode 100644
index 000000000..076788bea
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-October/009246.html
@@ -0,0 +1,125 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Please test: initscripts+systemd in updates_testing
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Please%20test%3A%20initscripts%2Bsystemd%20in%20updates_testing&In-Reply-To=%3C4EAEF07B.6070409%40mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="009244.html">
+ <LINK REL="Next" HREF="009249.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Please test: initscripts+systemd in updates_testing</H1>
+ <B>Thomas Backlund</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Please%20test%3A%20initscripts%2Bsystemd%20in%20updates_testing&In-Reply-To=%3C4EAEF07B.6070409%40mageia.org%3E"
+ TITLE="[Mageia-dev] Please test: initscripts+systemd in updates_testing">tmb at mageia.org
+ </A><BR>
+ <I>Mon Oct 31 20:01:15 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="009244.html">[Mageia-dev] Please test: initscripts+systemd in updates_testing
+</A></li>
+ <LI>Next message: <A HREF="009249.html">[Mageia-dev] Please test: initscripts+systemd in updates_testing
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9246">[ date ]</a>
+ <a href="thread.html#9246">[ thread ]</a>
+ <a href="subject.html#9246">[ subject ]</a>
+ <a href="author.html#9246">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Colin Guthrie skrev 31.10.2011 19:47:
+&gt;<i> 'Twas brillig, and Thomas Backlund at 31/10/11 17:06 did gyre and gimble:
+</I>&gt;&gt;<i> Michael Scherer skrev 31.10.2011 18:07:
+</I>&gt;&gt;&gt;<i> Le dimanche 30 octobre 2011 &#224; 14:19 +0200, Thomas Backlund a &#233;crit :
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> I'm saying moving the stuff that is _really_ needed, not based on &quot;udev
+</I>&gt;&gt;&gt;&gt;<i> might run&quot;...
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> well, thinking some more on it I guess the real design flaw (not systemd
+</I>&gt;&gt;&gt;&gt;<i> specific) is using all of udev in init. Init should not care about more
+</I>&gt;&gt;&gt;&gt;<i> than getting disc access (and probably network for pxe boots)
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> That's the point that Lennart make, ie :
+</I>&gt;&gt;&gt;<i> &quot;we used to have / to mount all partition and /usr to be mounted, now,
+</I>&gt;&gt;&gt;<i> we have initramfs to mount /, and then / to mount /usr, so it would be
+</I>&gt;&gt;&gt;<i> simpler to merge / and /usr&quot;
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> -ENOTCONVINCED
+</I>&gt;<i>
+</I>&gt;<i> :)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> Just have initramfs mount / and /usr, no need to merge.
+</I>&gt;<i>
+</I>&gt;<i> Yes, this is exactly what is intended, but it depends on the use case:
+</I>&gt;<i>
+</I>
+Then I have misread something somewhere along the way... :/
+
+&gt;<i> For simple installs, such as on my laptop or typical &quot;desktop&quot; linux,
+</I>&gt;<i> then having separate / and /usr is something I've specifically avoided
+</I>&gt;<i> for just about ever (I sometimes have separate /boot for &quot;complicated
+</I>&gt;<i> rootfs&quot; reasons and I almost always have a separate /home, but other
+</I>&gt;<i> than that, I like to keep my desktops/laptops simple). In other words
+</I>&gt;<i> there just are not sufficient benefits in doing this.
+</I>
+Yes,
+I agree for the desktop/laptop/pad/ use there is no need for splitting
+besides /home and maybe separate /boot if you want to use encryption.
+
+&gt;<i>
+</I>&gt;<i> But on the server, especially on a farm of servers with a potentially
+</I>&gt;<i> shared /usr across several machines, then yes, keeping it as something
+</I>&gt;<i> that can be mounted by the initramfs is perfectly feasible. This is a
+</I>&gt;<i> specific use case that Lennart + Co are trying to design for.
+</I>&gt;<i>
+</I>
+Ok, this is exactly the part that have raised my concerns that it was
+about to be &quot;forgotten&quot; in favour of &quot;simplicity&quot;.
+
+Server installs usually want to be more &quot;free&quot; to finetune.
+
+Another use case is to be able to split up the system on more harddisks
+to even the load on the disks.
+
+And yet another is simply to get more space depending on hw.
+(yes I know lvm exists but it's also an extra layer / point of failure
+ that is not always worth it)
+
+But if this part is the &quot;some specific usecases&quot; then I guess I need to
+start re-reading some stuff :)
+
+--
+Thomas
+
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="009244.html">[Mageia-dev] Please test: initscripts+systemd in updates_testing
+</A></li>
+ <LI>Next message: <A HREF="009249.html">[Mageia-dev] Please test: initscripts+systemd in updates_testing
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9246">[ date ]</a>
+ <a href="thread.html#9246">[ thread ]</a>
+ <a href="subject.html#9246">[ subject ]</a>
+ <a href="author.html#9246">[ 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>