1.3 KiB
1.3 KiB
title | description | menu | weight | related | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
influxd-ctl copy-shard-status | The `influxd-ctl copy-shard-status` command returns information about all in-progress copy shard operations. |
|
201 |
|
The influxd-ctl copy-shard-status
command returns information about all in-progress
copy shard operations.
Usage
influxd-ctl copy-shard-status
Output includes the following:
- Source node
- Destination node
- Database
- Retention policy
- Shard ID
- Total size
- Current size
- Operation start time
{{< expand-wrapper >}} {{% expand "View example output" %}}
Source Dest Database Policy ShardID TotalSize CurrentSize StartedAt
cluster-data-node-02:8088 cluster-data-node-03:8088 telegraf autogen 34 119624324 119624324 2023-06-22 23:45:09.470696179 +0000 UTC
{{% /expand %}} {{< /expand-wrapper >}}