Everything posted by Masterwishx
-
[Plugin] Mover Tuning
I can't find why this bug happened but maybe I can add option to force read global config when no override flag?
-
[Plugin] Mover Tuning
For cache prefer we have move only from array to cache until 95% fill up, Maybe I can add global setting for cache prefer fill up 0-100% and with some override options also @alturismo is it good idea,sorry I know we don't like this cache item?
-
[Plugin] Mover Tuning
You can use also after script
-
[Plugin] Mover Tuning
You can set override for some share temporary this will couse reapply global config after this share config reading...
-
[Plugin] Mover Tuning
I saw some users having this issue with cache prefer thresholds on cache yes shares but those thresholds was coded if cache prefer and second user0, so it should be Becouse overrides, but some say they don't have... Will check it
-
[Plugin] Mover Tuning
In last version was removed override for cache:prefer array->cache. And moving from array to cache only upto 95%. @alturismo do you think we need to add override for cache prefer with some options? I remember we decided to move to cache only...
-
[Plugin] Mover Tuning
You need to set move now button option to No for this
-
[Plugin] Mover Tuning
You needs to set clear folders,clear dataset to Yes
-
[Plugin] Mover Tuning
You can use befor script option in plugin then
-
[Plugin] Mover Tuning
If you mean that Unraid mover still run that's by unraid design. Not sure if unraid mover shedule can be disabled, you need to ask unraid dev team. Why you want to disable plugin shedule and use it?
-
[Plugin] Mover Tuning
If you disable mover on shedule you can still run plugin mover tuning by move button in main menu. If in mover tuning settings move now button follow plugin filters=yes
-
[Plugin] Mover Tuning
If you disable mover tuning plugin, unraid mover still working. Try disable scheduling...
-
[Plugin] Mover Tuning
https://github.com/masterwishx/ca.mover.tuning
-
[Plugin] Mover Tuning
Please check plugin options and read help descriptions
-
[Plugin] Mover Tuning
please open issue in github with logs and debug etc...
-
[Plugin] Mover Tuning
checked no issues for this name dir in current version: in case this is folder instead dataset in zfs will be fixed in next version , you can download and check file : https://github.com/masterwishx/ca.mover.tuning/blob/ad37e98e1ce188593982f569aebc802e7beac250/source/ca.mover.tuning/usr/local/emhttp/plugins/ca.mover.tuning/age_mover
-
[Plugin] Mover Tuning
If you disable shedule the mover can't run automatically, but as wrote in text description you still can run it manually.
-
[Support] alturismo - Repos
Also validate function that check filenames : # Check File by validate function and skip if error if [ $VALIDATE_FILENAMES = "yes" ]; then if ! validate_filename "$(basename "$FILEPATH")"; then mvlogger "Error: Invalid filename path: '$FILEPATH'" "failure" continue #else # mvlogger "Valid filename" fi fi # Sanitize input filename to prevent attacks function validate_filename() { local filename="$1" ## Check filename length if [[ ${#filename} -gt 255 ]]; then mvlogger "Error: Filename too long: '$filename'" return 1 fi ... ...
-
[Support] alturismo - Repos
No , just added setting for check atime : # Get Birthtime with stat if ATIME option enabled if [ $ATIME == "yes" ]; then FINDSTR="$FINDSTR cmd=\"stat -c%X \\\"\"\$6\"\\\"\"; cmd | getline result; close(cmd); sub(/\\n\$/, \"\", result); \$1 = result; " fi
-
[Plugin] Mover Tuning
In last version was added fix for ignore folders with [ symbol. If any problem open issue in github
-
[PLUGIN] GPU Statistics
strange, after `touch /tmp/gpustatapps` its made blank file but no /tmp/gpuappsint . i have only : `gpudata0000:00:02.0` and `gpurawdata0000:00:02.0` in /tmp also strange that i dont have `immich pid` in intel-gpu-top . this is from immich container :
-
[PLUGIN] GPU Statistics
seems its related to obisidian (kasm) too ...
-
[PLUGIN] GPU Statistics
Obsidian in docker use igpu, and immich maybe represent xvnc. When play videos in immich I can see more value in watts
-
[PLUGIN] GPU Statistics
-
[PLUGIN] GPU Statistics
how to test if any load with plugin ? it seems not working any commands for test it ? using immich in docker with igpu