Cannot find sub-dataset in root shell but existed in FreeNAS web UI

gutentag917

Cadet
Joined
Apr 7, 2020
Messages
6
Hi, I am a new user and I searched with keyword like "cannot find dataset in shell of freenas & find dataset in web" or something else but didn't get the answer.
I have set a replication from freeNAS A -> freeNAS B (Both 11.3U1, AllData dataset with recursive checked).
In freeNAS A, AllData is smb shared, Syncthing is not shared but mounted to syncthing jail with unix permission.
the daily replication tasks are successful finished.
In BOTH freeNAS A and B, I can find Syncthing sub dataset in Web UI: Storage>Polls
In freeNAS A, I can show this sub dataset in shell, but in freeNAS B, I CANNOT find this sub dataset in shell.
1586302275681.png

1586302798338.png

1586302845256.png
 

gutentag917

Cadet
Joined
Apr 7, 2020
Messages
6
I can list Syncthing dataset in shell after I restart freeNAS B.
But after another replication, I will not find it again and get stuck in the cycle.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
It's likely that the dataset isn't mounted on your B side.

What do you see from:

zfs get mounted HP/AllData/Syncthing
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You didn't use the command I gave you...
 

gutentag917

Cadet
Joined
Apr 7, 2020
Messages
6
Sorry about that...
root@nas[~]# cd /mnt/HP/AllData
root@nas[/mnt/HP/AllData]# zfs get mounted HP/AllData/Syncthing
NAME PROPERTY VALUE SOURCE
HP/AllData/Syncthing mounted yes -
 
Top