From owner-freebsd-current@FreeBSD.ORG Sat Oct 8 19:57:01 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 666CE106566B; Sat, 8 Oct 2011 19:57:01 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id DDCCB8FC08; Sat, 8 Oct 2011 19:57:00 +0000 (UTC) Received: from digsys236-136.pip.digsys.bg (digsys236-136.pip.digsys.bg [193.68.136.236]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.4/8.14.4) with ESMTP id p98Jupfu064363 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 8 Oct 2011 22:56:56 +0300 (EEST) (envelope-from daniel@digsys.bg) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=utf-8 From: Daniel Kalchev X-Priority: 3 (Normal) In-Reply-To: <751863274.20111008130501@serebryakov.spb.ru> Date: Sat, 8 Oct 2011 22:56:50 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <8E10D03C-FD4E-42BB-846E-F4E657452C7D@digsys.bg> References: <1927112464.20111004220507@serebryakov.spb.ru> <4E8B7A27.5070908@quip.cz> <344794801.20111005101957@serebryakov.spb.ru> <4E8C1426.60107@quip.cz> <251861322.20111005125825@serebryakov.spb.ru> <4E8C6E85.90005@quip.cz> <4E8CD662.90202@quip.cz> <4E8D9136.6040200@digsys.bg> <672948039.20111006175334@serebryakov.spb.ru> <4e8f076e.XGNH7dUgsC/mhr1j%perryh@pluto.rain.com> <1822982078.20111007234412@serebryakov.spb.ru> <4E8F5D82.7050906@digsys.bg> <751863274.20111008130501@serebryakov.spb.ru> To: lev@FreeBSD.org X-Mailer: Apple Mail (2.1244.3) Cc: freebsd-current@FreeBSD.org, Ivan Voras , freebsd-geom@FreeBSD.org Subject: Re: RFC: Project geom-events X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 19:57:01 -0000 On Oct 8, 2011, at 12:05 , Lev Serebryakov wrote: > Hello, Ivan. > You wrote 8 =D0=BE=D0=BA=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2011 =D0=B3., = 0:23:14: >=20 >> If you think this should be explicitely handled, please file a PR >> which requests the modification of gpart so that it detects that a = GPT >> is being created in anything other than a raw drive, and warns the >> user. > It should be mentioned in documentation, at least. > But how people will create bootable gmirror installation in such > case? Make (many) mirrors from parts? I don't like this idea... Good example of what I would call laziness -- other would call it = hacking I guess. Either way, the solution we have now is permitting some = exotic setups, but is fragile and is not consistent. Most of the useful = features are actually side effects of the hack. If it should remain this way, a warning in the documentation and at = runtime is very helpful. Daniel=