Skip to content

m1.xlarge.86 support #65

@johnstudarus

Description

@johnstudarus

The m1.xlarge.x86 systems are available in greater numbers than the c2.medium.x86 allowing more student environments to run at once. However, the m1.xlarge.x86 doesn't (by default) have a spare second drive for Rook to use.
The proposal is to strip the RAID 0 (mirrored /dev/sda and /dev/sdb) of the second drive (/dev/sdb) making the second drive available for Rook.

Commands to remove the second drive, remove the partitions and make it available for Rook to use.
mdadm /dev/md126 --fail /dev/sdb3
mdadm /dev/md126 --remove /dev/sdb3
mdadm /dev/md127 --fail /dev/sdb2
mdadm /dev/md127 --remove /dev/sdb2
wipefs -a /dev/sdb

setup/defaults/main.yml:
plan_k8s_nodes: m1.xlarge.x86

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions