Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for log_dump_custom_get_instances (0.17 sec)

  1. cluster/log-dump/log-dump.sh

    # In order to more trivially extend log-dump for custom deployments,
    # check for a function named log_dump_custom_get_instances. If it's
    # defined, we assume the function can me called with one argument, the
    # role, which is either "master" or "node".
    echo 'Checking for custom logdump instances, if any'
    if [[ $(type -t log_dump_custom_get_instances) == "function" ]]; then
      readonly use_custom_instance_list=yes
    else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top