- Docs
- Data Platform
- Self-Managed
- Streaming
- Reference
- rpk Commands
- rpk cluster
- rpk cluster storage
- rpk cluster storage mount/unmount
- rpk cluster storage list mount
rpk cluster storage list mount
List mount/unmount operations on a topic in 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 are listed.
Examples
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 |
|---|---|---|
|
string |
Filter the list of migrations by state. Only valid for text (default |
|
string |
Output format. Possible values: |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |