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

Support for ignoring partition status when partition exists #102

Open
andy-maier opened this issue Jan 25, 2019 · 0 comments
Open

Support for ignoring partition status when partition exists #102

andy-maier opened this issue Jan 25, 2019 · 0 comments

Comments

@andy-maier
Copy link
Member

When using the zhmc_partition module on systems that support the storage management feature, the partition needs to be created, then the storage group needs to be created and attached, and only then the partition can be started. The first step is supported by the zhmc_partition module by specifying state=stopped. However, that will stop the partition needlessly if it already exists.

A means is needed to ensure that:

  • if the partition does not exist, it is created and is in stopped status
  • if the partition exists, its properties are adjusted, but its status is left unchanged (except when a property update requires a stop/start sequence).

Proposal: Introduce a boolean parameter "ignore_status_when_present" to the zhmc_partition module.

@andy-maier andy-maier self-assigned this Jan 25, 2019
@andy-maier andy-maier added this to the 0.7.0 milestone Jan 25, 2019
@andy-maier andy-maier modified the milestones: 0.7.0, 0.8.0 Feb 20, 2019
@andy-maier andy-maier modified the milestones: 0.8.0, 0.9.0 Apr 2, 2019
@andy-maier andy-maier removed this from the 1.0.0 milestone Oct 15, 2020
@andy-maier andy-maier removed their assignment Jan 12, 2024
@andy-maier andy-maier added this to the 1.9.0 milestone Jan 13, 2024
@andy-maier andy-maier modified the milestones: 1.9.0, 1.10.0 Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant