ZFS is supposed to be much easier to use than UFS.

For creating a filesystem, I agree it is, as I could do that easily without a 
man page.

However, I found it rather surprising that I could not see the physical 
device(s) a zfs filesystem was attached to using either "df" command (that 
shows physical device mount points for all other file systems), or even the 
"zfs" command.

Even going to "zpool" command it took a few minutes to finally stumble across 
the only two commands that will give you that information, as it is not exactly 
intuitive.

Ideally, I'd think "df" should show physical device connections of zfs pools, 
though I can imagine there may be some circumstances where that is not 
desirable so perhaps a new argument would be needed to specify if that detail 
is shown or not.

If this is not done, I think "zfs list -v"  (-v is not currently an option to 
the zfs list command) should show the physical devices in use by the pools.

In any case, I think it is clear "zpool list" should have a "-v" argument added 
that will show the device associations, so that people don't have to stumble 
blindly until they run into the "zpool iostat -v" or "zpool status -v" commands 
to finally accomplish this rather simple task.

Any comments on the above?  I'm using S10 06/06, so perhaps I'll get lucky and 
someone has already added one or all the above improvements. :)

Cheers,

   Bruce
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to