search for: ci_func

Displaying 1 result from an estimated 1 matches for "ci_func".

Did you mean: pci_func
2010 Jan 03
2
"zpool import -f" not forceful enough?
I had to use the labelfix hack (and I had to recompile it at that) on 1/2 of an old zpool. I made this change: /* zio_checksum(ZIO_CHECKSUM_LABEL, &zc, buf, size); */ zio_checksum_table[ZIO_CHECKSUM_LABEL].ci_func[0](buf, size, &zc); and I''m assuming [0] is the correct endianness, since afterwards I saw it come up with "zpool import". Unfortunately, I can''t import it. Here''s what happens: # uname -a SunOS neuromancer 5.11 snv_130 i86pc i386 i86pc # zpool import...