Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2006 22:14:53 +0200
From:      Ivan Voras <ivoras@fer.hr>
To:        freebsd-stable@freebsd.org
Subject:   Re: GEOM stacking
Message-ID:  <ebdfo3$61e$1@sea.gmane.org>
In-Reply-To: <44D993AC.3090702@sh.cvut.cz>
References:  <44D993AC.3090702@sh.cvut.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Václav Haisman wrote:

> journaled device, too. Will it overwrite the gmirror meta data and thus
> break the mirror or will it somehow magically work? Does each GEOM layer
> make the resulting block device one sector shorter?

No, when you create a mirror device, its size will be one sector less 
than size_of_raw_device. So when you add another GEOM class in it, the 
"last sector" will be the one before the last on the physical provider, 
and the new size will be two sectors less than physical, etc.

In other words, geoms are "nesting" in each other and each nested geom 
is one sector smaller than the one it's in.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ebdfo3$61e$1>