当前位置:网站首页>glusterfs build and use
glusterfs build and use
2022-08-03 20:14:00 【The young marshal (Young marshal)】
Distributed Storage System
Distributed storage is a data storage technology that uses the disk space on each machine in the enterprise through the network, and forms a virtual storage device with these scattered storage resources, and the data is stored in all corners of the enterprise..Common distributed storage systems are:
- NFS
- MFS
- FastDFS
- glusterfs
- ceph
What is glusterfs
glusterfs is an open source distributed file system with strong horizontal expansion capability, which can support several petabytes of storage capacity and thousands of clients, interconnected through the network into a parallel network file system, with scalability, high performance,Features such as high availability.
Common resources:
- pool storage resource pool
- peer node
- volume volume must be in start to be available
- brick storage unit (hard disk), which can be increased or decreased
- gluster
- glusterfs adds a node is the default local machine is localhost, just need to add other machines, each node is the main
- glusterfs listens on port 49152 by default
Installation
### Referencehttps://blog.csdn.net/weixin_44953658/article/details/109222536
边栏推荐
- 622 设计循环队列——Leetcode天天刷【循环队列,数组模拟,双指针】(2022.8.2)
- leetcode 072. Finding Square Roots
- 【HiFlow】经常忘记签到怎么办?使用腾讯云场景连接器每天提醒你。
- Statistical machine learning 】 【 linear regression model
- Likou 707 - Design Linked List - Linked List
- tRNA修饰2-甲基胞嘧啶(m2C)|tRNA修饰m2G (N2-methylguanosine)
- Likou 59 - Spiral Matrix II - Boundary Judgment
- Use ControlTemplate or Style from resource file in WPF .cs and find the control
- 微导纳米IPO过会:年营收4.28亿 君联与高瓴是股东
- charles配置客户端请求全部不走缓存
猜你喜欢
随机推荐
EasyCVR平台海康摄像头语音对讲功能配置的3个注意事项
双线性插值公式推导及Matlab实现
Detailed demonstration pytorch framework implementations old photo repair (GPU)
Anaconda virtual environment migration
php截取中文字符串实例
李沐动手学深度学习V2-BERT微调和代码实现
谁的孙子最多II
Benchmarking Lane-changing Decision-making for Deep Reinforcement Learning
leetcode 072. 求平方根
ES6--剩余参数
染料修饰核酸RNA|[email protected] 610/[email protected] 594/Alexa 56
【飞控开发高级教程4】疯壳·开源编队无人机-360 度翻滚
Power button 206 - reverse list - the list
List类的超详细解析!(超2w+字)
WPF .cs中使用资源文件中的ControlTemplate或Style并找到控件
622 设计循环队列——Leetcode天天刷【循环队列,数组模拟,双指针】(2022.8.2)
数学之美 第六章——信息的度量和作用
RNA-ATTO 390|RNA-ATTO 425|RNA-ATTO 465|RNA-ATTO 488|RNA-ATTO 495|RNA-ATTO 520近红外荧光染料标记核糖核酸RNA
李沐动手学深度学习V2-自然语言推断与数据集SNLI和代码实现
力扣203-移除链表元素——链表