All checks were successful
Trigger build for deploying blog updates / build (push) Successful in 0s
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
---
|
|
title: First Upgrade
|
|
description: Upgrade to the cluster
|
|
date: 2026-04-29
|
|
slug: upgrade
|
|
---
|
|
|
|
Today, I upgraded the cluster's RAM from 16GB to 48GB. I also added a new 8TB HDD.
|
|
|
|
I do have a small issue: all the media and miscellaneous files on the original HDD were stored in a Proxmox virtual .qcow disk image, which is essentially just a file that all the other containers on the Proxmox host were mounted to. With this new disk, I created a ZFS filesystem.
|
|
|
|
ZFS is excellent for servers. It offers many useful features, such as on-the-fly compression and decompression, and it's very straightforward to add new drives to a ZFS pool.
|
|
|
|
Currently, I'm copying all the files from the old virtual .qcow disk image onto the new ZFS filesystem I created on the new drive. Once that's done, I'll wipe the old disk and add it to the ZFS pool.
|
|
|
|
For now, it'll be configured as RAID0. Since these disks are relatively new, I might consider switching to RAID5 in the distant future (around 3 years from now). I think that should be straightforward, right?
|
|
|
|
Anyway, see ya! |