[Bug 286093] geli thread names appear truncated

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Apr 2025 19:52:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286093

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
This is expected: the kernel thread name is only MAXCOMLEN (19) bytes, so
anything longer is truncated.

We could remove _ (and perhaps also []) to make it shorter, without materially
impacting clarity.

geli[0] mirror/swap
geli[1] mirror/swap
...

or

geli0 mirror/swap
geli1 mirror/swap

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