From fff7e526fc643aa6b6eb96872ccc97cb05e8a8fb Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Sat, 31 Aug 2019 17:39:48 -0400 Subject: [PATCH] Add upgrade plans for r410 --- docs/hardware/poweredge-r410.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/hardware/poweredge-r410.md b/docs/hardware/poweredge-r410.md index 49f7599..a764299 100644 --- a/docs/hardware/poweredge-r410.md +++ b/docs/hardware/poweredge-r410.md @@ -47,10 +47,26 @@ Remus also sacrificed its DVD drive to host a 256GB SSD boot drive which runs th My preferred server-side operating system is [CentOS](https://www.centos.org/), and as such both Romulus and Remus are running CentOS 7.5 on bare metal. -Both are configured to run [KVM for virtualization](../virtualization/vms.md) and Romulus is setup with an instance of the Open Virtualization Manager (OVirt) to manage the virtual machines running on both hosts. +Both are configured to run [KVM for virtualization](../virtualization/vms.md) +and Romulus is setup with an instance of the Open Virtualization Manager +(OVirt) to manage the virtual machines running on both hosts. See the [configuration section](../config.md) for more information. +## Upgrades + +These are planned upgrades that will eventually be made to these systems: + +* Upgrade Remus from e5500 to x5600 processors. This will allow virtual +machines running on one server to be live-migrated to the other. +* Balance RAM distribution across the two servers, moving memory out of +Romulus and into Remus. +* Upgrade memory modules running at 1333MHz to modules running at 1600MHz. +This will allow virtual machines running on one server to be live-migrated to +the other +* Restructure shared and internal storage. See the ongoing +[redundancy improvement efforts](../roadmap/redundancy.md) + --- *Last updated `{{ git_revision_date }}`*