Sorry, I misspoke. What I meant was there's no history likeI don't think that's possible.
history is part of the zpool and contains a lot of useful information. Information about how it was originally created, everytime you change/set a property on the pool or a subordinate dataset, everytime you create a snapshot, everytime you scrub.
Why would you not want that available? Why do you think it's not necessary?
zpool import mypoolYes, I want theAhh, so the import command is not showing up in the history?
That may be a "which comes first"? If the pool is not imported maybe the history isn't available to update. The initial zpool create shows up in history, but maybe that's a special case.
zpool import mypool not show up in the zpool history when I import it manuallyThat's not possible. Regardless of whether the pool is manually or automatically imported, the zpool-import(8) log is recorded in any case in the pool history. There is no option to exclude it.Yes, I want thezpool import mypoolnot show up in the zpool history when I import it manually
That's a good ideazpool history | grep -v import