Show / Hide Table of Contents

PoolSet

[DEPRECATED] Set the pool elastic options.

Unix

 qarnot pool set

Windows

 qarnot.exe pool set

USAGE:

Classic usage:

  • qarnot pool set --id "Pool Uuid" --max-node 10 --max-slot 10 --min-node 2 --min-slot 2
  • qarnot pool set --id="Pool Uuid" --max-node=10 --max-slot=10 --min-node=2 --min-slot=2
  • qarnot pool set -i "Pool Uuid" --max-node 10 --max-slot 10 --min-node 2 --min-slot 2

Flags:

   -a, --all               (Group: Select) All the pools.

  -n, --name              (Group: Select) Name of the pool.

  -t, --tags              (Group: Select) Tags of the pool to retrieve.

  --exclusive-tags        (Group: Select) Tags of the pool to retrieve. The pool should have all the tags given

  -i, --id                (Group: Select) Shortname or Uuid of the pool you want.

  --token                 Connection API Token.

  --unsafe-ssl            Don't check the ssl certificate.

  --api-ca-certificate    Path of your custom Ssl certificate.

  -v, --verbose           Set the max verbose messages.

  -q, --quiet             Set no verbose messages.

  --no-color              Remove the color on the console.

  --format                Change the result format. (format available: TABLE, JSON)(Default TABLE)

  -h, --human-readable    Print sizes in human readable format (e.g., 1K 234M 2G).

  --min-slot              Minimum slot number for the pool in elastic mode.

  --max-slot              Maximum slot number for the pool in elastic mode.

  --min-idling-slot       Minimum idling slot number.

  --resize-period         Elastic Resize Period.

  --resize-factor         Elastic Resize Factor.

  --min-idling-time       Minimum idling time.

  --min-ling-node         [DEPRECATED], use --min-idling-node instead

  --min-ling-time         [DEPRECATED] Use --min-idling-time instead

  --resize-periode        [DEPRECATED] use --resize-period instead

  --min-node              [DEPRECATED] Use --min-slot instead

  --max-node              [DEPRECATED] Use --max-slot instead

  --min-idling-node       [DEPRECATED] Use --min-idling-slot instead

  --help                  Display this help screen.

  --version               Display version information.


Version: qarnot-9999.9999.9999.9999-e3931ea-2023-09-19T07:58:19Z-.NET6.0.22
Copyright: Copyright (C) 2023 Qarnot computing

In this article
Back to top Generated by DocFX