Spotlight not working (2.1.6, 13.3.1, M1)

I'm having issues with Spotlight on zfs, on an external NVMe. The simplest test case (regarding pool setup) does not work.
The pool was created using the recommendation from the wiki:
Afterwards I did
When doing
I've already tried rebooting, turning the index off & back on again, erasing it ... nothing seems to have helped.
Any idea what I can still try? Or some howto on getting Spotlight working?
zfs-macOS-2.1.6-1
zfs-kmod-2.1.6-1
macOS Ventura 13.3.1 (a)
14" MBP with M1 Pro
The pool was created using the recommendation from the wiki:
- Code: Select all
sudo zpool create -f -o ashift=12 -O casesensitivity=insensitive -O normalization=formD test_spotlight disk6
Afterwards I did
- Code: Select all
sudo chown $USER /Volumes/test_spotlight
When doing
- Code: Select all
mdls somefile.png
- Code: Select all
mdfind -onlyin /Volumes/test_spotlight image
- Code: Select all
mdutil -s /Volumes/test_spotlight
- Code: Select all
mdimport somefile.png
I've already tried rebooting, turning the index off & back on again, erasing it ... nothing seems to have helped.
Any idea what I can still try? Or some howto on getting Spotlight working?
zfs-macOS-2.1.6-1
zfs-kmod-2.1.6-1
macOS Ventura 13.3.1 (a)
14" MBP with M1 Pro