Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 10:52:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 181918] GEOM: gmirror label (-h) doesn't cause /dev/mirror/ population or activation
Message-ID:  <bug-181918-8-6bdnxLp8nw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-181918-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-181918-8@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=181918

Thomas Hurst <tom@hur.st> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom@hur.st

--- Comment #1 from Thomas Hurst <tom@hur.st> ---
Just encountered this myself - it's caused by the hardcoded device name being
truncated to 15 characters.  In my case, adding gpt/voi.ssd.swap0 silently
produced:

    hcprovider: gpt/voi.ssd.swa

Very stingy.  gmirror metadata looks to be pretty compact (135 bytes), so it
should be able to support a good deal more.  Either way, it shouldn't just
silently truncate.

-- 
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-181918-8-6bdnxLp8nw>