michaelding313
Cadet
- Joined
- Mar 22, 2024
- Messages
- 4
Greeting nice people of the forums,
Was moving datasets from a old server (server A) to a new replacement (server B)
Wanted to send a few select datasets from server A to server B. I used replication tasks to do so.
Everything is setup in the GUI and no command line used.
I have the same issue with multiple replicated datasets, below is a minimal example with one of them.
Datasets names replicated:
Server A: hddTank/workDir/shared -> Server B: bigSSD/workDir/shared
Both servers use a common LDAP server for user info. root and admin accounts are local.
Symptom:
After replicating the dataset to server B, and disabling read-only on the dataset in question. I get an error
Dataset replicated on Server A,
Replication Job in question
I am letting the replication task create it's own datasets, as there are multiple source datasets. Note I didn't include the encryption root.
User quotas show up fine on Server A, however once replicated, they failed to load.
I dug far enough to figure out the lack of user quotas on Server B is likely from
on Server A (source):
the same, replicated dataset on Server B:
going one level up on Server B, quotas show no problem
Dataset versions are also the same across the two system, at 5.
The only reason I can think of is this may have something to do with the fact that the dataset
The two systems also have different TrueNAS OS versions, 22.02.4 -> 23.10.2
I have resorted to creating all new datasets on Server B, and sending files over with RSYNC jobs to avoid weirdness. I don't mind losing the snapshots as the old server will be kept around for a couple of weeks.
Server Info:
Server A (source):
OS Version:TrueNAS-SCALE-22.02.4
Product:X10DRH
Model:Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
Memory:63 GiB
Disks in pool: 4x segate Exos X18 14TB, in RAIDZ1
Server B (destination):
OS Version:TrueNAS-SCALE-23.10.2
Product:AS -2115HS-TNR
Model:AMD EPYC 9454P 48-Core Processor
Memory:188 GiB
Disks in pool: 7x Kioxia KCD6XLUL15T3, in RAIDZ2
Some insight or advise would be greatly appreciated.
Was moving datasets from a old server (server A) to a new replacement (server B)
Wanted to send a few select datasets from server A to server B. I used replication tasks to do so.
Everything is setup in the GUI and no command line used.
I have the same issue with multiple replicated datasets, below is a minimal example with one of them.
Datasets names replicated:
Server A: hddTank/workDir/shared -> Server B: bigSSD/workDir/shared
Both servers use a common LDAP server for user info. root and admin accounts are local.
Symptom:
After replicating the dataset to server B, and disabling read-only on the dataset in question. I get an error
[EFAULT] Fialed retrieveing GROUP quotas for bigSSD/workDir/shared
Dataset replicated on Server A,
hddTank/workDir/shared
Replication Job in question
I am letting the replication task create it's own datasets, as there are multiple source datasets. Note I didn't include the encryption root.
User quotas show up fine on Server A, however once replicated, they failed to load.
I dug far enough to figure out the lack of user quotas on Server B is likely from
zfs userspace bigSSD/workDir/shared
failing:on Server A (source):
the same, replicated dataset on Server B:
going one level up on Server B, quotas show no problem
Dataset versions are also the same across the two system, at 5.
The only reason I can think of is this may have something to do with the fact that the dataset
hddTank/workDir/shared
is not the encryption root? Does replicating a sub dataset and not its encryption root causes issues like this?The two systems also have different TrueNAS OS versions, 22.02.4 -> 23.10.2
I have resorted to creating all new datasets on Server B, and sending files over with RSYNC jobs to avoid weirdness. I don't mind losing the snapshots as the old server will be kept around for a couple of weeks.
Server Info:
Server A (source):
OS Version:TrueNAS-SCALE-22.02.4
Product:X10DRH
Model:Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
Memory:63 GiB
Disks in pool: 4x segate Exos X18 14TB, in RAIDZ1
Server B (destination):
OS Version:TrueNAS-SCALE-23.10.2
Product:AS -2115HS-TNR
Model:AMD EPYC 9454P 48-Core Processor
Memory:188 GiB
Disks in pool: 7x Kioxia KCD6XLUL15T3, in RAIDZ2
Some insight or advise would be greatly appreciated.