Displaying 2 results from an estimated 2 matches for "zap_upd".
Did you mean:
map_uid
2008 Mar 27
4
dsl_dataset_t pointer during ''zfs create'' changes
...alue used as the wrapping key
down over the ioctl as part of the dataset creation. This makes its way
via dmu_objset_create_sync() to dsl_crypto_key_gen() which generates the
actual encryption key and wraps it using the key that came over the
ioctl, it then stores the wrapped key on disk using zap_update. All
this part works just fine. The last thing that dsl_crypto_key_gen()
does is place the encryption key into ds>ds_key so it can be used later.
When keyscope=pool the only difference with the above is that the
wrapping key is already present in spa->spa_key.
The problem occurs...
2010 Jan 19
8
Panic running a scrub
...thereafter the panic happened. I have the dump and the
/var/adm/messages containing the trace.
Is there any point in submitting a bug report?
The panic starts with:
Jan 19 13:27:13 host6 ^Mpanic[cpu1]/thread=2a1009f5c80:
Jan 19 13:27:13 host6 unix: [ID 403854 kern.notice] assertion failed: 0 == zap_update(dp->dp_meta_objset, DMU_POOL_DIRECTORY_OBJECT, DMU_POOL_SCRUB_BOOKMARK, sizeof (uint64_t), 4, &dp->dp_scrub_bookmark, tx), file: ../../common/fs/zfs/dsl_scrub.c, line: 853
FWIW when the system came back up, it resilvered with no
problem and now I''m rerunning the scrub.