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 the zhmc_partition module returns partition properties (i.e. for states stopped|active|fact), it always includes the following artificial properties:
nics - NICs of the partition
hbas - HBAs of the partition, for z13
virtual-functions - VFs of the partition
The inclusion of these artificial properties is currently happening unconditionally. This ticket is to make the inclusion selectable by corresponding expand_... parameters, like they already exist for storage groups and crypto adapters.
A discussion point will be whether the default should be to include them (would be backwards compatible) or not (would be consistent with the other expand_... parameters). I think we should go with backwards compatibility.
The text was updated successfully, but these errors were encountered:
When the zhmc_partition module returns partition properties (i.e. for states stopped|active|fact), it always includes the following artificial properties:
nics
- NICs of the partitionhbas
- HBAs of the partition, for z13virtual-functions
- VFs of the partitionThe inclusion of these artificial properties is currently happening unconditionally. This ticket is to make the inclusion selectable by corresponding
expand_...
parameters, like they already exist for storage groups and crypto adapters.A discussion point will be whether the default should be to include them (would be backwards compatible) or not (would be consistent with the other
expand_...
parameters). I think we should go with backwards compatibility.The text was updated successfully, but these errors were encountered: