You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|-o, --output |string |The file path where the debug file will be written (default `./<timestamp>-remote-bundle.zip`).
31
31
32
+
|--upload-url |string |Upload URL provided by Redpanda Support. When specified, uploads the bundle to Redpanda in addition to creating a local copy. For details, see xref:troubleshoot:debug-bundle/generate/kubernetes.adoc#debug-bundle[].
33
+
32
34
|--config |string |Redpanda or `rpk` config file; default search paths are `/var/lib/redpanda/.config/rpk/rpk.yaml`, `$PWD/redpanda.yaml`, and `/etc/redpanda/redpanda.yaml`.
33
35
34
36
|-X, --config-opt |stringArray |Override `rpk` configuration settings. See xref:reference:rpk/rpk-x-options.adoc[`rpk -X`] or execute `rpk -X help` for inline detail or `rpk -X list` for terser detail.
If for some reason a partition cannot be moved, the command reports the problematic partition in the 'ALLOCATION FAILURES' section and the decommission fails. A typical failure scenario would be when no node has enough space to allocate a partition, or cannot satisfy rack constraints.
38
+
If a partition cannot be moved for some reason, the command reports the problematic partition in the 'REALLOCATION FAILURE DETAILS' or 'ALLOCATION FAILURES' section, and decommission fails. Typical scenarios for failure include:
39
+
40
+
* Insufficient broker storage space to allocate a partition
41
+
* Brokers that cannot satisfy rack constraints
39
42
40
43
[,bash]
41
44
----
42
-
ALLOCATION FAILURES
43
-
==================
44
-
kafka/foo/2
45
-
kafka/test/0
45
+
REALLOCATION FAILURE DETAILS
46
+
47
+
============================
48
+
49
+
PARTITION REASON
50
+
51
+
kafka/foo/1 Missing partition size information, all replicas may be offline
52
+
53
+
kafka/foo/7 Missing partition size information, all replicas may be offline
0 commit comments