Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

kola/tests: add nested partitions and raid test #699

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajeddeloh
Copy link
Contributor

Depends on coreos/ignition#434

Copy link
Contributor

@bgilbert bgilbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Run: NestedRootOnRaid,
ClusterSize: 0,
Platforms: []string{"qemu"},
MinVersion: semver.Version{Major: 1520},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to be updated, of course.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1534 good? It's dependent on Ignition changes (which will require a ignition bump in the overlay).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a reasonable guess. If it turns out to be wrong, the test will start failing and we'll bump again.

nestedRaidRootUserData = conf.ContainerLinuxConfig(`storage:
disks:
- device: /dev/vdb
wipe_table: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of the wipe_tables should be necessary here.

@@ -80,6 +152,18 @@ func init() {
Name: "coreos.disk.raid.root",
})
register.Register(&register.Test{
// This test needs additional disks which is only supported on qemu since Ignition
// does not support creating partitions on disks without wiping the partition table
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stale copypaste

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants