12:28:31 is there a way to add descriptions to zones and have zadm show it in output of zadm list? 14:32:29 not technically...but you could probably add a generic attr with zonecfg 14:35:36 aru_: I use toml for zadm but: 14:35:40 [[attr]] 14:35:41 name="some-comment" 14:35:43 type="string" 14:35:45 value="this is an example of a generic attr" 14:36:26 yeah, I was thinking about something like that. How would I make zadm to show that in the list without patching it? 14:37:02 I think a patch to do that would be a good idea - if there is a `description` attribute set, include it somehow in `zadm list` 14:37:11 zadm show zonename attr name=some-comment 14:37:15 that seems to work 14:45:36 andyf: I'm a bit rusty with perl, but I could take a look at that 14:47:04 Me too, especially the modern perl that zadm is written in. If you prefer, you could open an issue/feature request against the zadm repository. 15:01:50 I'll see what I can do