glusterfs调优

一、声明

本文为学习笔记,转载请标明原文链接、作者、参考博文链接。


二、调优

来自glusterf 4.1版本选择与部署

命令格式:
glustervolume set <卷><参数>
例如:
#打开预读方式访问存储
[root@node01 ~]# gluster volume set gv2 performance.read-ahead on
#调整读取缓存的大小
[root@mystorage gv2]# gluster volume set gv2 performance.cache-size 256M

Auth_allow      #IP访问授权;缺省值(*.allow all);合法值:Ip地址
Nfs.disabled    #关闭NFS服务;缺省值(Off);合法值:Off|on
Network.frame-timeout   #请求等待时间;缺省值(1800s);合法值:1-1800
Network.ping-timeout    #客户端等待时间;缺省值(42s);合法值:0-42
Cluster.min-free-disk   #剩余磁盘空间阀值;缺省值(10%);合法值:百分比
Performance.cache-size  #读缓存大小;缺省值(32MB);合法值:字节
Performance.quick-read  #优化读取小文件的性能
Performance.read-ahead  #用预读的方式提高读取的性能
Performance.io-cache    #缓存已经被读过的、
Performance.write-behind    #先写入缓存内,在写入硬盘,以提高写入的性能。
Performance.io-thread-count #IO线程数;缺省值(16);合法值:0-65
Performance.cache-refresh-timeout   #缓存校验时间;缺省值(1s);合法值:0-61
Previous Post

glusterfs安装与配置

Next Post

glusterfs节点故障处理

Related Posts