I was changing ZFS user permissions and noticed this unknown user on my backup server. It’s been a while since I set this up.
zfs allow tank
---- Permissions on tank ---------------------------------------------
Local+Descendent permissions:
user (unknown: 1001) compression,create,destroy,mount,mountpoint,receive,rollback
I tried this:
id -nu 1001
id: ‘1001’: no such user
Should I be concerned about this? I’m wondering if ZFS left this behind from when I had maybe had a second user on the system (not 100% sure on this but it sounds like something I might have toyed with when setting this up).
Related but I could create a new topic. What would people recommend as permissions on the production server vs the backup server?