Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 19:16:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-geom@FreeBSD.org
Subject:   [Bug 162690] [geom] gpart label changes only take effect after a reboot
Message-ID:  <bug-162690-14739-eMEWMozTXU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-162690-14739@https.bugs.freebsd.org/bugzilla/>
References:  <bug-162690-14739@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162690

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #5 from Andrey V. Elsukov <ae@FreeBSD.org> ---
The problem is that GEOM_LABEL class was appointed for handling GPT labels, but
it isn't compatible to do this task. By design it handles labels from the same
GEOM provider. GPT labels are stored in the partition table metadada on the
different GEOM provider. And when you are changing the label, GEOM_LABEL
doesn't know about this, because its provider wasn't spoiled. There are several
solutions are possible:
1. Don't use GPT labels.
2. Assign GEOM_PART class for handling GPT labels and implement such
functional.
3. Probably some dirty hack can notify GEOM_LABEL about changed GPT labels.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-162690-14739-eMEWMozTXU>