#raid10 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #raid10, aggregated by home.social.
-
Почему мы перешли на RAID 10
Недавно у нас развалился RAID 5. Один диск на первом году своей жизни умер сам от естественных причин. Такое может быть и в период трёхлетней гарантии — нечасто, но может. Мы вынули его, поставили на его место диск из горячего резерва — и во время ребилда в массиве умер второй диск. Данные умерли вместе с ним. Один из пользователей, чьи данные там были, очень живо интересовался тем, что за конфигурация у нас была. Вплоть до моделей дисков, дат их производства и серийных номеров. Он, вероятно, считал, что там стоит какое-то старьё, и до последнего не верил, что так бывает на новом железе. Потом очень искренне смеялся над фразой, что ни одна схема резервирования RAID не даёт стопроцентной гарантии сохранности данных. Это правда: ни одна схема резервирования никогда не гарантирует 100 %. Случается всякое. Диски из одной партии могут умереть в один день: у нас такое было только один раз несколько лет тому назад, но было. Разболтавшийся кулер может вызвать резонансные вибрации, которые убьют два массива целиком: такое было больше пяти лет тому назад, и мы долго расследовали ту ситуацию. Бывает всё. В России не очень принято выплачивать компенсации за простои и потерю данных. В прошлом году мы поняли, что это важно делать, и включили такие пункты в соглашение. Это привело к целой цепочке последствий, в частности, к тому, что мы перешли на RAID 10 как на новый для нас стандарт хранения данных.
-
question for tech-y storage people: I just nabbed 4 extra (used) disks with a 6 TB capacity from a place that re-sells electronics (oregonrecycles.com); I think they did some testing but obviously I dunno what to extent, and also, if it was just limited to stuff like SMART data, well...
anyway, I wanna RAID it, which is fine, but I don't know how much lifetime these have left on them. For four disks with unknown usage, should I use RAID6 or RAID10? It's not job critical data I'll be storing on these (mostly media and such). They'll eventually be migrated into a larger RAID array but that won't happen until I'm stable and can afford to rebuild my server so this is fine for now.
I wouldn't mind the better read/write performance that comes with RAID10 even though it has less parity. I suspect these disks were all used together so they might have similar wear/tear patterns; in that case, I'm wondering if RAID6's double parity actually buys me any extra life? Like, given 4 disks with the same history and a probably known disk failure rate, I'm not really clear as to whether double parity is going to make much of a difference (and that if one goes down, the others probably aren't too far behind).
#techPosting #raid #raid6 #raid10 #storage #nas -
If I were to setup a #DYI #NAS server in 2025, what should it be? I've got an HP Proliant N40L G7 with 5 drives (a mix of 750 GB and 1 TB ones) that used to run #Gentoo and had the drives in #RAID10 over #LVM volumes. This worked, but was quite a faff to manage.
What's the modern equivalent? I need it to run docker containers and serve files over LAN, that's it.
-
Final Hardware for NAS : VisionFive2 with 4x512GB USB drives installed. I also had added an M.2 drive with 1TB before, maybe I will use it for non-critical data storage.
-
I am setting up a SAMBA NAS with RAID ... using USB Flash drives. "Why? WTF?" you might ask ... because I can ;-)
A so-called crazy idea that wants to be realized.
So I bought the cheapest USB flash drives I could get from an electronics retailer nearby. Around 45€ per stick and this 4 times.
I have Raspberry Pi 4 and VisonFive2 to choose from.
As RPI4 has 2xUSB 2.0 and 2xUSB 3.0 I will go for VF2 4xUSB3.0.
-
My #NFS might have commit death, but I'm not sure how yet... So far from the autopsy: Two physical disks in a #RAID10 virtual disk have failed. It seems they may be the same stripe but I'm unsure how to confirm. I've ordered two new disks to try and rebuild the raid but I think any of the non-archived data will be lost 😭 if I have to restore data from my archives, I may push mastodon to use a smaller disk for media instead of NFS.
Any #Dell #PowerEdge #Debian or relevant perspective welcome!!
-
```bash
while true; do
sleep 1
grep --perl-regexp --quiet '^1*\d\.' /proc/loadavg &&
btrfs balance status /mnt/btrfs/… | grep --quiet 'No balance found on' &&
btrfs balance start -dconvert=raid10 -dlimit=1 /mnt/btrfs/…
sleep 1
done
```Mögen die Spiele beginnen. 300TB #btrfs von #raid1c3 in #raid10 Konvertieren.
Denke mal in ein paar Monaten wird das erst durch sein. -
Just out of pure curiousity, but does anyone in their #HomeLab have a #StorageAreaNetwork or #SAN for short? I am contemplating setting one up with a few #SBCs or low wattage machines, with all #RAID1 set-up instead of #RAID10 on a single machine.
What are you thoughts about that scenario community? #100DaysOfHomeLab #SelfHosted #SelfHosting
-
So another update from me, because sometimes things go slow. I've booted a #NixOS live image and the #badblocks program is running a check of my four 4TB drives (been running for 86 hrs and done 84% I think the last time I checked).
I did change my decision to use #NILFS2 & #RAID6. After deliberate consideration I've switched my choice to #ZFS with #RAID10.
— no longer NILFS2 because it doesn't have compression and ZFS even includes the kitchen sink
- 1/2