wcramblitt
New Member
I have 2 almost identical servers both running Ubuntu 20.04.5 LTS each with the same HDD brand setup in RAID 5 configurations.
I have around 10TB of data I am attempting to copy to both servers. Everything worked fine on the first server.
However, on the second server, the copy script seems to run fine until it reaches around 100 - 500G, and then all of a sudden, with no warning, the partition drops most of the copied files leaving around 9G of files left. It will do this over and over until the copy script finishes and only the last 9G of items exist on the partition.
Some background on the partition:
-It is a RAID 5 configuration totaling around 15 TB
-It is mounted at /dev/sdc1 and the partition is ext4.
-I can check the disk while the copy operation is running, and the drive doesn't even reach 1% capacity.
-I have deleted the partition and remade it several times
I've tried a variety of copy scripts include scp and rsync over LAN and a direct copy from an external drive
Here are some examples of the scripts:
scp -rv [email protected]:/folder/ destination
rsync -rvPW --ignore-existing [email protected]:/folder/ distination
They never have any error messages or warnings of any kind.
I have to actively monitor the memory in the hdd to see the issue happen.
Background on servers:
Server 1 (working):
Memory
Disks
Server 2 (HDD issues):
Memory
Disks
Any help would be appreciated!
I have around 10TB of data I am attempting to copy to both servers. Everything worked fine on the first server.
However, on the second server, the copy script seems to run fine until it reaches around 100 - 500G, and then all of a sudden, with no warning, the partition drops most of the copied files leaving around 9G of files left. It will do this over and over until the copy script finishes and only the last 9G of items exist on the partition.
Some background on the partition:
-It is a RAID 5 configuration totaling around 15 TB
-It is mounted at /dev/sdc1 and the partition is ext4.
-I can check the disk while the copy operation is running, and the drive doesn't even reach 1% capacity.
-I have deleted the partition and remade it several times
I've tried a variety of copy scripts include scp and rsync over LAN and a direct copy from an external drive
Here are some examples of the scripts:
scp -rv [email protected]:/folder/ destination
rsync -rvPW --ignore-existing [email protected]:/folder/ distination
They never have any error messages or warnings of any kind.
I have to actively monitor the memory in the hdd to see the issue happen.
Background on servers:
Server 1 (working):
Memory
Disks
Server 2 (HDD issues):
Memory
Disks
Any help would be appreciated!
Attachments
Last edited: