Displaying 3 results from an estimated 3 matches for "zap_lookup".
Did you mean:
map_lookup
2007 Aug 14
2
IO error on mount for encrypted dataset
...I see it getting encrypted and written to disk by zio_write,
zfs umount -a
zfs mount -a
I can read the data back - yeah!.
However if I export the pool and then reimport it the mount fails with
an IO error (and yes I did remember to give the pool the key again).
A little dtracing shows me that a zap_lookup of VERSION for the
encrypted dataset is returning EIO, that causes the mount to ultimately
fail.
--
Darren J Moffat
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...gt;dn_datablkszsec << SPA_MINBLOCKSHIFT);
break;
- } else if ((errnum = zio_read(bp, tmpbuf, stack))) {
+ } else if (errnum = zio_read(bp, tmpbuf, stack)) {
return (errnum);
}
@@ -465,13 +485,13 @@ dmu_read(dnode_phys_t *dn, uint64_t blki
* errnum - failure
*/
static int
-mzap_lookup(mzap_phys_t *zapobj, int objsize, char *name,
+mzap_lookup(mzap_phys_t *zapobj, int objsize, const char *name,
uint64_t *value)
{
int i, chunks;
mzap_ent_phys_t *mzap_ent = zapobj->mz_chunk;
- chunks = objsize/MZAP_ENT_LEN - 1;
+ chunks = objsize / MZAP_ENT_LEN - 1;
for (i = 0; i <...
2009 Feb 24
44
Motherboard for home zfs/solaris file server
Hello,
I am building a home file server and am looking for an ATX mother board
that will be supported well with OpenSolaris (onboard SATA controller,
network, graphics if any, audio, etc). I decided to go for Intel based
boards (socket LGA 775) since it seems like power management is better
supported with Intel processors and power efficiency is an important
factor. After reading several