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
Possibly Parallel Threads
- passphrase & keymgr load/unload
- zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
- [Bug 971] New: zfs key -l fails after unloading (keyscope=dataset)
- ZFS Crypto [Prelim] Codereview
- [Bug 668] New: libzfs:load_key() probably should allow null values for zfs_crypt_t