Kilrah
Members
-
Joined
-
Last visited
Solutions
-
Kilrah's post in Docker.img is 107GBs was marked as the answerIts size is the one you set for it on the Docker settings page, default is 20GB. If you want to shrink it you have to delete and recreate it with the new size.
https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
-
Kilrah's post in ZFS integrity during 2 disk resilver was marked as the answerWhen you replace one drive there will be 2 sources of redundancy, so if one is unreadable it'll use the other. If both were bad the whole operation would fail AFAIK.
There are checksums so it can know if the data is correct or not. Either it rebuilds correct data or it can't and the pool is gone.
-
Kilrah's post in advice for RAM was marked as the answerYou should not enable XMP anyway for stability even when you're using faster RAM, so no, speed not important.
As to amount, depends what you do and need.
-
Kilrah's post in Unsure how to change my array config without losing my data was marked as the answerThere isn't one. The flexibility is what you lose with a zfs pool, it's one thing that can't be broken down or (easily) expanded.
Do you have extra SAS/SATA ports to shuck the externals and connect them internally?
-
Kilrah's post in SMB Share zeigt nicht mehr alle Verzeichnisse an was marked as the answerSiehe vorherigen Post und Unraid-Version prüfen...
-
Kilrah's post in Failing USB Flash - Key Transfer INELIGIBLE was marked as the answerThat is for appointing someone to configure your server for you. Licensing issues have nothing to do with this and will be solved when you fill up the form with your problem without any payment obviously.
-
Kilrah's post in rsync script löscht Dateien. was marked as the answerWahrscheinlich bist du auf Unraid 6.12.9, gibts da ein Bug mit Remote Mounts. Auf 6.12.10 aktualisieren
-
Kilrah's post in Connect access to preview releases? was marked as the answerThe beta is closed, you only have access if you registered for it from the email several months ago with your unraid account and were accepted.
-
Kilrah's post in Parity Disk Preclear Errors was marked as the answerYes, would not put that drive in use with 8 newly reallocated sectors.
-
Kilrah's post in some Docker Containers dont start anymore was marked as the answerYour appdata share is set to 200GB min free space, both of your drives are below that at 114 and 188 respectively so anything trying to write to appdata will encounter a "disk full" error.
I.e. it was never the Docker image.
-
Kilrah's post in VM's Dont work after updating to 6.12.9 was marked as the answerDo they not work as in the UI shows them stopping again, or you just can't connect VNC? If the latter just clear browser cache/cookies.
-
Kilrah's post in Docker shows "update ready" after updating was marked as the answerWould try recreating the docker image at this point.
https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
-
Kilrah's post in Find root cause for crash was marked as the answerTry using something like glances or netdata with persistence to see what container caused that runaway increase in RAM usage.
EDIT: Seems it could be immich, try limiting the amount of RAM it's allowed to use
-
Kilrah's post in Defekte Festplatte durch kleinere ersetzen? was marked as the answerNein, immer gleich oder grösser.
-
Kilrah's post in CPU only half used was marked as the answerHave you set up core isolation in Settings-> CPU pinning? If so then those wouldn't be used for anything else than VMs.
-
Kilrah's post in Best way to backup folder from Cache pool to Array was marked as the answerrsync from a user script
-
Kilrah's post in Problem with throttling Intel N100 on Unraid was marked as the answerThis only displays nominal speed, not actual.
Use corefreq plugin if you want to see current clocks.
-
Kilrah's post in Server freaking out after ~60% RAM usage. was marked as the answer/tmp is not a mount so it's in the rootfs, that's half the installed ram and as you saw things will go south if it gets full and there's no space for the OS to work with anymore.
/dev/shm is a separate tmpfs in RAM with size being half the installed capacity too, better to use that since if it fills up it won't clog the rootfs that still has the other half to work with.
-
Kilrah's post in Parity check with only the parity drive running was marked as the answerYes, because it has to ensure all currently unused bits are 0 to be ready for when you're going to install a larger disk that will use them.
-
Kilrah's post in Assing existing Disk to Disk Array was marked as the answerI would add only this disk to array, no parity or anything else and start the array. If it mounts all good, if it says unmountable then stop again and remove from the array, you will have to copy. Oops, didn't notice EXT4
Assuming you'll want a parity disk if the sizes are OK I would take that drive intended for parity, add it to array, format, copy everything from the disk that has data to it, then add the old drive as parity.
-
Kilrah's post in License transfer was marked as the answerhttps://unraid.net/policies
-
Kilrah's post in Rebuild Docker engine with all containers was marked as the answerAll your containers will show up in "Previous Apps" on the apps page where you can just select and install them in bulk.
-
Kilrah's post in Parity swap VERY slow (5MB/s) was marked as the answerSo you're now copying parity data onto that 6TB drive?
Looks like it's an SMR drive so... you're just going to have to be very patient.
You might be able to gain some time by pausing the operation, waiting an hour or so then resuming, and repeating everytime it falls down to negligible speeds.
-
Kilrah's post in Slow transfer speed from HDD array to SSD pool was marked as the answerProbably those low-end SSDs, seems sub-50MB/s on extended writes that have filled the pSLC cache isn't surprising.
https://goughlui.com/2023/03/11/review-patriot-burst-elite-1-92tb-2-5-sata-iii-ssd-pbe192ts25ssdr/
-
Kilrah's post in IS THE DOCKER CONTAINER STARTUP DELAY REMOVED? was marked as the answerIt's not but it only shows in Advanced view, also it seems you're using a folder plugin so if you're already in advanced view that could interfere with it/change where it's shown.