Auto expand PVC volumes - Use the Auto Expand textual UI menu item to enable automatically increasing Persistent Volume Claims (PVC). - Administrator Guide - 8.13 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR On-prem Documentation

Product
Cortex XSOAR
Version
8.13
Creation date
2026-02-12
Last date published
2026-05-27
Category
Administrator Guide
Solution
On-prem
Abstract

Use the Auto Expand textual UI menu item to enable automatically increasing Persistent Volume Claims (PVC).

Auto expansion enables automatically increasing Persistent Volume Claim (PVC) capacity when disk usage reaches a predefined threshold. This ensures application uptime by preventing disk full errors and eliminates the need for manual intervention during storage spikes.

Note

You can dynamically enable or disable auto expansion at runtime without restarting or experiencing service interruption.

Your configuration choice is persistent, it survives TUI restarts, SSH session terminations, and full system reboots.

How auto expansion works

Auto expansion relies on an automated background process that regularly monitors disk usage and automatically increases Persistent Volume Claim (PVC) capacity based on predefined thresholds and limits.

  • Expansion trigger

    The system automatically triggers a volume expansion when any PVC usage reaches 85% capacity.

  • Expansion amount and limits

    The expansion size is calculated as 20% of the current volume size (rounded to the nearest GiB), capped at a maximum of 40 GiB per event with a minimum limit of 1 GiB.

  • Safety guardrails

    To protect overall system health, the system enforces not using the full remaining disk space; it will always leave a minimum of 10% free space.

  • Standalone and multinode deployments

    The auto expand feature operates seamlessly on both standalone and multinode clusters. In a multinode setup, the setting is applied from the primary node.

How to configure auto expand
  1. From the textual UI menu, select Auto Expand.

    The following message is displayed: Storage Groups will automatically expand once it reaches 85% capacity, provided there is enough available space on the system.

  2. Click to enable or disable auto expansion.

  3. In the confirmation dialog, select Apply to confirm the change, or click Back (or the ESC key) to cancel the operation and preserve your original state.

    A progress indicator displays while applying the change, followed by a success notification upon completion.