atlas quota#

file version: 10 July 2026

Overview#

atlas quota shows ScoutFS quota usage.

Usage is updated by ScoutAM after files are created or modified, and the filesystem also caches counters with a refresh of about 30 seconds. Real-time usage can therefore temporarily exceed an enforced limit; that slop is intentional to keep the cluster fast.

Project quotas (TODO) are admin-only until Atlas has a clean user->project mapping.

Usage#

atlas quota [flags]
atlas quota [command]

Commands#

Command

Description

use

Show quota usage by UID, GID, and project

Examples#

atlas quota use

Global Flags#

Flag

Description

--ca-cert string

Path to CA certificate for server verification

--format string

Machine-readable output format (json or csv); omit for the default human-readable output

-L, --lang string

Interface language (en, de)

--no-color

Disable color output

-P, --plaintext

Use plaintext (non-TLS) connection

-s, --server string

ATLAS server address; defaults to ACLI_SERVER, then the stored session, /etc/atlas/atlas.conf, and finally localhost:7449

--tls-skip-verify

Skip TLS certificate verification; enabled by default for self-signed setups