glave

Members
  • Posts

    179
  • Joined

  • Last visited

Everything posted by glave

  1. LSI 9300-16i in IT mode? That's in containerUnraid and is what the drives will attach to. Would that be ok?
  2. That's not really what I'm doing here. I'm taking the drives out of an existing Unraid server and attaching to a different existing Unraid server. This existing server has a lot of containers already running on it.
  3. Would it? I'm not moving the flash drive at all. The existing disks in dockerUnraid's array are not a priority at all. They are just two 300gb 2.5" disks with no data. This is purely about getting diskUnraid's drives reconnected without losing data from the original array on diskUnraid.
  4. I have two Unraid servers, one is filled with storage and the other mostly doing container things. For ease of reference, I'll call them diskUnraid and dockerUnraid. dockerUnraid only has 2 drives in it's array, and they are empty. The primary stuff happening there are pool devices and containers. I'm converting diskUnraid to be a DAS, and dockerUnraid will be using those drives now. I know I will need to first destroy the array on dockerUnraid but I'm wondering on how I bring in the drives from diskUnraid and keep the data intact. Do I just populate them all inside dockerUnraid in the exact same drive assignments they had in diskUnraid? Will parity (I have dual) be destroyed?
  5. I have a Norco 4220 case and an old i7, but I also have a HP DL380 Gen10. What options do I have to to use the HP as compute but attach the 20 HDDs to it? I'm currently running unraid on both and using fileshares to access the HDDs but I feel this is a bit less than ideal.
  6. Between my two servers I have one that isn't behaving the same with display. I'm trying to set both of them to 'small' but on one server it reverts back to 'normal' every time I hit Apply. Once upon a time I had the theme engine plugin, but that has been removed from both servers. Is there something I can reset or check that could be keeping the font size setting from sticking?
  7. Unfortunately they don't work in some situations, although I haven't tracked down the specifics yet. I have a 50GB minimum set on each share, yet I still have a few disks than continue to fill up past that without triggering warnings.
  8. Has anyone created a script that can parse the log file looking for a string and then send a notification using unraid's notification system? I'd like to search for "No space left on device" in the log file, just wondering if something similar may already exist before I reinvent the wheel.
  9. Rebuilding both parity at the same time makes sense, but wouldn't replacing both data disks at the same time cause data loss? I thought if I lose/remove more than 1 data drive at once then I lose data?
  10. My current parity drives are 12TB and I've got two 14TB on the way. I'll be swapping the 14TB drives in as parity, removing two 4TB drives and replacing them with the 12TB drives that are currently parity. What is the easiest/fastest order of operations that I can achieve this? Right now I'm thinking it will take 4 parity rebuilds to pull this off, which will take a very long time.
  11. Yes, good to close. Clearing, starting, reassigning, starting set it back to expected behavior!
  12. After upgrade reboot all pool devices show as missing. The missing device id is using the longer notation, but the drives I can select from is using the short id. I matched each drive to the appropriate slot and the array starts but still shows the devices as missing, and says the contents are emulated despite every drive in the pools being in this state. The data is there and shows up just fine, but even after an additional reboot this persists and I have to manually start the array. flynns-diagnostics-20220517-1858.zip
  13. I recreated the USB with stable release, copied over the config directory and restored the key. I was able to use the 64gb drive that I bought, but I'm not sure if there will be some consequence (?) later since the maximum is stated at 32gb.
  14. Also just noticed on the download page that a 32gb drive is the max? The replacement I got was 64gb. Is it possible to use this at all?
  15. What is the workflow to move over? I used the USB creator tool and then copied over all the files from the old drive, but when it attempts to boot I keep getting Failed to load COM32 file menu.c32 boot: A few more details- My drive died last night right after upgrading to 6.10rc2 and it was doing it's reboot. I tried to use the USB creator tool and told it to use 6.10rc2 but it appears that something is broken with that option, as the tool erases the drive, pauses, then closes the program without warning. No files are put on the drive. I knew this wasn't correct, so I tried again and this time chose stable. This worked as I expected and downloaded the zip at the end and extracted it. I then copied my old flash drive contents on to the new drive. Should I have done that? Should I just move the config folder only?
  16. Last night I upgraded from 6.10 rc1 to rc2. After rebooting I'm getting a kernel panic- Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) This is a pretty new one for me, I wouldn't have expected it to fall over. I'm wondering if it's the flash drive... Any help appreciated!
  17. Is there a way to monitor disk space on an unassigned device? I've had a few instances where they fill up and I discover it because some process has stopped working in a docker due to full disk.
  18. I have many dockers that have delays to start when the array comes up. If I send a stop array command before they have finished coming up, the system gets stuck trying to shut down the array. Checking on the command line, none of the array drives are mounted except the cache because the docker.img is still mounted. Manually unmounting docker.img seems to allow the system to gracefully continue the stop array.
  19. Has anyone else had any issues with the web ui not actually displaying anything? The page title loads and you can view source code, but nothing is actually rendered on the page.
  20. Contrast on the used space % of the array is pretty difficult to read. So far everything else is looking good.
  21. Should I be able to see devices attached to a Dell PERC H700? I've got a single drive attached to it and the array itself can see the drive, but UD doesn't show it.
  22. Is there a way to trigger a notification to be sent from unraid's notification system? I have sonarr move TV episodes it replaces to a .deletedBySonarr folder and over time they can get pretty big if I don't catch it. I'd like to make a script that checks the size of that folder and if it's larger than X GBs send me a notification.
  23. Yes, I've had this plugin forever and I actually checked it before posting. I didn't realize that part about being able to use a different IP/port. I'll give her a shot!
  24. While that could work, it wouldn't really solve the problem. If the other server didn't come up for some reason I'd still be eventually launching the docker without ensuring the presence of the mounts.
  25. I've seen similar situations to this posted before, but it's not working as I'd expect. I'm running Plex docker on 1 server, and my primary storage shares are on another. I use unassigned devices to mount the storage shares via NFS. On occasion, something may happen and the servers reboot. The server that has Plex boots MUCH faster than the storage one, and even though I have the NFS directories set as RW:Slaves in docker, Plex will still launch and thinks I no longer have files so it clears the DB and I have to rescan. Is the RW:Slave flag supposed to prevent the docker from launching? Is there an elegant way I can achieve this elsewhere if not?