Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ned

Members
  • Joined

  • Last visited

  1. Thank you. I deleted the old snapshots manually via the ZFS snapshots master plugin.
  2. I am using SpaceInvaderOne's script for snapshoting/replication of zfs datasets. It runs on a nightly schedule. The default data retention policy in the script was using too much disk space, so I reduced it from 7 days, 4 weeks and 2 months, to 7 days, 2 weeks and 1 month. However, since I reduced the cadence in the script over a week ago, I have not seen any change in the number of snapshots being stored. My question is, what do I need to do for the old snapshots that no longer fit the new retention policy to be deleted?
  3. Thank you, I freed up some space and re-balanced the pool and after a reboot all is good. Much appreciated!
  4. Woke up this morning and all of my VMs were paused. I forced stopped them and tried to restart them but it said there was no space available. They run off my cache which is a BTRFS pool of two SSDs. The pool has free space, only 391GB used out of 500. I tried running a balance on the pool but it said it wasn't required. Rebooted the server and now my VMs don't even show up in the list nor do my dockers which also ran off the cache. I can still connect to the cache via SMB share and all of the files are there and there does not seem to be any issue accessing or opening them. It does not look like there is any corruption of the data. Any idea what is going on? Diagnostics attached. tower-diagnostics-20230822-0813.zip
  5. So I added in a Broadcomm BCM5751 Gigabit PCIe x1 card. Seems like everything is working fine but this morning I see hundreds of the following entries in the system log... does anyone know what is going on here?? Dec 1 03:53:54 Tower kernel: pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID) Dec 1 03:53:54 Tower kernel: pcieport 0000:00:02.0: device [8086:6f04] error status/mask=00000040/00002000 Dec 1 03:53:54 Tower kernel: pcieport 0000:00:02.0: [ 6] BadTLP Dec 1 03:54:02 Tower kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: 0000:00:02.0 Dec 1 03:54:02 Tower kernel: pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID) Dec 1 03:54:02 Tower kernel: pcieport 0000:00:02.0: device [8086:6f04] error status/mask=00000040/00002000 Dec 1 03:54:02 Tower kernel: pcieport 0000:00:02.0: [ 6] BadTLP Dec 1 03:54:04 Tower kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: 0000:00:02.0 Dec 1 03:54:04 Tower kernel: pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID) Dec 1 03:54:04 Tower kernel: pcieport 0000:00:02.0: device [8086:6f04] error status/mask=00000040/00002000 Dec 1 03:54:04 Tower kernel: pcieport 0000:00:02.0: [ 6] BadTLP Dec 1 03:54:08 Tower kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: 0000:00:02.0 Dec 1 03:54:08 Tower kernel: pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID) Dec 1 03:54:08 Tower kernel: pcieport 0000:00:02.0: device [8086:6f04] error status/mask=00000040/00002000
  6. My server recently started "pausing" every so often for a few seconds. I first started noticing it when streaming media to my Nvidia shield TV. The media would just freeze (since the data flow from unraid stops during this time) and then a few seconds later it would resume. This can happen several times per hour. Investigating this further, I noticed that if I'm in the web GUI when this happens, the whole GUI locks up. The CPU load bars stop moving, I can't click on anything. I wait about 10 seconds and everything comes back to life. Then I looked in the server log and noticed what looks to be the NIC periodically having "hardware unit hangs". This is the onboard NIC for my Gigabyte X99-UD3P-CF motherboard. I have not tried putting in another standalone NIC yet as I wanted to see if anyone could have a look at the logs first and tell me if the NIC looks to be bad, or if something else could be causing this? I've attached a snippet of the log file for reference. Thank you in advance for any advice! Unraid Log Nov 28.txt
  7. I think I figured it out. I needed to allocate more memory to the crashplan app.
  8. The new CrashplanPRO docker was working fine however halfway through the de-dupe process it is constantly crashing on one particular file/folder it seems. Crashplan keeps restarting. Eventually it says it cannot connect to the backup service. I verified my account and connectivity are ok. Any idea what could be wrong?
  9. Thanks for the quick reply. That's good to hear. The only potential issue I can see with using the plugin is that it doesn't honor split level given the way that it moves the data to disk shares... but that is minor issue I think, especially since once everything is migrated the data could be adjusted between the drives even further if needed.
  10. Ok so I just started to migrate my 10 disks from RFS to XFS and just finished moving data off my smallest disk (as an initial test of the process to make it go quicker) to another disk in my array using the unBALANCE plugin. I have plenty of free space (almost 8TB free) spread across the disks in my array (my largest disk is 4TB) so using this plugin seemed like a very logical way to move my data around between disks without having to do any of the adding/swapping of disks etc. mentioned in the list of instructions posted earlier in this thread. Now I'm reading this thread and seeing this warning - pretty much all of the data on my array is in user shares. However after copying the data from one disk to another using the unBALANCE plugin I then verified that I could access the data I relocated via the user shares from Windows explorer and everything looked good! So I went ahead and formatted the now empty disk to XFS. All looks good as far as I can tell! I was going to repeat this simple process for the next disk but now I am concerned given this warning! My understanding is that the unBALANCE plugin copies data from USER shares to DISK shares... so once the copy procedure is complete, the data that was moved should also show up in the user shares without issue. Am I correct? Is there a PROBLEM with using the unBALANCE command to move data between disks like this? I thought that was the whole point of the plugin? Can someone please confirm that I can continue to migrate my disks to XFS by simply moving the data using the unBALANCE plugin as described and reformatting the disks (as they are emptied) to XFS and that NO OTHER STEPS ARE REQUIRED? Thank you!
  11. Ok thanks for the updates, I will be giving this a go very soon. It's going to be a very long process with 10 disks and over 16TB of data to move around but I'm hearing that the effort is well worth it in the end.
  12. How is parity maintained when you format a disk in the array to a new file system? I'm thinking of migrating my 10 RFS disks to XFS and I have a handle on how to move the data off individual disks so that I can convert them but this is the part I want to be 100% sure of... After the format is complete the array resumes operation with my 10 disks as before? At any time (e.g. during the format process) is the array unprotected?
  13. Great to hear everything went smoothly for you. Hope it will be the same for me!
  14. Thanks everyone!
  15. Like the title says, I'm about to swap out my existing AMD board and CPU with a faster Intel setup. In addition to unraid, I have a couple of dockers and a couple of windows 10 VMs running right now. Do I simply back up my flash, take note of the drive assignments, power down, swap, and power back up? Will the array come back up with the proper drive assignments even though they will be connected to a completely different set of SATA ports on a new motherboard? The CPU I'm putting in is an Intel i7-6800k which will show 12 cores in unraid (6 cores hyperthreaded). My old Phenom II 1055T has 6 cores non-threaded so what will happen to the core assignments for my VMs given the mismatch? Should I set my VMs to not auto-start prior to the upgrade and check the core assignments when I boot up on the new CPU before I re-launch the VMs? Also will the Windows 10 VMs just detect a CPU change and continue to function as normal? Sorry, lots of questions but I just want to make sure there are no gotchas I should be aware of before I make the swap. Thanks!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.