Everything posted by aarontry
-
Automated regular checksum scrubbing + repair for Unraid to prevent bit-rot / silent corruption?
This simply is not true. You could be backing up corrupted files.
-
6.9.2 Unable to Unlink Cache Drives from Cache Pool
Any way to remove device from cache pool through command?
-
6.9.2 Unable to Unlink Cache Drives from Cache Pool
The procedure is not intuitive and there's no indication saying the device is removed or not. I had another unsuccessful attempt. Here's what I did: 1. Stop the array 2. Assign both device to the same pool 3. Start the array 4. Stop the array 5. Delete cache pool and create one with one device and leave the other in UD. 6. Start the array What did I do wrong? saulgoodman-diagnostics-20211123-2008.zip
-
6.9.2 Unable to Unlink Cache Drives from Cache Pool
Thanks for the help! saulgoodman-diagnostics-20211121-1934.zip
-
6.9.2 Unable to Unlink Cache Drives from Cache Pool
I did the procedure but it's not working. I stopped the array and chose no device in the pool. Then I started the array to forget the cache config and stopped the array again to configure two separate cache pools each with an SSD. The two SSDs are still in sync. What steps am I missing?
-
6.9.2 Unable to Unlink Cache Drives from Cache Pool
Hi, I had a cache pool setup with two 512GB SSDs in brtfs. A few days ago one of the drive reported two errors in the SMART page so I decided to remove it from the pool. I created a new pool only with the good SSD and left the bad SSD in UD. This is where I saw some weird things. The bad SSD seems to be linked to the good one in some way maybe the RAID setup is still effective. When I delete or create files on the good SSD the same action mirrored on the bad one sitting in the UD! I would expect the new pool to break the RAID 0 setup from the old cache pool. What am I missing here?
-
VM not booting after moving vdisk
I had the same issue after moving vDisk from cache to array. The problem for me was when I point the vDisk path to the new location the type of vDisk changed from "qcow2" to "raw". So after I change this back to qcow2 everything works perfectly.
-
What is the difference between virtio and virtio-net ?
I have also noticed the virtio-net is much slower than virtio. Could someone explain why the newer and now default one is slower than the old virtio?
-
What's your idle power consumption?
I am idle around 150W. 2 x E5-2680v4 + 128GB ECC DDR4 + 1 10Gbps NIC + 6 HDD (1 active, 5 spindown) + 7 fans around 850 RPM on Supermicro X10DRi.
-
Warning: Unraid Servers exposed to the Internet are being hacked
What's the purpose of the new plugin (unraid.net) if VPN is the preferred way of accessing unRaid? I already have the VPN setup and I am considering switching to the plugin instead.
-
Warning: Unraid Servers exposed to the Internet are being hacked
The only vulnerability I can think of regarding the security of unRaid Server in this context is there might be undiscovered security issues that allow attackers to bypass the form based login and gain access to other services.
-
Warning: Unraid Servers exposed to the Internet are being hacked
Thanks for the sharing on security. I often need to access unRaid GUI while I'm out on a trip. I used to use OpenVPN to connect to home and access the management gui from LAN. Now with 6.9.2 I have the port forwarding setup for HTTPS to unRaid and it's the only port I am exposing on the internet. A strong root password has been set and all other services are behind my firewall. So now my question is: Is it equally safe to access my server this way compare to accessing through OpenVPN?
-
How much RAM do you have installed in your unRAID server?
M/B: Supermicro X10DRi CPU: Dual Xeon E5-2680v4 RAM: 4 x 32GB DDR4 ECC Running 1 Win 10, 3 windows server 2019 and a few sql server dockers for development work plus 20 others dockers for personal stuff. RAM usage is about 70%.
-
[Plugin] CA Appdata Backup / Restore v2
This is a great plugin and everything works perfectly! Recently I turned on the compression and I see that gzip would only use 1 thread to compress files and it takes so long to compress a 40GB ish database file. Any plans for adding multithreaded compression to the plugin or maybe adding zstd option for faster compression speed and better ratio? Also what would the best way so far to backup sql server 2019 dockers with 200GB+ database files (.mdf and .bak) in appdata folder?