[EMAIL PROTECTED] wrote:
On Mon, Jul 10, 2006 at 05:07:35PM +0800, Darren Reed wrote:
[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?
That's even better idea ! Or config file per user (~/.zfs*-something). 'zfs'
would read that file and format data before displaying them.
Perhaps this should be left entirely under user control using the method that "ps
-o format" uses. Why reinvent the wheel?
--------------------------------------------------------------------------
Jeff VICTOR Sun Microsystems jeff.victor @ sun.com
OS Ambassador Sr. Technical Specialist
Solaris 10 Zones FAQ: http://www.opensolaris.org/os/community/zones/faq
--------------------------------------------------------------------------
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss