You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Proposal: Introduce a boolean parameter "ignore_status_when_present" to the zhmc_partition module.
The text was updated successfully, but these errors were encountered: