This is an automated email from the ASF dual-hosted git repository.
ArafatKhan2198 pushed a commit to branch jira2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/jira2 by this push:
new e91c0541ba HDDS-15965. Document Containers export feature with
screenshot and demo video
e91c0541ba is described below
commit e91c0541baa4a0724acc1582977c1fff50448d4f
Author: arafat <[email protected]>
AuthorDate: Fri Jul 24 21:52:08 2026 +0530
HDDS-15965. Document Containers export feature with screenshot and demo
video
Add a step-by-step walkthrough of the unhealthy-container CSV export flow to
the Containers page, an Export-tab screenshot, and an embedded demo video.
Co-Authored-By: Claude <[email protected]>
---
.../02-recon/01-recon-web-ui/07-containers.mdx | 34 +++++++++++++++++++--
.../ozone_recon_containers_export.png | Bin 0 -> 1067443 bytes
static/img/recon-containers-export-demo.mp4 | Bin 0 -> 4943335 bytes
3 files changed, 31 insertions(+), 3 deletions(-)
diff --git
a/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/07-containers.mdx
b/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/07-containers.mdx
index d40e3e7a20..75ba23989d 100644
---
a/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/07-containers.mdx
+++
b/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/07-containers.mdx
@@ -77,6 +77,8 @@ in a table with **Volume**, **Bucket**, **Key**, **Size**,
**Date Created**,
### Export tab
+
+
- A **Container State** selector and an **Export CSV** button to start an
export
job for one state.
- **Active Exports** table (shown when jobs are running/queued): Job ID, State,
@@ -103,9 +105,35 @@ in a table with **Volume**, **Bucket**, **Key**, **Size**,
**Date Created**,
- **Auto Reload** panel — an **Auto Refresh** toggle (refreshes the active tab
and highlights every 60 seconds) and a manual **reload** button.
- **Export actions** — start an export for a chosen state, watch progress,
- download the resulting CSV (limited number of downloads), and delete finished
- jobs. Only one active/completed export per state is allowed at a time; the
- button is disabled and explains why if one already exists.
+ download the resulting archive (limited number of downloads), and delete
+ finished jobs. Only one active/completed export per state is allowed at a
+ time; the button is disabled and explains why if one already exists.
+
+### Exporting a list of containers
+
+To export every container in a given unhealthy state:
+
+1. Open the **Export** tab.
+2. Pick the state to export from the **Container State** selector (for example
+ *Missing* or *Under-Replicated*).
+3. Click **Export CSV**. The job appears under **Active Exports** as **QUEUED**
+ (with its queue position), then **RUNNING** with a live progress bar showing
+ processed / total records.
+4. When it finishes, the job moves to **Completed Exports** as **COMPLETED**.
+ Use **Download** in the **Action** column to save the archive (for example
+ `export_missing_webui_<jobid>.tar`); the button shows how many downloads
+ remain.
+5. Use **Delete** to remove a finished job. A **FAILED** job shows its error
+ message instead of a download button.
+
+Only one active or completed export per state is allowed at a time, and each
+completed export allows a limited number of downloads. The following video
shows
+the full flow:
+
+<video controls width="100%" style={{maxWidth: '800px'}}>
+ <source src="/img/recon-containers-export-demo.mp4" type="video/mp4" />
+ Your browser does not support the video tag.
+</video>
## 6. How to Interpret the Information
diff --git
a/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/ozone_recon_containers_export.png
b/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/ozone_recon_containers_export.png
new file mode 100644
index 0000000000..82c37c0009
Binary files /dev/null and
b/docs/05-administrator-guide/03-operations/09-observability/02-recon/01-recon-web-ui/ozone_recon_containers_export.png
differ
diff --git a/static/img/recon-containers-export-demo.mp4
b/static/img/recon-containers-export-demo.mp4
new file mode 100644
index 0000000000..2a1a81725e
Binary files /dev/null and b/static/img/recon-containers-export-demo.mp4 differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]