PSA: Store iTunes media in a single ZFS filesystem

I've kept my iTunes media folder in a dedicated ZFS pool for years now. When an opportunity came to rebuild my pool, I thought I'd be clever and make a separate ZFS filesystem for iTunes/Movies, one for iTunes/Music, etc. I expected to get several advantages from this:
- "zfs list" would show how much space each takes; much faster than "du"!
- sanoid doesn't work on the pool root, only on ZFS filesystems. I wanted to use it as a replacement for my hand-rolled snapshotting script.
- I could have separate ZFS settings for each filesystem, such as a smaller block size on the Music filesystem than for the Movies filesystem.
- Eventually, when disks become large enough to let me store more than just iTunes in this pool, I'd like to enable compression on the other filesystems; I have compression off on the iTunes pool for obvious reasons.