From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VaKEu-0007wG-HJ for mharc-grub-devel@gnu.org; Sun, 27 Oct 2013 02:54:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaKEn-0007w4-7Q for grub-devel@gnu.org; Sun, 27 Oct 2013 02:54:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaKEh-00058U-RM for grub-devel@gnu.org; Sun, 27 Oct 2013 02:54:13 -0400 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:33725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaKEh-00058O-JO for grub-devel@gnu.org; Sun, 27 Oct 2013 02:54:07 -0400 Received: by mail-la0-f41.google.com with SMTP id el20so4359102lab.0 for ; Sat, 26 Oct 2013 23:54:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=iaMeOgb61Ra0CaHZEJ4MypNaoti0yLmxFc0RcOyKJcA=; b=xrp4ys4w0prmTLQA8DOMAyDQ6pBA2cTaGFe0WXCnPRXAmg5yalzPnB9JxslPmYeUZf xekc5t/pTXkaD1E0wiE4xmvSTW0CqaUVDeDq78us2Cb7kzL1jbLiaX2jsnaRvKnI4apZ Cr0/PYi7e1kfWDT+6JZrBVtZzdNw+IElbxts5jamDV5oUE+ZhfkcE6BrqXyyOs88seVf mAjEZdtjn6RE01Vx2OhaDYDVtQoSg8lW3/vHTXivhNiDN5i2fVAnOddrlIe2reTZMW55 lfzFabAcM8fTabpv3F7YdPOr7xvGkPTE5apvwpOtAonvtIfn7aMWycMknyPd6v4a1q3K 8AWQ== X-Received: by 10.112.145.105 with SMTP id st9mr319336lbb.46.1382856845456; Sat, 26 Oct 2013 23:54:05 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id pw4sm8459676lbb.9.2013.10.26.23.54.04 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 26 Oct 2013 23:54:05 -0700 (PDT) Date: Sun, 27 Oct 2013 10:54:04 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: BUGS: btrfs multi-device support fixes Message-ID: <20131027105404.7bdc8507@opensuse.site> In-Reply-To: <526C2313.9000703@gmail.com> References: <526BE17E.1060802@czarc.net> <526BED74.6050502@gmail.com> <526C2313.9000703@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 Cc: Chris Murphy , Vladimir =?utf-8?B?J8+GLWNvZGVyL3BoY29kZXIn?= Serbinenko , gczarcinski@gmail.com, Gene Czarcinski X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 06:54:18 -0000 =D0=92 Sat, 26 Oct 2013 16:16:19 -0400 Gene Czarcinski =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 10/26/2013 12:27 PM, Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > > Rejected, similar patches is in trunk since some time. > Thanks. I was not aware that the problem had been addressed. Can you=20 > point me where to look to see what has been addressed? >=20 This is commit 588744d0dc655177d5883bdcb8f72ff5160109ed. > Gene > > On 26.10.2013 17:36, Gene Czarcinski wrote: > >> There are two patches needed in grub2 to support multi-device btrfs > >> volumes. > >> > >> This first patch (previously submitted) involves the parameters passed > >> to grub2-probe. If not correctly passed, grub2-probe issues an error > >> message. The related problem report is: > >> https://bugzilla.redhat.com/show_bug.cgi?id=3D890955 > >> > >> The second problem involves having a multi-device btrfs volume with > >> /boot being on the btrfs volume either as part of the root subvolume or > >> as a separate subvolume. The result is an error messare at boot time: > >> error: no such device: root. > >> hit any key to continue > >> > >> The solution is to modify grub-probe.c so that " " is issued rather th= an > >> "\n" for a hint. The related problem report is: > >> https://bugzilla.redhat.com/show_bug.cgi?id=3D1023161 > >> > >> To minimize problems, the two patches have been attached rather than > >> provided inline. > >> > >> Peter, I cc'ed you so you would be aware of these bug reports. It wou= ld > >> be nice if this was applied to both Fedora 20 and 19. > >> > >> Gene > >> > >> > >> > >> _______________________________________________ > >> Grub-devel mailing list > >> Grub-devel@gnu.org > >> https://lists.gnu.org/mailman/listinfo/grub-devel > >> > > >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel