Tag: storage
-
Adding Lots of Storage Pools to Libvirt
I do not enjoy having subdirectories involved for storing files in libvert. The virt-manager interface is just way too brutal about how you manually add storage pools. After much ranting, I wrote a bash script to add these directories for my VM disk images. 1 #!/bin/bash 2 3 set -e 4 #set -x 5 existing_pools=()…
-
Replacing a loud fan in my home ZFS NAS
The blue-LED fan I have in my ZFS on Linux NAS is a bit louder than the other fans that I’ve been hoping for. I am going to replace it with a 600rpm fan. You will notice that I have drilled extra ventilation into the top case panel. Notice the clear-plastic fan. It…
-
Replacing a Four Drives at Once
I would not have considered this tactic possible, but then I’ve often come from small raid setups or hardware raid setups that are unlikely to want to replace multiple disks at a time. Replacing four at a time!