70tas
Cadet
- Joined
- Mar 30, 2022
- Messages
- 8
I setup two TrueNAS systems, one bare metal, and the other a VM under Proxmox. They are both running 23.10.2.
Each system has a Front-End network (1GE) on a switch with pFsense routing three subnets; They also have a second (2.5GE) NIC, on an isolated switch as a back-end storage network, running jumbo-frames.
Each system is connected to its own Terramaster D6-320, six disc USB 3.2 JBOD.
The first, the bare-metal has 16TB drives. The second has 12TB drives. I will be using the 12TB as the A system, and the other as the B system for backups. Since I've been running on B for now, I tried to migrate the datasets to A by running ZFS replication. First I kept getting errors about the KEX exchange, so I set it to KexAlgorithms=ecdh-sha2-nistp521 in the .ssh/config for both admin and root users on both A and B.
After doing this, I still had a couple of problems; setting up a backup authentication, selected ssh+netcat behind the scenes. This is not shown in the backup authentication creation screen, but shows up after it is saved. I modified it to ssh and removed netcat. The second issue I had was that the replication would show running but would be stuck at 0bytes transferred, until it timed out.
Searching the forums I saw a note that replication will fail with jumbo-frames. I changed my ssh connection to the front-end and gave it a go. It is running and actually replicating data. I'm not sure if this is a known issue or if the work-around I used is not the correct one. I also don't know how to properly report this. If anyone can help, I would appreciate it.
70tas
Each system has a Front-End network (1GE) on a switch with pFsense routing three subnets; They also have a second (2.5GE) NIC, on an isolated switch as a back-end storage network, running jumbo-frames.
Each system is connected to its own Terramaster D6-320, six disc USB 3.2 JBOD.
The first, the bare-metal has 16TB drives. The second has 12TB drives. I will be using the 12TB as the A system, and the other as the B system for backups. Since I've been running on B for now, I tried to migrate the datasets to A by running ZFS replication. First I kept getting errors about the KEX exchange, so I set it to KexAlgorithms=ecdh-sha2-nistp521 in the .ssh/config for both admin and root users on both A and B.
After doing this, I still had a couple of problems; setting up a backup authentication, selected ssh+netcat behind the scenes. This is not shown in the backup authentication creation screen, but shows up after it is saved. I modified it to ssh and removed netcat. The second issue I had was that the replication would show running but would be stuck at 0bytes transferred, until it timed out.
Searching the forums I saw a note that replication will fail with jumbo-frames. I changed my ssh connection to the front-end and gave it a go. It is running and actually replicating data. I'm not sure if this is a known issue or if the work-around I used is not the correct one. I also don't know how to properly report this. If anyone can help, I would appreciate it.
70tas