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

storage: cockpit-storage: select newly created mdarrays if the user created them #658

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KKoukiou
Copy link
Contributor

No description provided.

…reated them

Inn blivet we recognize two "types" of MD array:
* The array is directly on top of disks: in this case we consider the array to be a disk
(similar to a hardware RAID) and create the partition table on the array
* The array is on top of partitions: from our pov this is a device and we allow only a single
filesystem (or other format like lvmpv) on top of it and if it has partitions they are ignored

For the first scenario, we need to re-set 'SelectedDisks' in backend,
for the new mdarrays to be handled as such.
One test is RAID on top of disks, the other test is RAID on top of
partitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant