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
GET cpcs could be eliminated if GET partitions is done with name/cpc-name filter in order to get the partition URI. The required filter support in PartitionManager.list() should already be there, but maybe the server-side properties need to be updated or made dependent on the HMC/SE version.
GET nic, GET virtual-switches, GET virtual-switch, GET adapters are probably all caused by expanding nics by default. That could be turned off by default and made user-controllable via an expand_nics parameter like it is already done for storage groups. Ideally, we want the NIC names in the nics property, but the problem is that NICs are element objects, so there is no list operation for them, and so this would require at least a loop through Get NIC Properties using nic-uris.
The text was updated successfully, but these errors were encountered:
The current implementation of the zhmc_partition module for state=facts and no additinal expansion properties issues these HMC calls:
Potential for performance improvements:
GET cpcs
could be eliminated if GET partitions is done with name/cpc-name filter in order to get the partition URI. The required filter support in PartitionManager.list() should already be there, but maybe the server-side properties need to be updated or made dependent on the HMC/SE version.GET nic
,GET virtual-switches
,GET virtual-switch
,GET adapters
are probably all caused by expanding nics by default. That could be turned off by default and made user-controllable via anexpand_nics
parameter like it is already done for storage groups. Ideally, we want the NIC names in the nics property, but the problem is that NICs are element objects, so there is no list operation for them, and so this would require at least a loop through Get NIC Properties using nic-uris.The text was updated successfully, but these errors were encountered: