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

Automatic generation of physical volumes #1655

Merged
merged 7 commits into from
Oct 9, 2024

Conversation

ancorgs
Copy link
Contributor

@ancorgs ancorgs commented Oct 3, 2024

#1652 adds support for configuring the automatic generation of LVM physical volumes. Read there the details about how the feature works.

This pull request implements a first version of the functionality described there, including a couple of unit tests.

Depends on yast/yast-storage-ng#1392

@ancorgs ancorgs force-pushed the generate_pvs branch 2 times, most recently from a333c2c to 7ffd031 Compare October 7, 2024 13:19
@coveralls
Copy link

coveralls commented Oct 7, 2024

Pull Request Test Coverage Report for Build 11252648625

Details

  • 55 of 55 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 70.959%

Totals Coverage Status
Change from base Build 11250689704: 0.04%
Covered Lines: 16092
Relevant Lines: 22678

💛 - Coveralls

@ancorgs ancorgs force-pushed the generate_pvs branch 2 times, most recently from 3760f08 to 9bbe14a Compare October 8, 2024 12:16
@ancorgs ancorgs marked this pull request as ready for review October 9, 2024 08:31
def disks_for_clean
return drives_names if config.boot_device.nil? || drives_names.include?(config.boot_device)

drives_names + [config.boot_device]
Copy link
Contributor

Choose a reason for hiding this comment

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

NP: maybe more direct with [drive_names, config.boot_device].flatten.compact.uniq ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed into something similar to your suggestion


planned.pvs_encryption_method = enc.method
planned.pvs_encryption_password = enc.password
planned.pvs_encryption_pbkdf = enc.pbkd_function
Copy link
Contributor

Choose a reason for hiding this comment

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

Are the rest of encryption attributes ignored (#label, #cipher and #key_size)?

Copy link
Contributor Author

@ancorgs ancorgs Oct 9, 2024

Choose a reason for hiding this comment

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

I'm not sure whether label makes sense. We are going to generate several PVs and labels should be unique.

For the other two, I overlooked them because PlannedVg doesn't currently support them. So it would need changes both here and at yast2-storage-ng. What about making a separate card/PBI out of it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@joseivanlopez joseivanlopez left a comment

Choose a reason for hiding this comment

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

LGTM

@ancorgs ancorgs merged commit 143314d into agama-project:master Oct 9, 2024
3 checks passed
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.

3 participants