Everything posted by zza
-
[Plugin] unRAID Replication
Maybe there could be the option to add the —delete command on some runs or just as a once off to clear out the excess files?
-
[Plugin] unRAID Replication
Thanks for that! Using it now for my docker images. Is there also a way to remove just remove ordinary files? For example if i have a movie on the host server that I delete, is there a way that I can get it to delete on the backup server.
-
[Plugin] unRAID Replication
Just wanted to say thank you for this plugin. It makes it much more possible to use unraid as a cloud replacement as you don’t need to worry about downtime in the same way. Currently running 2 machines connected over tailscale in different locations. I was having issues where the extra parameters on my docker containers weren’t being applied to the dockers on my backup server. I fixed this by having a user script on the host machine initiate the replication and then once it is done it force updates all the docker containers on the backup server. Also Is there a way to delete orphaned files on the backup server? Would be nice to have the option, especially if i ever need to replicate back the other way. Thanks again for an amazing plugin.
-
CPU 100% Bug - Dockers and VMs lag
Ok, i fixed it so i'll share for anyone else having the problem. With my motherboard i've found out that the igpu is not supported for vga output so that explains why the previous solution didn't work for me. I ended up adding i915.disable_display=1 after each "append" line in my syslinux config file in the flash drive. Now my file looks like this. default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.disable_display=1 label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui i915.disable_display=1 label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode i915.disable_display=1 label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode i915.disable_display=1 label Memtest86+ kernel /memtest After a reboot i no longer have the cpu spikes or the kworker process running every 30 seconds. Plus the igpu still works for hardware transcoding.
-
CPU 100% Bug - Dockers and VMs lag
Think i'm having the same problem as you. I have the asrock rack E3C246D2I board and I get the kworker spikes only the integrated graphics is enabled. I tried doing what you said with the go file and a dummy vga plug but i'm still getting the spikes. Any ideas what else i could try? Did you change anything else in the bios?