glusterfs常用命令

简介: glusterfs常用命令

查看版本

glusterfs -V

服务状态相关

systemctl start glusterd.service

systemctl enable glusterd.service

systemctl status glusterd.service


查看节点状态

gluster peer status

gluster pool list

添加节点

gluster peer probe 节点名或IP

删除节点

分几种情况,点我查看

磁盘存储平衡

gluster volume rebalance gv2 start

gluster volume rebalance gv2 status

相关文章
|
5月前
|
存储 数据安全/隐私保护
CloudStack常用命令
CloudStack常用命令
|
6月前
|
网络协议 Linux
Centos7 nfs常用命令详解
`/etc/exports`是NFS服务的配置文件,定义了共享给客户端的文件系统和访问规则。共享目录、客户端IP或域名、以及访问权限和用户映射选项是其主要内容。客户端指定方式包括IP地址、子网、域名或通配符。选项包括读写权限(ro/rw)、用户映射(如root_squash/no_root_squash/all_squash)和其他设置(sync/async/secure/insecure等)。`exportfs -r`用于重新应用配置。配置示例:`/opt/test`共享给192.168.1.0/24,权限为rw,同步写入(sync)。注意,不建议开启no_root_squash以确保安全。
127 0
|
Ubuntu 安全
Ubuntu 20.04 搭建NFS文件系统
Ubuntu 20.04 搭建NFS文件系统
380 0
|
关系型数据库 块存储 监控
|
存储 监控 网络协议
GlusterFS常用命令
1、启动/关闭/查看glusterd服务   # /etc/init.d/glusterd start   # /etc/init.d/glusterd stop    # /etc/init.d/glusterd status 2、 开机自动启动glusterd服务   # chkconfig glusterd on # Red Hat    # update-rc.
1564 0
|
网络安全 Docker 容器
centos8安装ceph octopus集群
centos8安装ceph octopus集群
572 0
|
Ubuntu 应用服务中间件 Linux
CentOS 7 下安装 Docker 及操作命令
CentOS 7 下安装 Docker 及操作命令
182 0
|
存储 网络安全
GlusterFS 安装 on centos7
1 准备工作 1.1 基础设施 编号 IP OS 主机名 角色 说明 A 192.168.1.101 CentOS7.4 ddc_node01 GFS Client Gluster FS客户端节点 B 192.
4062 0
|
Linux Windows 内存技术