Good Morning. I'm doing some tests with the OMV in a virtual machine to, in the future, migrate to a real system. So far I've had a few issues that I've managed to resolve. My last test consisted of adding a disk in MergerFS, as I intend to do this on a real machine and didn't want to have any problems. The disk addition went well, I didn't lose any data or anything. But when trying to balance the data, which I will need to do, I received the following message:
file: aquota.user
from: /srv/dev-disk-by-uuid-92addc17-a125-4d05-ac30-bf176d76ba73
to: /srv/dev-disk-by-uuid-33c98b26-12fd-4bc7-a163-3031fdf6c463
rsync -avlHAXWE --relative --progress --remove-source-files /srv/dev-disk-by-uuid-92addc17-a125-4d05-ac30-bf176d76ba73/./aquota.user /srv/dev-disk-by -uuid-33c98b26-12fd-4bc7-a163-3031fdf6c463/
sending incremental file list
sent 65 bytes received 20 bytes 170.00 bytes/sec
total size is 7,168 speedup is 84.33
ERROR - exited with exit code: 23
Branches within 2.0% range: * /srv/dev-disk-by-uuid-fb1c7ef8-78b2-4a91-bd2a-16ddfa5b7e04: 95.62% free * /srv/dev-disk-by-uuid-33c98b26-12fd-4bc7-a163-3031fdf6c463: 99.92% free
END OF LINE
Display More
In the virtual machine I currently have 4 disks. 1 for the system, 3 merged with MergerFS, under the name "volume". Within that "volume" path, I have 3 folders created and shared: Downloads, Movies and TV Shows. For testing purposes I copied two movies totaling 3.59 GB to the "Movies" folder, a TV Show episode with a size of 440 MB to the "TV Shows" folder and two files with a total size of 442 MB to the "Downloads" folder.
sdb is 5% of 20 GB full, sdc is 19% of 20 GB full, and sdd is empty. I wanted to try to do the balancing but it is giving the error above and nothing happens with the files. I expected at least one of the movies on sdc to be moved to sdd but it didn't. What is the problem and how to solve it?