User and Group is 33 after Snapshot restore

MG-X

Cadet
Joined
Jan 6, 2021
Messages
1
Hi all,

whenever I clone a snapshot the dataset and the files inside it are created with (nonexistent) User and Group 33. Is this intended?
Screenshot 2021-01-06 142324.png
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
There is a hidden .zfs/snapshot directory at the root of the dataset that has been snapshotted. From the terminal "cd <path to dataset>/.zfs/snapshot". Once you have done this "ls -l", find your snapshot, then getfacl its path and files in it to confirm ownership. If they have uid 33, then it means the dataset was owned by id 33 at the time the snapshot was taken.
 
Top