Cloud

rpk cluster storage list mount

List mount/unmount operations on a topic to the Redpanda cluster from Tiered Storage.

You can also filter the list by state using the --filter flag. The possible states are:

  • planned

  • prepared

  • executed

  • finished

If no filter is provided, all migrations will be listed.

This command is only supported in BYOC and Dedicated clusters.

Usage

rpk cluster storage list-mount [flags]

Aliases

rpk cluster storage list-unmount

Examples

This section provides examples of how to use rpk cluster storage list-mount.

Lists mount/unmount operations.

rpk cluster storage list-mount

Use a filter to list only migrations in a specific state.

rpk cluster storage list-mount --filter planned

Flags

Value Type Description

-f, --filter

string

Filter the list of migrations by state. Only valid for text.

--format

string

Output format (json,yaml,text,wide,help).

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.