-
[Plugin] [Support] Unraid ZRAM Plugin (Compressed RAM) with disk swap
@johner Another Issue. I have a use case where I just want to use Tier 2 and not Tier 1. In this scenario, it seems to be working but Dashboard is useless and doesn't show anything.
-
[Plugin] [Support] Unraid ZRAM Plugin (Compressed RAM) with disk swap
There seems to be a bug with Tier 2. Upon a restart, Tier 2 is skipped initially [WARN] Disk swap mount (/mnt/swap) not available yet. Skipping Tier 2.You have to go to ZRAM Settings and click Apply & Save to enable it.
-
[Plugin] [Support] Unraid ZRAM Plugin (Compressed RAM) with disk swap
@johner When you get back, is it possible to have: Custom Swappiness for the Tier 2 (Max Value Clamped to Tier 1 Swappiness). How much data is in Tier 1 vs how much data is in Tier 2. Also what is priority? It's set to 100 for Tier 1 and 10 to Tier 2. How does that differ from Swappiness? Can we customize that as well?
-
Unraid OS Version 7.2.5 Available
--runtime=nvidia in place of --gpus=all is the fix for the docker issue I believe.
-
[Plugin] [Support] Unraid ZRAM Plugin (Compressed RAM) with disk swap
I am not able to set the Auto Size to 75% nor make the size customizable. It always creates 16G. Edit: NVM figured it out -> You have to save settings first.
-
ZFS Arc and Properties vs Multiple ZFS Pools
I did some preliminary searching but couldn't find a definitive answer. Is the ZFS Arc shared across all ZFS Pools in Unraid? I like to assign a lot of RAM to Arc and was wondering if all ZFS Pool share it. Special Vdevs specifically L2Arc I suppose is per ZFS Pool? Other ZFS Properties like zfs_arc_max, l2arc_headroom, zil_nocacheflush, etc. are applied to all ZFS Pools with no way to configure them manually per ZFS Pool?
-
ZFS SLOG + L2ARC on one device
I improved the scripts a little bit more: On Array Startup ls /mnt/cache if [ $? -ne 0 ] then echo "ERROR: Unsafe Shutdown detected!" zpool import cache sleep 15s zpool remove cache /dev/nvme0n1p1 zpool remove cache /dev/nvme0n1p2 shutdown -r now else echo "All operations normal!" zfs set compression=lz4 cache zpool add cache log /dev/nvme0n1p1 zpool add cache cache /dev/nvme0n1p2 fi On Array shutdown zpool remove cache /dev/nvme0n1p1 zpool remove cache /dev/nvme0n1p2 Also, note that each time a log device is removed from a zpool, it leaves a hole vdev in its place. This can be viewed with 'zdb -C'. This apparently is normal behavior for ZFS and completely harmless. It's just tracking vdev removals.
-
ZFS SLOG + L2ARC on one device
I feel like that's Unraid in a nutshell with regard to a lot of other things over the years.
-
ZFS SLOG + L2ARC on one device
But my solution works!
-
ZFS SLOG + L2ARC on one device
Okay I figured out a dirty way to do this. Follow this guide to partition your Optane Drive into 2 Partition (I did 10GB for SLOG and 100GB for L2ARC). SLOG is /dev/nvme0n1p1 and L2ARC is /dev/nvme0n1p2 You can't start the array with SLOG and L2ARC enabled, they have to be added after array is started so I created a User Script that runs at Array Startup. zfs set compression=lz4 cache #zfs compression gets sets to on instead of lz4, this step is optional zpool add cache log /dev/nvme0n1p1 zpool add cache cache /dev/nvme0n1p2 At Array Shutdown, the vdevs have to be removed. zpool import cache #if unraid was improperly shutdown, this script will instead import the zpool, remove and support vdevs and then you have to restart unraid again to make this work. zpool remove cache /dev/nvme0n1p1 zpool remove cache /dev/nvme0n1p2 Any help in refining this further would be appreciated.
-
ZFS SLOG + L2ARC on one device
Is it somehow possible in Unraid to put ZFS SLOG and L2ARC on the same SSD (Optane P1600x 118GB). I am using it as just a SLOG rn and it's barely using any space. I believe this is possible on TrueNas but not sure if possible to do this on Unraid. My workload involves a lot of Databases so need the SLOG. Adding the SLOG makes almost a 10x difference. I have also maxed out my RAM for the ARC.
-
[Support] cheesemarathons repo
Both will work without issues.
-
[Support] cheesemarathons repo
If you want to run Minio in Single Node Multi Drive config, then you'll have to change the Post Arguments. It prolly looks something like "server /data ..." for you right now. If you want more drives, you need to change it to "server /data1 /data2 ..." or "server /data {1-3}" (for more than 2 drives). and ofc /data1 /data2 ... should map to the mount points of where you want to store the data. Also, you cannot convert an existing Single Node Single Drive to Multi Drive, it has to be a fresh installation.
-
seamon started following [6.8.3] unRaid cache bug
-
[6.8.3] unRaid cache bug
So I have 2 disks in the cache pool disk 1: 1 TB NVMe SSD disk 2: 256 GB NVMe SSD If I fill up my cache to say 250GB and then I try to put in a 10GB file, the transfer fails even though I have 1 TB+ space available. Not sure if this is intentional. I am contemplating just getting another 1 TB SSD and putting the disks in Raid 1 or Raid 0(this is a normie non-essential home media server)
seamon
Members
-
Joined
-
Last visited