Looking inside the library functions in libzfs, there is a zfs_prop_set_int() so one can set a numerical value to a property defined to be a number.. But there is no zpool_set_prop_int(). The only function I see is zpool_set_prop() and it requires a character.. Is there an equivalent function that I'm missing that does this sort of thing? I'm trying to set a numerical property for a passphrase salt for zfs crypto..
thanks.. Tony -- This messages posted from opensolaris.org