Everything posted by Masterwishx
-
[Plugin] Mover Tuning
I meaned only for fill cache<array Not moving back to array as we only want move to cache for cache prefer
-
[Plugin] Mover Tuning
Thanks a lot again. Well it's really headache, in short I will leave only cache<array for cache prefer. I just buyed a bigger size ssd for appdata etc and made cache only. So next question if we need move threshold option for like move from array to cache until 95% or maybe fixed 95% or maybe: fixed cache size - minimum space=move threshold?
-
[Plugin] Mover Tuning
Yep I also use cache only for appdata etc.. But seems users use cache prefer for some media...
-
[Plugin] Mover Tuning
Yep. This by unraid mover design only move to cache from array. Then unraid write to array and when cache is free again mover should move to cache So I think the idea of author of plugin was automatically free cache by moving old files to array but seems it was not working good at least by autoage. Also not sure all users will want to move old files back to array? Also this move to array option seems like cache:yes and confusing but can be easily implemented as it's already in code. So move back to array?
-
[Plugin] Mover Tuning
So after discussing in github it seems cache:prefer should only move to cache from array. And not move back at all?
-
[Plugin] Mover Tuning
@alturismo If you can check our discussion will be cool. https://github.com/masterwishx/ca.mover.tuning/issues/25
-
[Plugin] Mover Tuning
This will work same as cache:yes to move data from cache to array
-
[Plugin] Mover Tuning
-
[Plugin] Mover Tuning
Yep you are right, but seems people want use cache prefer. So I'm trying to add thresholds for this when to move back to array like move when primary cache is after 95% freeing upto 90%. But then it's same setting like cache yes thresholds but for cache prefer. I can make both fixed and then It's can be done in share override setting or I can make global setting also. Or to make fixed 95% when to move that can be overrides in share setting and global only freeing like 90%. What do you think? Ohh seems it's find + sort and Inode. Thanks need to check not sure it's working right...
-
[Plugin] Mover Tuning
If you can find this instruction will be cool becose I'm trying to understand how the previous maintainer coded this to work..
-
[Plugin] Mover Tuning
It was really worked for you? I my testing for cache prefer it's moving to files to array and back to cache based on auto age, can't find on what really age it's based, so files going to cache and back to array every move when befor freeing threshold? Like @alturismo said it's not really how cache prefer should work. It need move all files to cache until full. So will try to add thresholds for cache prefer in this way
-
[Plugin] Mover Tuning
Try to remove config file and set all again
-
[Plugin] Mover Tuning
This was temporary fix for cache prefer, working now on include sepate thresholds for cache prefer
-
[Plugin] Mover Tuning
Do you have set test mode to No?
-
[Plugin] Mover Tuning
So I can add separate thresholds for cache prefer for not change code logic Becouse not shure why move data when below freeing threshold for prefer. So users can set 95 to 0% and it will skip moving data like I made fix in last version...
-
[Plugin] Mover Tuning
@alturismo I think we need add separate thresholds and age? for cache prefer Not sure why in plugin we have : elif [ "$POOLPCTUSED" -lt "$FREEINGPCTLIMIT" ]; then mvlogger "Mover action: $SECONDARYSTORAGENAME->$PRIMARYSTORAGENAME (cache:prefer). Pool is below priming threshold percentage: $POOLPCTUSED% < $FREEINGPCTLIMIT%." mvlogger "=> Will smart move newest files from $SECONDARYSTORAGENAME to $PRIMARYSTORAGENAME until threshold. Older files will be moved from $PRIMARYSTORAGENAME to $SECONDARYSTORAGENAME."
-
[Plugin] Mover Tuning
I can check it, please open issue on github
-
[Plugin] Mover Tuning
Thanks it is Is sometime plugin was working for cache prefer when low than freeing threshold it was moving data?
-
[Plugin] Mover Tuning
Do you want to move data in cache prefer befor 99%?
-
[Plugin] Mover Tuning
Maybe I will find more fine solution for this
-
[Plugin] Mover Tuning
This is not same it's fix for cache prefer for not to move data befor 99%
-
[Plugin] Mover Tuning
Please open issue in github include log and debug. Strange I can't really reproduce it, I have many cache yes shares, all ok. Seems no other people has it..
- [Plugin] Mover Tuning
-
[Plugin] Mover Tuning
How exactly you using cache prefer? Maybe separate thresholds and age for cache prefer ?
-
[Plugin] Mover Tuning
Did you changed share to prefer when mover run?