Skip to content

Commit

Permalink
Updated generated RST files from previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jul 17, 2022
1 parent 0cbf935 commit d661f1b
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 d661f1b

Please sign in to comment.