Everything posted by Masterwishx
-
[Plugin] Mover Tuning
I can see some files moved other ( has 1 dangling link(s)) Related to native unraid move, seems files are linked, or maybe in use?
-
[Plugin] Mover Tuning
Please check new version
-
[Plugin] Mover Tuning
I'm working now to fix some moving things when rebalance and etc.. When have my free time. You are welcome to make pr if you wish.
-
[Plugin] Mover Tuning
Just set mover shedule for like run every day or some hours like (every 4 hours), so it will run and if mover threshold are meat it will move files. Best way to read help description by click on options or press F1.
-
[Plugin] Mover Tuning
Your cron is set for once at week : “At 02:00 on Sunday.” at 2025-10-19 02:00:00 then at 2025-10-26 02:00:00 then at 2025-11-02 02:00:00 then at 2025-11-09 02:00:00 then at 2025-11-16 02:00:00
-
[Plugin] Mover Tuning
Seems its some rsync attribute or permission maybe, not related to file validation : rsync: [sender] link_stat "/mnt/cache-docker/backup/Synology/nextcloud/data/iline/files/Fotoalbums/Jordani\#303\#253 Filip.albelli_album/1__#@%!#__VS West-Kust 2014_31-11.JPG" failed: No such file or directory (2) Oct 16 08:00:10 homelabserver move: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.4.1]When file validation, you can see error message about it :)
-
[Plugin] Mover Tuning
Consider to switch to move instead rsync?
-
[Plugin] Mover Tuning
Related to rsync I think
-
[Support] Valkey
Also some commands :)
-
[Plugin] Mover Tuning
Also mover tuning run by mover schedule settings
-
[Plugin] Mover Tuning
Post debug.zip with issue.
-
[Plugin] Mover Tuning
In next version Test Mode will be disabled by default, as was asked by Admin in Discord, Also that couse to new users not understanding why mover not move data like in your case. However I made visible that Test Mode enabled in syslog and in notify, but seems not helpful.
-
[Plugin] Mover Tuning
Check the logs, mover run after move threshold is meat, in you case 75%. Also read help description by press on option or press F1.
-
[Plugin] Mover Tuning
Disable Test Mode
-
[Plugin] Mover Tuning
Was no changes for exclude files in last update, checked your debug. You should remove /mnt/user/... from the list in file. Only use cache pool path in exclude option list file (from where moving files).
-
[Support] Valkey
we have same page for 2 diferrent xml templates?
-
[Plugin] Mover Tuning
You cant use plugin settings when you run unraid mover, but i will change to " ... when mover tuning is running ..."
-
[Plugin] Mover Tuning
Run in cli: mover debug
-
[Plugin] Mover Tuning
In your log you can see: 09:00:02.222 Enable Turbo: yes When you run force cron it run unraid move without plugin options, so it use your unraid settings for turbo write
-
[Plugin] Mover Tuning
There was no changes for this in last update, post debug.zip
-
[Plugin] Parity Check Tuning
Should we enable `Write corrections to parity disk` in unraid schedule menu for auto fix or better no? How we find what sectors was errors in case : Action Date Size Duration Speed Status Errors Elapsed Time Increments Scheduled Non-Correcting Parity-Check 2025-10-02, 03:05:50 (Thursday) 4 TB 16 hr, 5 min, 35 sec 69.1 MB/s Canceled 58 20 hr, 16 min 2
-
[Plugin] Mover Tuning
You have mover disabled no, also nothing in logs, I need debug, after you run a couple of times when you disable mover on shedule to see what happened
-
[Plugin] Mover Tuning
Post debug.zip
-
[Plugin] Mover Tuning
It's just section name, all options are in same code, that read your config.
-
[Plugin] Mover Tuning
Do you run I test mode maybe? mvlogger "$(titleLine 'LET THE MOVING SHOW BEGIN !' '*')" if [ "$ENABLETURBO" = "yes" ]; then mvlogger "Forcing turbo write on" [ "$TESTMODE" != "yes" ] && /usr/local/sbin/mdcmd set md_write_method 1 fi