帮助解决问题。将地理复制设置为同步文件(大约5m)。启动后,将发生同步。但是在复制文件之后,80K会耗尽tmpfs (/ run)上的空间。异地复制是否正常?
也许我做错了什么?
dpkg -l | grep glust
ii glusterfs-client 3.5.3-1 amd64 clustered file-system (client package)
ii glusterfs-common 3.5.3-1 amd64 GlusterFS common libraries and translator modules
ii glusterfs-server 3.5.3-1 amd64 clustered file-system (server package)gluster卷地理位置复制stgrec01 172.16.10.3::stgrec01_slave状态
MASTER NODE MASTER VOL MASTER BRICK SLAVE STATUS CHECKPOINT STATUS CRAWL STATUS
------------------------------------------------------------------------------------------------- ---------------------------------
msk-m9-stg28 stgrec01 /xfs1tb/recordings01 172.16.10.3::stgrec01_slave faulty N/A N/A
msk-m9-stg29 stgrec01 /xfs1tb/recordings01 172.16.10.3::stgrec01_slave Passive N/A N/Adf -H
rootfs 50G 2,2G 46G 5% /
udev 11M 0 11M 0% /dev
tmpfs 420M 420M 0 100% /runls xsync | wc -l
84956发布于 2015-07-08 17:24:06
正如您所发布的,df -H显示了tmpfs的使用率为100%。在继续之前,请尝试清除它。
https://stackoverflow.com/questions/27902658
复制相似问题