Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for big disks on multipath #2533

Open
jmarrero opened this issue Aug 1, 2023 · 0 comments
Open

Add test for big disks on multipath #2533

jmarrero opened this issue Aug 1, 2023 · 0 comments
Assignees
Labels
jira For syncing to Jira. Only works for issues (i.e. not PRs)

Comments

@jmarrero
Copy link
Member

jmarrero commented Aug 1, 2023

The test needs to do something like:

cosa run -c --qemu-size=1T --qemu-memory=6096 --qemu-multipath=true --kargs='rd.multipath=default root=/dev/disk/by-label/dm-mpath-root rw'

and verify that we boot and the agcount is low by running:

xfs_info /

the output should look similar too:
meta-data=/dev/mapper/mpatha4 isize=512 agcount=4, agsize=201293759 blks

notice the agcount is 4.

@jmarrero jmarrero self-assigned this Aug 1, 2023
@jmarrero jmarrero added the jira For syncing to Jira. Only works for issues (i.e. not PRs) label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira For syncing to Jira. Only works for issues (i.e. not PRs)
Projects
None yet
Development

No branches or pull requests

1 participant