UiPath Documentation
automation-suite
2021.10
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white
Fora do período de suporte

Guia de instalação do Automation Suite

Última atualização 24 de fev de 2025

Redimensionamento de PVC

Gerenciamento do Objectstore (ceph)

No momento, suportamos apenas o redimensionamento de PVC para Objectstore.

Para visualizar mais informações sobre o Objectstore, execute o seguinte comando:

sudo ./configureUiPathAS.sh objectstore --helpsudo ./configureUiPathAS.sh objectstore --help

Saída:

************************************************************************************

Manage objectstore configuration

Usage:
  configureUiPathAS.sh objectstore [command]
  configureUiPathAS.sh objectstore [flags]

Available Commands:
  resize-pvc                          Resize PVC

Flags:
  -h|--help                           Display help

************************************************************************************************************************************************************************

Manage objectstore configuration

Usage:
  configureUiPathAS.sh objectstore [command]
  configureUiPathAS.sh objectstore [flags]

Available Commands:
  resize-pvc                          Resize PVC

Flags:
  -h|--help                           Display help

************************************************************************************

Redimensionamento de PVC

Observação: o redimensionamento do PVC pode ser perigoso e vai resultar em tempo de inatividade de todos ou alguns componentes efetivos do cluster. Portanto, tome cuidado antes de realizar esta operação.

Para visualizar mais informações sobre o redimensionamento de PVC do Objectstore, execute o comando a seguir.

sudo ./configureUiPathAS.sh objectstore resize-pvc --helpsudo ./configureUiPathAS.sh objectstore resize-pvc --help

Saída:

***************************************************************************************

Resize PVC provided by different CSI drivers

Arguments
  -s|--size            [Required] : Size of PVC. Allowed formats are
                       - Plain integer
                       - A fixed-point number using one of these suffixes: E, P, T, G, M, k
                       - A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
  -b|--sub-component   [Required] : Sub-component to resize. Possible Values [mon|data]
  -d|--debug           Increase logging verbosity to show all debug logs
  -h|--help            Show this help message and exit
  -f|--force           Allow deletion of pods to resize the PVC. This may cause downtime

Examples
  Update PVC size for objectstore mon to 105 Gi
  configureUiPathAS.sh objectstore resize-pvc --size 105Gi  --sub-component "mon"

******************************************************************************************************************************************************************************

Resize PVC provided by different CSI drivers

Arguments
  -s|--size            [Required] : Size of PVC. Allowed formats are
                       - Plain integer
                       - A fixed-point number using one of these suffixes: E, P, T, G, M, k
                       - A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
  -b|--sub-component   [Required] : Sub-component to resize. Possible Values [mon|data]
  -d|--debug           Increase logging verbosity to show all debug logs
  -h|--help            Show this help message and exit
  -f|--force           Allow deletion of pods to resize the PVC. This may cause downtime

Examples
  Update PVC size for objectstore mon to 105 Gi
  configureUiPathAS.sh objectstore resize-pvc --size 105Gi  --sub-component "mon"

***************************************************************************************

Para redimensionar o armazenamento de dados do objectstore ceph, execute o seguinte comando:

sudo ./configureUiPathAS.sh objectstore resize-pvc --size 1024Gi --sub-component data
sudo ./configureUiPathAS.sh objectstore resize-pvc --size 1024Gi --sub-component data

Este comando redimensionará o PVC de armazenamento de dados para 1 TiB.

Antes de iniciar a operação de redimensionamento do PVC, a ferramenta irá avisá-lo sobre o impacto. Você deve aceitar e só então continuar. Você também pode usar o sinalizador --force para ignorar o alerta.
Observação: se a tentativa de redimensionar o PVC do objstore falhar, consulte a seção Solução de problemas para uma correção.
  • Gerenciamento do Objectstore (ceph)
  • Redimensionamento de PVC

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades