Replication succeeds but has warnings

iffy

Cadet
Joined
Oct 28, 2021
Messages
3
I have two machines that I just updated to 22.02-RC.1, I've been running the SCALE alphas and betas but after upgrading I decided to reorganize my pools. So I created a new pool on each machine and have setup a replication task to simply replicate a single dataset from pool tank to pool vault.

It ran for the first time last night and I see that it says SUCCESS but indicates a warning, in the log I see

cannot receive sharesmb property on vault/backups: pool and or dataset must be upgraded to set this property or value

vault is on the receiving machine that I am replicating to. I don't see any indication that there is any upgrade needed for my pools in the GUI. Is this anything to be concerned about or act on?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You can try looking at version on both:
zpool version tank/vault

Or at the feature flags at the bottom of the list:
zpool get all tank/vault
 

iffy

Cadet
Joined
Oct 28, 2021
Messages
3
You can try looking at version on both:
zpool version tank/vault

Or at the feature flags at the bottom of the list:
zpool get all tank/vault

Both list the same versions
zfs-2.1.1-1 zfs-kmod-2.1.1-1

And all the feature flags are the same, I see sharesmb listed on both (set to off)
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I see sharesmb listed on both (set to off)
how does it look if you look at the dataset you're replicating?

zfs get sharesmb pool/dataset
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
can you set it on vault/backups?

zfs set sharesmb=on vault/backups
 
Top