K 10 svn:author V 8 freqlabs K 8 svn:date V 27 2020-06-26T00:58:59.034846Z K 7 svn:log V 478 MFC r362544: libdevdctl: Force full match of "timestamp" field name OpenZFS generates events with a "zio_timestamp" field, which gets mistaken for "timestamp" by libdevdctl due to imprecise string matching. Then later it is assumed a "timestamp" field exists when it doesn't and an exception is thrown. Add a space to the search string so we match exactly "timestamp" rather than anything with that as a suffix. Approved by: mav (mentor) Sponsored by: iXsystems, Inc. END