Unknown icon in my dataset.

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Hi,

I just use the dataset replication to copy picture dataset from my old FreeNAS to my new TrueNAS. Vi ssh I can see all the picture in TrueNAS but I have no idea what this padlock mean in the UI
1620662947063.png


Could anyone please advise? I don't think its locked as I can see all the data in ssh.

Thank you
 
Joined
Oct 22, 2019
Messages
3,641
That icon signifies a non-encrypted dataset nested underneath an encrypted parent dataset.

  • z2_bunker
    • home_private
      • pictures
To help illustrate, I used red to symbolize encryped, and green to symbolized non-encrypted.

A lack of any icon means that the dataset is inheriting the encryption (or non-encryption) properties of its parent.
 

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
@winnielinnie Thank you very much for your explanation. The colour did help. Is there a way to encrypt the dataset after the replication is done? Or can I run the replication task and for the encryption process?

Thank you
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
Encryption something that can't be changed except at creation time, you can however rename "pictures" to something like "oldpictures" and use zfs-send-recieve to create a new (encrypted) dataset from it :)
 

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Will this be ok?
I redone the replication task and I have all the picture in dataset called picturestmp.
I am planning to rung this command:
Code:
zfs send tank/pictures@snap1 | zfs recv tank/pictures

The dataset 'pictures' was manually created an had inherited the encryption from the parent.
Is the above the correct command?
 
Top