Bug 278012 - No physical path in event triggered by "geli attach"
Summary: No physical path in event triggered by "geli attach"
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-28 14:30 UTC by Goran Mekić
Modified: 2024-03-28 14:30 UTC (History)
0 users

See Also:


Attachments
C++ code exposing the problem (1.67 KB, text/plain)
2024-03-28 14:30 UTC, Goran Mekić
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2024-03-28 14:30:04 UTC
Created attachment 249537 [details]
C++ code exposing the problem

I attached small program using devdctl to get GEOM event triggered by "geli attach" that shows there is no physical path associated with the event. As a consequence, I think zfsd doesn't do what it's supposed to do: https://github.com/freebsd/freebsd-src/blob/main/cddl/usr.sbin/zfsd/zfsd_event.cc#L143