Re: [zfs-discuss] resolve zfs properties "default" to actual value

2009-10-27 Thread F. Wessels
Thank you for the reply. I must admit that upon closer inspection alot of properties indeed do present the actual value. For the checksum property I used zdb - | grep fletcher to determine wether it was fletcher2 or fletcher4 was used for checksumming the filesystem. Using the OS build numb

Re: [zfs-discuss] resolve zfs properties "default" to actual value

2009-10-27 Thread Cindy Swearingen
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 de

[zfs-discuss] resolve zfs properties "default" to actual value

2009-10-27 Thread F. Wessels
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 ou