Skip to content

Commit

Permalink
Merge d661f1b into 0cbf935
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Jul 17, 2022
2 parents 0cbf935 + d661f1b commit 8f4eb3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/modules/zhmc_lpar_list.rst
Expand Up @@ -16,16 +16,16 @@ zhmc_lpar_list -- List LPARs

Synopsis
--------
- List permitted LPARs on a CPC (Z system) or on all managed CPCs.
- List LPARs on a specific CPC (Z system) or on all managed CPCs.
- CPCs in DPM mode are ignored (i.e. do not lead to a failure).
- LPARs for which the user has no object access permission are ignored (i.e. do not lead to a failure).
- The module works for any HMC version. On HMCs with version 2.14.0 or higher, the "List Permitted Logical Partitions" opration is used. On older HMCs, the managed CPCs are listed and the LPARs on each CPC.


Requirements
------------

- Access to the WS API of the HMC (see :term:`HMC API`).
- The HMC version must be 2.14.0 or higher.



Expand Down Expand Up @@ -176,7 +176,7 @@ lpars
| **type**: str
se_version
SE version of the parent CPC of the LPAR (since HMC/SE 2.14.1, otherwise None)
SE version of the parent CPC of the LPAR

| **type**: str
Expand Down
6 changes: 3 additions & 3 deletions docs/source/modules/zhmc_partition_list.rst
Expand Up @@ -16,16 +16,16 @@ zhmc_partition_list -- List partitions

Synopsis
--------
- List permitted partitions on a CPC (Z system) or on all managed CPCs.
- List partitions on a specific CPC (Z system) or on all managed CPCs.
- CPCs in classic mode are ignored (i.e. do not lead to a failure).
- Partitions for which the user has no object access permission are ignored (i.e. do not lead to a failure).
- The module works for any HMC version. On HMCs with version 2.14.0 or higher, the "List Permitted Partitions" opration is used. On older HMCs, the managed CPCs are listed and the partitions on each CPC.


Requirements
------------

- Access to the WS API of the HMC (see :term:`HMC API`).
- The HMC version must be 2.14.0 or higher.



Expand Down Expand Up @@ -175,7 +175,7 @@ partitions
| **type**: str
se_version
SE version of the parent CPC of the partition (since HMC/SE 2.14.1, otherwise None)
SE version of the parent CPC of the partition

| **type**: str
Expand Down

0 comments on commit 8f4eb3e

Please sign in to comment.