From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VaJtQ-0003Cv-1w for mharc-grub-devel@gnu.org; Sun, 27 Oct 2013 02:32:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaAHZ-0008Pu-RU for grub-devel@gnu.org; Sat, 26 Oct 2013 16:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaAHU-0004hh-FT for grub-devel@gnu.org; Sat, 26 Oct 2013 16:16:25 -0400 Received: from mail-qe0-x22f.google.com ([2607:f8b0:400d:c02::22f]:58430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaAHU-0004hX-BC for grub-devel@gnu.org; Sat, 26 Oct 2013 16:16:20 -0400 Received: by mail-qe0-f47.google.com with SMTP id b4so3141042qen.20 for ; Sat, 26 Oct 2013 13:16:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=aUG1vFrnWKFgsRm0K54xaFN9ss9aukIHySeTD/YYQ9k=; b=ww0nyfjuOaHNauGtHxAjmgAFWdiiBkLAkrJb8LM4mRvjkhcCHoRtsWeiFyD9IL4xgV q8qey/FGwVM5Cn0VCNXszoOD5FJGPqPa4/EIBVGojWtEpBDwlWf/WpSAksAEJ4wrLoOk H13EtHT709kX8Ayo+LEORDPN6SnLkp1kZCTXhcf3X3/56Ec5zScR9jNkvvMZz3OFS8qn sfBPVsP1KjF+PCaFDCKYD9iDjJ+pnMl1tTJw6LJL24ib3/OcwD8XxOCTcxsDCHFDDGtG BdaMhFhipmIJDwbWJ4G/mDQEngB6BGAmc9ZHm++R1GwIBa4Yd9gh8IDy9z1x6shDsjvZ JkIQ== X-Received: by 10.49.116.19 with SMTP id js19mr19575830qeb.34.1382818579472; Sat, 26 Oct 2013 13:16:19 -0700 (PDT) Received: from condor.lcl (cpe-174-106-200-117.ec.res.rr.com. [174.106.200.117]) by mx.google.com with ESMTPSA id a9sm26553946qed.6.2013.10.26.13.16.17 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 26 Oct 2013 13:16:18 -0700 (PDT) Message-ID: <526C2313.9000703@gmail.com> Date: Sat, 26 Oct 2013 16:16:19 -0400 From: Gene Czarcinski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= , The development of GNU GRUB Subject: Re: BUGS: btrfs multi-device support fixes References: <526BE17E.1060802@czarc.net> <526BED74.6050502@gmail.com> In-Reply-To: <526BED74.6050502@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::22f X-Mailman-Approved-At: Sun, 27 Oct 2013 02:32:07 -0400 Cc: Chris Murphy , 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: Sat, 26 Oct 2013 20:16:31 -0000 On 10/26/2013 12:27 PM, Vladimir 'φ-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 point me where to look to see what has been addressed? 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=890955 >> >> 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 than >> "\n" for a hint. The related problem report is: >> https://bugzilla.redhat.com/show_bug.cgi?id=1023161 >> >> 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 would >> 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 >> >