GBase 8s
运维管理
文章

root dbsapce 的扩容

发表于2026-05-12 09:30:2630次浏览0个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:GBase8s_ExpressEdition-202108

【操作系统】:CentOS7.9

【CPU】:

【问题描述】*:root 空间已满,怎么扩容

【回答】:

root dbdpace 一般存储系统表、默认日志等。可以通过新增 chunk 扩容。示例命令:

touch /opt/GBASE/gbase8s/gbaseserver_dbs/rootdbs_new
chmod 660 /opt/GBASE/gbase8s/gbaseserver_dbs/rootdbs_new
onspaces -a rootdbs -p /opt/GBASE/gbase8s/gbaseserver_dbs/rootdbs_new -o 0 -s 10240

业务数据表应该存储在 DATA SPACE 中(初始化实例过程中的一个输入项)

评论已关闭