From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C3CC21381F3 for ; Fri, 20 Sep 2013 17:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC62E0A9E; Fri, 20 Sep 2013 17:03:06 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 715B9E0B57 for ; Fri, 20 Sep 2013 17:03:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 10CE1125A8 for ; Fri, 20 Sep 2013 19:03:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379696583; bh=LKotzwRbgRVyfxWsVQ8aL9d5xgzNUL16eW5CXGs2oy8=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=WDtNqC3nv9D6WlgEGIyfGu515K/j+I09MFgSZ1iI4sBis6H9TFahHZ/hc3ymNvTsY g2fyVgau/8DZqStPJT1g78iu7+/Xp3D4qIftUwhMaY9PBxJvCkA14fJbjgT/+34T4d O3e6e0vCglJrRIW7e/ja6NH0nFQ1vphKA2dZXRpw= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 13737-07 for ; Fri, 20 Sep 2013 19:03:00 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:d89c:9652:5677:e63d]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 8985A125A5 for ; Fri, 20 Sep 2013 19:03:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379696580; bh=LKotzwRbgRVyfxWsVQ8aL9d5xgzNUL16eW5CXGs2oy8=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=2OmqnJ9T9o8a2VItNfVLUHxyUQ9+XzhgB0vIjv1wQPrg6kJHzHklp4GSeclDTE5CZ dis0VpJIZmLQrz/t8hksMjQc0WZ5yzD31IsMBlR2N83N+vrNr2yKPhSiLtYhSuddIs yUuN7j4MPUsp3b9c/bJeDDZ1GsJgYPTeDuOw+jrk= Message-ID: <523C7FC3.8060600@xunil.at> Date: Fri, 20 Sep 2013 19:02:59 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130918 Thunderbird/17.0.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: LVM2+mdraid+systemd (was Re: [gentoo-user] systemd and lvm) References: <523C7513.6030500@xunil.at> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 2f113488-4fa1-478a-a081-19f118a495f3 X-Archives-Hash: d51cdfb04d2949bf0cb3d878e3102a7a Am 20.09.2013 18:50, schrieb Canek Peláez Valdés: >> OK. I send this message now and test another few reboots. > > Forgot to mention it: I also enabled mdadm.service. That service is enabled here as well and running fine. # systemctl status lvm2-activation-net.service lvm2-activation-net.service - Activation of LVM2 logical volumes Loaded: loaded (/etc/lvm/lvm.conf) Active: inactive (dead) since Fr 2013-09-20 20:57:15 CEST Docs: man:lvm(8) man:vgchange(8) Process: 580 ExecStart=/sbin/lvm vgchange -aay --sysinit (code=exited, status=0/SUCCESS) Process: 366 ExecStartPre=/usr/bin/udevadm settle (code=exited, status=0/SUCCESS) Main PID: 580 (code=exited, status=0/SUCCESS) Sep 20 20:57:13 hiro.oops.intern lvm[580]: 10 logical volume(s) in volume group "VG03" now active Sep 20 20:57:15 hiro.oops.intern systemd[1]: Started Activation of LVM2 logical volumes. nice ... but not at every boot ... one time they are activated, one time not. *sigh* Thanks for all your patience ... I could live with that lvm.service ;-) Considering to convert the mdadm-RAID to metadata 1.2 (wouldn't hurt anyway, right?) Stefan