diff --git a/sles4sap_publiccloud.html b/sles4sap_publiccloud.html index 1dbcb174ca42..e49d5306e959 100644 --- a/sles4sap_publiccloud.html +++ b/sles4sap_publiccloud.html @@ -49,6 +49,7 @@
  • saphanasr_showAttr_version
  • wait_for_cluster
  • wait_for_zypper
  • +
  • wait_for_idle
  • lib/sles4sap_publiccloud.pm

    @@ -452,6 +453,19 @@

    wait_for_zypper

    +

    wait_for_idle

    + +
    The function wraps the `cs_wait_for_idle` command, and restarts in case of timeout (once, this
    +time fatal) after displaying cluster information.
    + +
    + +
    $timeout - The timeout (in seconds) for the command.
    +
    + +
    +
    +