Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 14:00:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 238112] Unable to create ZVOL
Message-ID:  <bug-238112-3630-VhF5mK66Xf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238112-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238112-3630@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=238112

--- Comment #8 from Alexander Motin <mav@FreeBSD.org> ---
Unfortunately SPECNAMELEN was bumped only in head (13). Too later to be merged
into 12 due to ABI (or mostly KBI) breakage.  I agree that message may be not
perfect, but error=63 means ENAMETOOLONG, which is hardto to interpret wrong
once it is decoded.  I think we could add specific error message for that case.
 In FreeNAS we just block those messages and limit ZVOL name lengths in
external means.

-- 
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-238112-3630-VhF5mK66Xf>