This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 55186fded [auto] Generated docs from Apache Ozone master
5868cf9dbc4aedc433336f8e4266ba297ae53639
55186fded is described below
commit 55186fdedd48cfc06383f3713d4fb1d6ad3d3f4d
Author: Github Actions <[email protected]>
AuthorDate: Sat Jan 24 12:46:57 2026 +0000
[auto] Generated docs from Apache Ozone master
5868cf9dbc4aedc433336f8e4266ba297ae53639
---
docs/edge/en/sitemap.xml | 20 ++
docs/edge/sitemap.xml | 2 +-
docs/edge/zh/design/configless.html | 472 +++++++++++++++++++++++++++++++++++
docs/edge/zh/design/index.html | 473 ++++++++++++++++++++++++++++++++++++
docs/edge/zh/design/index.xml | 19 ++
docs/edge/zh/index.xml | 7 +
docs/edge/zh/sitemap.xml | 26 ++
7 files changed, 1018 insertions(+), 1 deletion(-)
diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 922582e1c..54316eefa 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -731,6 +731,16 @@
</url><url>
<loc>/design/index.html</loc>
<lastmod>2026-01-15T09:25:11+08:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="/zh/design/index.html"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="/design/index.html"
+ />
</url><url>
<loc>/design/s3-conditional-requests.html</loc>
<lastmod>2026-01-15T09:25:11+08:00</lastmod>
@@ -867,6 +877,16 @@
</url><url>
<loc>/design/configless.html</loc>
<lastmod>2020-04-07T06:58:59+02:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="/zh/design/configless.html"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="/design/configless.html"
+ />
</url><url>
<loc>/design/multiraft.html</loc>
<lastmod>2020-07-27T16:46:41+08:00</lastmod>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 5e4fcdc92..924d9d343 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -11,7 +11,7 @@
<sitemap>
<loc>/zh/sitemap.xml</loc>
- <lastmod>2026-01-09T15:51:04-08:00</lastmod>
+ <lastmod>2026-01-24T12:33:58+08:00</lastmod>
</sitemap>
diff --git a/docs/edge/zh/design/configless.html
b/docs/edge/zh/design/configless.html
new file mode 100644
index 000000000..0e73c061f
--- /dev/null
+++ b/docs/edge/zh/design/configless.html
@@ -0,0 +1,472 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <meta name="description" content="Apache Ozone Documentation">
+
+ <title>Documentation for Apache Ozone</title>
+
+
+ <link href="../../css/bootstrap.min.css" rel="stylesheet">
+
+
+ <link href="../../css/ozonedoc.css" rel="stylesheet">
+
+
+
+ <link href="../../swagger-resources/swagger-ui.css" rel="stylesheet">
+
+
+ <script>
+ var _paq = window._paq = window._paq || [];
+
+
+
+ _paq.push(['disableCookies']);
+
+
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u="//analytics.apache.org/";
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
+ _paq.push(['setSiteId', '34']);
+ var d=document, g=d.createElement('script'),
+s=d.getElementsByTagName('script')[0];
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+ })();
+ </script>
+
+
+ </head>
+
+
+ <body>
+
+<nav class="navbar navbar-inverse navbar-fixed-top">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#sidebar" aria-expanded="false"
aria-controls="navbar">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a href="../../zh/index.html" class="navbar-left ozone-logo">
+ <img src="../../ozone-logo-small.png"/>
+ </a>
+ <a class="navbar-brand hidden-xs" href="../../zh/index.html">
+ Apache Ozone/HDDS Documentation
+ </a>
+ <a class="navbar-brand visible-xs-inline" href="#">Apache Ozone</a>
+ </div>
+ <div id="navbar" class="navbar-collapse collapse">
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="https://github.com/apache/ozone">Source</a></li>
+ <li><a href="https://ozone.apache.org">Apache Ozone</a></li>
+ <li><a href="https://apache.org">ASF</a></li>
+ </ul>
+ </div>
+ </div>
+</nav>
+
+ <div class="container-fluid">
+ <div class="row">
+
+<div class="col-sm-2 col-md-2 sidebar" id="sidebar">
+ <ul class="nav nav-sidebar">
+
+
+
+ <li class="">
+
+ <a href="../../zh/index.html">
+
+
+
+ <span>概述</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/start/index.html">
+
+ <span>快速入门</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/start/productiondeployment.html">生产环境部署</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/concept/index.html">
+
+ <span>概念</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/concept/overview.html">概览</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/ozonemanager.html">Ozone
Manager</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/concept/storagecontainermanager.html">Storage Container
Manager</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/datanodes.html">数据节点</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/concept/containers.html">Containers</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/recon.html">Recon</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/feature/index.html">
+
+ <span>特性</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/feature/decommission.html">Decommissioning</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/erasurecoding.html">纠删码</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/om-ha.html">高可用 OM</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/scm-ha.html">高可用 SCM</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/dn-merge-rocksdb.html">在DataNode上合并Container的RocksDB</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/prefixfso.html">基于前缀的文件系统优化</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/topology.html">拓扑感知能力</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/quota.html">Ozone 中的配额</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/recon.html">Recon 服务器</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/reconfigurability.html">动态加载配置</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/security/index.html">
+
+ <span>安全</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/security/secureozone.html">安全化
Ozone</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingtde.html">透明数据加密</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/gdpr.html">Ozone 中的
GDPR</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingdatanodes.html">安全化 Datanode</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingozonehttp.html">安全化 HTTP</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/securings3.html">安全化
S3</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/securityacls.html">Ozone
访问控制列表</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securitywithranger.html">Apache Ranger</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/interface/index.html">
+
+ <span>客户端接口</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/interface/cli.html">命令行接口</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+
+ <a href="../../zh/tools/index.html">
+
+
+
+ <span>工具</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+
+ <a href="../../zh/recipe/index.html">
+
+
+
+ <span>使用配方</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../">
+
+ <span></span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/feature/diskbalancer.html">磁盘均衡器</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../">
+
+ <span></span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/interface/javaapi.html">Java
API</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/ofs.html">Ofs (兼容
Hadoop 的文件系统)</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/o3fs.html">Ozone
文件系统</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/csi.html">CSI 协议</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/s3.html">S3 协议接口</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/reconapi.html">Recon
API</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+ <li><a href="../../design.html"><span><b>Design docs</b></span></a></li>
+ <li class="visible-xs"><a href="#">References</a>
+ <ul class="nav">
+ <li><a href="https://github.com/apache/ozone"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> Source</a></li>
+ <li><a href="https://ozone.apache.org"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> Apache Ozone</a></li>
+ <li><a href="https://apache.org"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> ASF</a></li>
+ </ul></li>
+ </ul>
+
+</div>
+
+ <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2
main-content">
+ <div class="col-md-9">
+ <h1><a
href="https://issues.apache.org/jira/browse/HDDS-1467">[HDDS-1467]</a>
最小化配置Ozone服务管理 (已接收) </h1>
+ <div><i>Authors: Márton Elek, Anu Engineer</i><div
class="pull-right">2019-05-25</div></div>
+ <p> </p>
+
+ <div class="panel panel-success">
+ <div class="panel-heading">Summary</div>
+ <div class="panel-body">
+ 仅分发最小配置,并在启动前下载所有剩余配置
+ </div>
+ </div>
+
+ <!--
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+<h1 id="摘要">摘要</h1>
+<p>配置键被划分为两部分:运行时设置和环境设置。</p>
+<p>环境设置(主机、端口)可以在启动时下载。</p>
+<h1 id="链接">链接</h1>
+<ul>
+<li><a
href="https://issues.apache.org/jira/secure/attachment/12966992/configless.pdf">https://issues.apache.org/jira/secure/attachment/12966992/configless.pdf</a></li>
+</ul>
+
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+
+<footer class="footer">
+ <div class="container">
+ <span class="small text-muted">
+ Version: 2.2.0-SNAPSHOT, Last Modified: January 24, 2026 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/10c4c7638a5b3707171cbf21e34e8da64a7fb6d7">10c4c7638a</a>
+ </span>
+ </div>
+</footer>
+
+
+
+<script src="../../js/jquery-3.5.1.min.js"></script>
+<script src="../../js/ozonedoc.js"></script>
+<script src="../../js/bootstrap.min.js"></script>
+
+
+ </body>
+</html>
diff --git a/docs/edge/zh/design/index.html b/docs/edge/zh/design/index.html
new file mode 100644
index 000000000..141901818
--- /dev/null
+++ b/docs/edge/zh/design/index.html
@@ -0,0 +1,473 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <meta name="description" content="Apache Ozone Documentation">
+
+ <title>Documentation for Apache Ozone</title>
+
+
+ <link href="../../css/bootstrap.min.css" rel="stylesheet">
+
+
+ <link href="../../css/ozonedoc.css" rel="stylesheet">
+
+
+
+ <link href="../../swagger-resources/swagger-ui.css" rel="stylesheet">
+
+
+ <script>
+ var _paq = window._paq = window._paq || [];
+
+
+
+ _paq.push(['disableCookies']);
+
+
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u="//analytics.apache.org/";
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
+ _paq.push(['setSiteId', '34']);
+ var d=document, g=d.createElement('script'),
+s=d.getElementsByTagName('script')[0];
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+ })();
+ </script>
+
+
+ </head>
+
+
+<body>
+
+
+<nav class="navbar navbar-inverse navbar-fixed-top">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#sidebar" aria-expanded="false"
aria-controls="navbar">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a href="../../zh/index.html" class="navbar-left ozone-logo">
+ <img src="../../ozone-logo-small.png"/>
+ </a>
+ <a class="navbar-brand hidden-xs" href="../../zh/index.html">
+ Apache Ozone/HDDS Documentation
+ </a>
+ <a class="navbar-brand visible-xs-inline" href="#">Apache Ozone</a>
+ </div>
+ <div id="navbar" class="navbar-collapse collapse">
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="https://github.com/apache/ozone">Source</a></li>
+ <li><a href="https://ozone.apache.org">Apache Ozone</a></li>
+ <li><a href="https://apache.org">ASF</a></li>
+ </ul>
+ </div>
+ </div>
+</nav>
+
+
+<div class="container-fluid">
+ <div class="row">
+
+<div class="col-sm-2 col-md-2 sidebar" id="sidebar">
+ <ul class="nav nav-sidebar">
+
+
+
+ <li class="">
+
+ <a href="../../zh/index.html">
+
+
+
+ <span>概述</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/start/index.html">
+
+ <span>快速入门</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/start/productiondeployment.html">生产环境部署</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/concept/index.html">
+
+ <span>概念</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/concept/overview.html">概览</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/ozonemanager.html">Ozone
Manager</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/concept/storagecontainermanager.html">Storage Container
Manager</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/datanodes.html">数据节点</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/concept/containers.html">Containers</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/concept/recon.html">Recon</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/feature/index.html">
+
+ <span>特性</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/feature/decommission.html">Decommissioning</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/erasurecoding.html">纠删码</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/om-ha.html">高可用 OM</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/scm-ha.html">高可用 SCM</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/dn-merge-rocksdb.html">在DataNode上合并Container的RocksDB</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/prefixfso.html">基于前缀的文件系统优化</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/topology.html">拓扑感知能力</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/quota.html">Ozone 中的配额</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/feature/recon.html">Recon 服务器</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/feature/reconfigurability.html">动态加载配置</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/security/index.html">
+
+ <span>安全</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/security/secureozone.html">安全化
Ozone</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingtde.html">透明数据加密</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/gdpr.html">Ozone 中的
GDPR</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingdatanodes.html">安全化 Datanode</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securingozonehttp.html">安全化 HTTP</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/securings3.html">安全化
S3</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/security/securityacls.html">Ozone
访问控制列表</a>
+
+ </li>
+
+ <li class="">
+
+ <a
href="../../zh/security/securitywithranger.html">Apache Ranger</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../zh/interface/index.html">
+
+ <span>客户端接口</span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/interface/cli.html">命令行接口</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+
+ <a href="../../zh/tools/index.html">
+
+
+
+ <span>工具</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+
+ <a href="../../zh/recipe/index.html">
+
+
+
+ <span>使用配方</span>
+ </a>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../">
+
+ <span></span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a
href="../../zh/feature/diskbalancer.html">磁盘均衡器</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+
+ <li class="">
+ <a href="../../">
+
+ <span></span>
+ </a>
+ <ul class="nav">
+
+ <li class="">
+
+ <a href="../../zh/interface/javaapi.html">Java
API</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/ofs.html">Ofs (兼容
Hadoop 的文件系统)</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/o3fs.html">Ozone
文件系统</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/csi.html">CSI 协议</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/s3.html">S3 协议接口</a>
+
+ </li>
+
+ <li class="">
+
+ <a href="../../zh/interface/reconapi.html">Recon
API</a>
+
+ </li>
+
+ </ul>
+ </li>
+
+
+ <li><a href="../../design.html"><span><b>Design docs</b></span></a></li>
+ <li class="visible-xs"><a href="#">References</a>
+ <ul class="nav">
+ <li><a href="https://github.com/apache/ozone"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> Source</a></li>
+ <li><a href="https://ozone.apache.org"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> Apache Ozone</a></li>
+ <li><a href="https://apache.org"><span class="glyphicon
glyphicon-new-window" aria-hidden="true"></span> ASF</a></li>
+ </ul></li>
+ </ul>
+
+</div>
+
+ <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2
main-content">
+
+ <main>
+ <main>
+ <h1>Available design docs</h1>
+
+ <table class="table">
+ <thead>
+ <tr>
+ <td>Date</td>
+ <td>JIRA</td>
+ <td>Title</td>
+ <td>Summary</td>
+ <td>Status</td>
+ </tr>
+ </thead>
+ <tbody>
+
+ <tr>
+ <td>2019-05-25</td>
+ <td>
+ <a
href="https://issues.apache.org/jira/browse/HDDS-1467">HDDS-1467</a>
+ </td>
+ <td><a
href="../../zh/design/configless.html">最小化配置Ozone服务管理</a></td>
+ <td>仅分发最小配置,并在启动前下载所有剩余配置</td>
+ <td>已接收</td>
+ </tr>
+
+ </tbody>
+ </table>
+ </main>
+ </main>
+
+ </div>
+ </div>
+</div>
+</div>
+
+
+
+<footer class="footer">
+ <div class="container">
+ <span class="small text-muted">
+ Version: 2.2.0-SNAPSHOT
+ </span>
+ </div>
+</footer>
+
+
+
+<script src="../../js/jquery-3.5.1.min.js"></script>
+<script src="../../js/ozonedoc.js"></script>
+<script src="../../js/bootstrap.min.js"></script>
+
+
+</body>
+</html>
+
diff --git a/docs/edge/zh/design/index.xml b/docs/edge/zh/design/index.xml
new file mode 100644
index 000000000..3bf5ae8a1
--- /dev/null
+++ b/docs/edge/zh/design/index.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Designs on Ozone</title>
+ <link>/zh/design/index.html</link>
+ <description>Recent content in Designs on Ozone</description>
+ <generator>Hugo</generator>
+ <language>zh</language>
+ <lastBuildDate>Sat, 24 Jan 2026 12:33:58 +0800</lastBuildDate>
+ <atom:link href="/zh/design/index.xml" rel="self"
type="application/rss+xml" />
+ <item>
+ <title>最小化配置Ozone服务管理</title>
+ <link>/zh/design/configless.html</link>
+ <pubDate>Sat, 25 May 2019 00:00:00 +0000</pubDate>
+ <guid>/zh/design/configless.html</guid>
+ <description>仅分发最小配置,并在启动前下载所有剩余配置</description>
+ </item>
+ </channel>
+</rss>
diff --git a/docs/edge/zh/index.xml b/docs/edge/zh/index.xml
index 965df6168..f76e1718a 100644
--- a/docs/edge/zh/index.xml
+++ b/docs/edge/zh/index.xml
@@ -308,6 +308,13 @@
<guid>/zh/tools/admin.html</guid>
<description>Ozone Admin 命令可以用于所有与管理有关的任务。</description>
</item>
+ <item>
+ <title>最小化配置Ozone服务管理</title>
+ <link>/zh/design/configless.html</link>
+ <pubDate>Sat, 25 May 2019 00:00:00 +0000</pubDate>
+ <guid>/zh/design/configless.html</guid>
+ <description>仅分发最小配置,并在启动前下载所有剩余配置</description>
+ </item>
<item>
<title>配置生成</title>
<link>/zh/tools/genconf.html</link>
diff --git a/docs/edge/zh/sitemap.xml b/docs/edge/zh/sitemap.xml
index 101bc3aff..f712920e1 100644
--- a/docs/edge/zh/sitemap.xml
+++ b/docs/edge/zh/sitemap.xml
@@ -638,6 +638,32 @@
hreflang="zh"
href="/zh/tools/admin.html"
/>
+ </url><url>
+ <loc>/zh/design/index.html</loc>
+ <lastmod>2026-01-24T12:33:58+08:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="/design/index.html"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="/zh/design/index.html"
+ />
+ </url><url>
+ <loc>/zh/design/configless.html</loc>
+ <lastmod>2026-01-24T12:33:58+08:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="/design/configless.html"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="/zh/design/configless.html"
+ />
</url><url>
<loc>/zh/tools/genconf.html</loc>
<lastmod>2020-04-23T07:58:53+08:00</lastmod>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]