Hi Frederik,

In most cases, you can use the zfs get syntax below or you can use the
zfs get all fs-name to review all current property settings.

The checksum property is a bit different in that you need to review
the zfs.1m man page checksum property description to determine the value of the default checksum property.

You can use other methods to determine the current checksum value,
but no easy way exists.

The property descriptions and their defaults are up-to-date in
table 6-1, here:

http://docs.sun.com/app/docs/doc/817-2271/gazss?a=view

Thanks,

Cindy

On 10/27/09 09:07, F. Wessels wrote:
Hi,

how can I find out what the actual value when the default applies to a zfs 
property?
# zfs get checksum mpool
NAME PROPERTY VALUE SOURCE
mpool checksum on default

(In this particular case I know what the value is, either fletcher2 or 
fletcher4 depending on the build)
But how can one find out in general what the actual value is? For any property.

thank you,

Frederik
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to