Richard Bucker

Hardware Prep

Posted at — Apr 30, 2024

Here is my host hardware… it consists of three idendical systems.

I created a bootable USB with the minimal Ubuntu Server. Powered on the system and installed Ubuntu from the USB to the SSD (not the NVME)

In hindsight there are these little grommets on the bottom of the case the coincides with the screw ports in the SSD drive. I’m meant to remove the grommet and use a screw in the hardware bag/ziplock.

I installed ethtool for a moment until I realized that my nodes were running at 2.5GB… So now…

some convenience setup…

scp SUDOFILE HOST:
ssh HOST
sudo sh -c "cp SUDOFILE /etc/sudoers.d/. && chown root:root /etc/sudoers.d/SUDOFILE && chmod 0600 /etc/sudoers.d/SUDOFILE"

microcloud dependencies

begin the LXD setup

When something goes wrong

I don’t really like my notes above. While they are simple when they fail I do not know how to restart the process without reinstalling the host OS. And maybe that’s why the demos start in a nested VM.

Reference:

Notes:

One thing I have not addressed here… there are a couple of BIOS flags that should be set/cleared… like AMD-V and IOMMU on AMD processors. Intel might be VT-d/IOMMU.

commands

microceph.ceph osd tree microceph cluster list lxc cluster list lxc list lxc launch ubuntu:22.04