GlusterFS 11 : नोड्स जोड़ें (Bricks)2025/11/04 |
|
मौजूदा क्लस्टर में नोड्स (ईंटें) जोड़ें। उदाहरण के लिए, मौजूदा क्लस्टर में एक नोड [node03] इस प्रकार जोड़ें।
|
+----------------------+ | +----------------------+
| [GlusterFS Server#1] |10.0.0.51 | 10.0.0.52| [GlusterFS Server#2] |
| node01.srv.world +----------+----------+ node02.srv.world |
| | | | |
+----------------------+ | +----------------------+
⇑ | ⇑
file1, file3 ... | file2, file4 ...
|
+----------------------+ |
| [GlusterFS Server#3] |10.0.0.53 |
| node03.srv.world +----------+
| |
+----------------------+
|
| [1] |
एक नए नोड पर GlusterFS स्थापित करें, यहां देखें, और फिर अन्य नोड्स के साथ उसी पथ पर GlusterFS वॉल्यूम के लिए एक निर्देशिका बनाएं। |
| [2] | किसी नोड पर मौजूदा क्लस्टर में एक नया नोड जोड़ें। (किसी भी मौजूदा नोड पर ठीक है) |
|
# नये नोड की जांच करें [root@node01 ~]# gluster peer probe node03 peer probe: success. # स्थिति की पुष्टि करें [root@node01 ~]# gluster peer status Number of Peers: 2 Hostname: node02 Uuid: 7ba18e01-2177-44aa-96a9-9dcbafe771b0 State: Peer in Cluster (Connected) Hostname: node03 Uuid: 418d476c-2fe0-4c7e-b51b-e2e7db2586d1 State: Peer in Cluster (Connected) # मौजूदा वॉल्यूम की पुष्टि करें [root@node01 ~]# gluster volume info Volume Name: vol_distributed Type: Distribute Volume ID: c7246a92-4905-4dd3-a02d-0d78c0d9afcd Status: Started Snapshot Count: 0 Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: node01:/glusterfs/distributed Brick2: node02:/glusterfs/distributed Options Reconfigured: performance.parallel-readdir: on performance.readdir-ahead: on performance.nl-cache-timeout: 600 performance.nl-cache: on network.inode-lru-limit: 200000 performance.md-cache-timeout: 600 performance.cache-invalidation: on performance.stat-prefetch: on performance.cache-samba-metadata: on features.cache-invalidation-timeout: 600 features.cache-invalidation: on performance.write-behind: off user.smb: enable storage.fips-mode-rchecksum: on transport.address-family: inet nfs.disable: on # नया नोड जोड़ें [root@node01 ~]# gluster volume add-brick vol_distributed node03:/glusterfs/distributed volume add-brick: success # वॉल्यूम जानकारी की पुष्टि करें [root@node01 ~]# gluster volume info Volume Name: vol_distributed Type: Distribute Volume ID: c7246a92-4905-4dd3-a02d-0d78c0d9afcd Status: Started Snapshot Count: 0 Number of Bricks: 3 Transport-type: tcp Bricks: Brick1: node01:/glusterfs/distributed Brick2: node02:/glusterfs/distributed Brick3: node03:/glusterfs/distributed Options Reconfigured: performance.parallel-readdir: on performance.readdir-ahead: on performance.nl-cache-timeout: 600 performance.nl-cache: on network.inode-lru-limit: 200000 performance.md-cache-timeout: 600 performance.cache-invalidation: on performance.stat-prefetch: on performance.cache-samba-metadata: on features.cache-invalidation-timeout: 600 features.cache-invalidation: on performance.write-behind: off user.smb: enable storage.fips-mode-rchecksum: on transport.address-family: inet nfs.disable: on # नया नोड जोड़ने के बाद, रिबैलेंस वॉल्यूम चलाएँ [root@node01 ~]# gluster volume rebalance vol_distributed fix-layout start volume rebalance: vol_distributed: success: Rebalance on vol_distributed has been started successfully. Use rebalance status command to check status of the rebalance process. ID: 9f8cbfa7-56e2-4367-85a4-28fe253c7102 |
| Sponsored Link |
|
|