[EMAIL PROTECTED] wrote:
Hello,
because creating/using filesystems in ZFS becoms "cheap" it is useful now
to create/organize filesystems in hierarchy:
bash-3.00# zfs list
NAME USED AVAIL REFER MOUNTPOINT
dns-pool 136K 43.1G 25.5K /dns-pool
dns-pool/zones 50K 43.1G 25.5K /dns-pool/zones
dns-pool/zones/dns1 24.5K 43.1G 24.5K /dns-pool/zones/dns1
But if I want bigger hierarchy (for sure I will !) 'zfs list' becomes less
readable:
bash-3.00# zfs create dns-pool/zones/dns1/root
bash-3.00# zfs create dns-pool/zones/dns1/local
bash-3.00# zfs list
NAME USED AVAIL REFER MOUNTPOINT
dns-pool 197K 43.1G 25.5K /dns-pool
dns-pool/zones 100K 43.1G 25.5K /dns-pool/zones
dns-pool/zones/dns1 74.5K 43.1G 25.5K /dns-pool/zones/dns1
dns-pool/zones/dns1/local 24.5K 43.1G 24.5K /dns-pool/zones/dns1/local
dns-pool/zones/dns1/root 24.5K 43.1G 24.5K /dns-pool/zones/dns1/root
I would like to customise column width to have nicer view of the hierarchy.
Wouldn't be good to have some sort of configuration file in which I could set
up the column
width ?
What about an environment variable so that non-root can also customise
their view?
Darren
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss