Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2009 20:49:26 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Oliver Lehmann <lehmann@ans-netz.de>
Cc:        Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no>, freebsd-current@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: glabel+gmirror (8.0-RC1 problem)
Message-ID:  <20090928184926.GA2016@garage.freebsd.pl>
In-Reply-To: <20090928203756.ef70e0c6.lehmann@ans-netz.de>
References:  <20090927170244.0980d699.lehmann@ans-netz.de> <20090927223725.5893371f.lehmann@ans-netz.de> <20090928084035.GB1659@garage.freebsd.pl> <20090928203756.ef70e0c6.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Sep 28, 2009 at 08:37:56PM +0200, Oliver Lehmann wrote:
> Hi Pawel,
>=20
> Pawel Jakub Dawidek wrote:
>=20
> > Does anything change between you upgrade from BETA3 and RC1? For example
> > gmirror was compiled into the kernel before and now is loaded as module
> > or something similar?
>=20
> Nope, it was a clean BETA3 installation with the default GENERIC kernel
> which has afaik geom_label in kernel, but not geom_mirror (nevertheless I
> loaded geom_label.ko at boottime as well as geom_mirror)
> The same with RC1 - clean and fresh installation with the default GENERIC
> kernel and geom_label in kernel (default), but still loaded as module at
> boottime as well as geom_mirror.
>=20
> > Could you test this patch:
> >=20
> > 	http://people.freebsd.org/~pjd/patches/improved_taste.patch
>=20
> This makes gmirror+glabel work again on RC1

Thanks for confirmation.

> One thing which I noticed. I labeled in single user mode, my root
> partition with tunefs - as well as all my other partitions. After this
> was done, I remounted my root partition (mount -rw /) and changed my
> fstab to use the new geom labels instead. But somehow this "killed" the
> new root-label of my mirror/gm0s1a partition. After I rebooted, the label
> was gone and I had to manually specify the root partition
> ufs:mirror/gm0s1a to mount. All the labels of my other mirrored
> partitions where there (usr, tmp, var). I then rebooted once more into
> single user mode (specified once more the root partition manually) and
> did a tunefs -L once more. Then I rebooted directly and the label is now
> there.
>=20
> Is it possible that mount -rw / (which remounts /dev/mirror/gm0s1a) could
> have been killed the freshly given label?

Yes. tunefs(8) updates only on-disk super-block, but the kernel holds
super-block that was read before. Now when you do 'mount -rw /' the
in-kernel super-block is stored to the disk, and there is nothing about
your label in there, so it gets overwritten.

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--T4sUOijqQbZv57TR
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFKwQU2ForvXbEpPzQRAjsWAKD1/I40cGdT4Ihouc/aVj+Sk2XvawCeKvvu
JrXOpdbXmKCd6iA/VZcN6eo=
=tE+a
-----END PGP SIGNATURE-----

--T4sUOijqQbZv57TR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090928184926.GA2016>