Jorgen Lundman

Results 261 comments of Jorgen Lundman

Somewhat adjacent to this PR, is there some way to speed up the zap_value_search() implementation we have? OsX has to look up NAME from vget(id), we initially did it with...

Same problem here, libera was working, then stopped. Would rather not have to change irc networks again. :) ``` 4:06 AM ⇐ Not-4c5b quit ([email protected]) Killed (ozone (No Spam)) ```

ext3/zfs already does xattrs (in style of forks), so unless you are going through a network filesystem to confuse things, you should be able to store them fine. One thing...

If you can run the manual "zfs mount $dataset" command, and the run sudo spindump at some point, we can see what it is doing.

What appears to happen is; Pass 1; ``` zvol_create_minors_recursive() - calls dmu_objset_find(DS_FIND_CHILDREN) - and calls zvol_create_minors_cb() for BOTH zvols. - but since they do not have keys loaded, zvol_create_minors_cb() just...

`zfs_ioc_load_key` is just called for `BOOM/vol1` and nothing else. and `spa_keystore_load_wkey()` only deals with that. Even if you call `zfs_ioc_load_key` for `BOOM/vol2` it will not call `zvol_create_minors_cb` because it will...

This would work: 692d652 ``` zvol_create_minors_recursive: on 'BOOM/disk1' adding clone 'BOOM/disk2' zvol_os_create_minor: 'BOOM/disk1' zvol_os_create_minor: 'BOOM/disk2' ```

I believe it is due to ZOL moving to "-fvisibility=hidden" for libraries, which appears to be ignored (not supported?) in XCode 12.

1d90a79 We should now be detecting the correct CPUID features (yikes) and use AESNI when available. This could also be why AVX fails - need to test that separately. There...

stacks from earlier run, before crash: ``` Process: zpool [95693] UUID: D1D56798-B95B-34C2-9219-8AC6EF7B1B0C Path: /Users/lundman/src/zfs/openzfs/cmd/zpool/.libs/zpool Architecture: x86_64 Parent: ksh [95650] Responsible: sshd [437] UID: 0 Footprint: 936 KB Start time: 2020-10-05...