From 60bb938061332c9f6af46e8ce3d99e51e543006f Mon Sep 17 00:00:00 2001 From: alvarocarvajald Date: Wed, 27 Mar 2024 17:39:02 +0000 Subject: [PATCH] deploy: c7c39260db1d25d5b150cdc385b0b6236ffa511c --- sles4sap_publiccloud.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.
    +
    + +
    +
    +