On Sun, Mar 29, 2009 at 8:54 AM, Harry Putnam <rea...@newsguy.com> wrote: > Is there some handy way to make notations about zpools. Something > that would show up in the output of `zpool status' (or some other > command) > > I mean descriptive notes maybe outlining the zpools' purpose? > > Browsing around in `man zpool' I don't see that, but may be > overlooking it. The man page is near 1000 lines. > > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >
You can add user properties to file systems. But afaik they would not show up in zpool status. For example: zfs set note:purpose="This file system is important" zfs get note:purpose somefilesystem Maybe that helps... -- Brent Jones br...@servuhome.net _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss