glusterfs基本操作
7891 ワード
きほんそうさ
クラスタノード
クラスタの拡張
1,hostsドメイン名の解析をしなければならない実はIPアドレスを通じてもクラスタを作ることができるが、このような方式は提案しない.
2,ノードをクラスタに追加し,現在のすべてのクラスタノードで実行する必要がある.
3、ピア状態の表示
クラスタノード情報の表示
ノードの削除
クラスタからのノードの削除
ボリューム
ボリュームの作成
distribute volume分散ボリューム(デフォルト)
コマンド:
例:
Striped Glusterfs Volumeストライプボリューム
コマンド:
例:
Replicated Glusterfs Volumeレプリケーションボリューム(最小2ノード)
コマンド:
例:
Distributed Replicated Glusterfs Volume分散レプリケーションボリューム
コマンド:
例:2つのノードが分散され、ミラーが3つ
glusterfs 01およびglusterfs 02は、分散glusterfs 03およびglusterfs 04を構成し、分散glusterfs 05およびglusterfs 06は、分散を構成し、ミラーを構成する
3ノード分散ミラー2部
glusterfs 01およびglusterfs 02およびglusterfs 03は、分散glusterfs 04およびglusterfs 05およびglusterfs 06を構成し、次に、ミラーを構成する
Distributed Striped Glusterfs Volume分散ストライプボリューム
最初のグループ・ストライプは、グループに対してコマンドを分散します.
例:
最初の4つは1つのストライプを構成して、それから分布式を構成して、どれだけの分布式とストライプ式を構成してストライプの数によって完成します
パフォーマンス分析
オープンプロファイル
I/O情報を表示する:
クラスタノード
クラスタの拡張
1,hostsドメイン名の解析をしなければならない実はIPアドレスを通じてもクラスタを作ることができるが、このような方式は提案しない.
192.168.1.210 glusterfs04
2,ノードをクラスタに追加し,現在のすべてのクラスタノードで実行する必要がある.
gluster peer probe glusterfs04
3、ピア状態の表示
gluster peer status
クラスタノード情報の表示
gluster pool list
ノードの削除
クラスタからのノードの削除
gluster peer detach glusterfs04
ボリューム
ボリュームの作成
distribute volume分散ボリューム(デフォルト)
コマンド:
> gluster volume create NEW-VOLNAME [transport [tcp | rdma | tcp,rdma]] NEW-BRICK...
例:
> gluster volume create test-volume transport tcp glutserfs01:/guiji/pv1 gluster02:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data
Striped Glusterfs Volumeストライプボリューム
コマンド:
> gluster volume create NEW-VOLNAME [stripe COUNT] [transport [tcp | dma | tcp,rdma]] NEW-BRICK...
例:
> gluster volume create test-volume stripe 2 transport tcp glutserfs01:/guiji/pv1 gluster02:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data
Replicated Glusterfs Volumeレプリケーションボリューム(最小2ノード)
コマンド:
> gluster volume create NEW-VOLNAME [replica COUNT] [transport [tcp | rdma | tcp,rdma]] NEW-BRICK...
例:
> gluster volume create test-volume replica 2 glutserfs01:/guiji/pv1 gluster02:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data
Distributed Replicated Glusterfs Volume分散レプリケーションボリューム
コマンド:
> gluster volume create NEW-VOLNAME [replica COUNT] [transport [tcp | rdma | tcp,rdma]] NEW-BRICK ......
例:2つのノードが分散され、ミラーが3つ
> gluster volume create test-volume replica 3 transport tcp glutserfs01:/guiji/pv1 gluster02:/guiji/pv1 glutserfs03:/guiji/pv1 gluster04:/guiji/pv1 glutserfs05:/guiji/pv1 glusterfs06:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data
glusterfs 01およびglusterfs 02は、分散glusterfs 03およびglusterfs 04を構成し、分散glusterfs 05およびglusterfs 06は、分散を構成し、ミラーを構成する
3ノード分散ミラー2部
> gluster volume create test-volume replica 2 transport tcp glutserfs01:/guiji/pv1 gluster02:/guiji/pv1 glutserfs03:/guiji/pv1 gluster04:/guiji/pv1 glutserfs05:/guiji/pv1 glusterfs06:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data
glusterfs 01およびglusterfs 02およびglusterfs 03は、分散glusterfs 04およびglusterfs 05およびglusterfs 06を構成し、次に、ミラーを構成する
Distributed Striped Glusterfs Volume分散ストライプボリューム
最初のグループ・ストライプは、グループに対してコマンドを分散します.
> gluster volume create NEW-VOLNAME [stripe COUNT] [transport [tcp | rdma | tcp,rdma]] NEW-BRICK...
例:
> gluster volume create test-volume stripe 4 transport tcp
glutserfs01:/guiji/pv1 glutserfs02:/guiji/pv1 glutserfs03:/guiji/pv1 glutserfs04:/guiji/pv1 glutserfs05:/guiji/pv1 glutserfs06:/guiji/pv1 glutserfs07:/guiji/pv1 glutserfs08:/guiji/pv1
Creation of test-volume has been successful
Please start the volume to access data.
最初の4つは1つのストライプを構成して、それから分布式を構成して、どれだけの分布式とストライプ式を構成してストライプの数によって完成します
パフォーマンス分析
オープンプロファイル
> gluster volume profile VOLUME_NAME start
I/O情報を表示する:
> gluster volume profile gv0 info
Brick: glusterfs01:/guiji/gv0
-----------------------------
Cumulative Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 100 RELEASE
0.00 0.00 us 0.00 us 0.00 us 559 RELEASEDIR
0.24 1.35 us 1.26 us 1.47 us 3 OPENDIR
9.77 55.54 us 32.78 us 75.29 us 3 LOOKUP
14.98 63.89 us 26.12 us 119.58 us 4 GETXATTR
75.01 213.27 us 156.84 us 320.37 us 6 READDIR
Duration: 107828 seconds
Data Read: 0 bytes
Data Written: 0 bytes
Interval 4 Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 3 RELEASEDIR
0.24 1.35 us 1.26 us 1.47 us 3 OPENDIR
9.77 55.54 us 32.78 us 75.29 us 3 LOOKUP
14.98 63.89 us 26.12 us 119.58 us 4 GETXATTR
75.01 213.27 us 156.84 us 320.37 us 6 READDIR
Duration: 740 seconds
Data Read: 0 bytes
Data Written: 0 bytes
Brick: glusterfs02:/guiji/gv0
-----------------------------
Cumulative Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 100 RELEASE
0.00 0.00 us 0.00 us 0.00 us 554 RELEASEDIR
0.52 3.71 us 1.48 us 14.44 us 6 OPENDIR
11.62 82.22 us 37.44 us 147.80 us 6 LOOKUP
12.57 66.66 us 18.57 us 142.96 us 8 GETXATTR
75.29 266.29 us 179.21 us 344.17 us 12 READDIR
Duration: 107826 seconds
Data Read: 0 bytes
Data Written: 0 bytes
Interval 4 Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 3 RELEASEDIR
0.94 5.85 us 1.48 us 14.44 us 3 OPENDIR
8.43 52.64 us 37.44 us 66.05 us 3 LOOKUP
10.73 50.29 us 18.57 us 94.86 us 4 GETXATTR
79.91 249.63 us 191.09 us 344.17 us 6 READDIR
Duration: 740 seconds
Data Read: 0 bytes
Data Written: 0 bytes
Brick: glusterfs03:/guiji/gv0
-----------------------------
Cumulative Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 100 RELEASE
0.00 0.00 us 0.00 us 0.00 us 554 RELEASEDIR
0.29 1.93 us 1.43 us 2.35 us 6 OPENDIR
8.94 45.14 us 11.47 us 90.38 us 8 GETXATTR
11.13 74.94 us 53.80 us 99.02 us 6 LOOKUP
79.65 268.26 us 183.24 us 391.81 us 12 READDIR
Duration: 107826 seconds
Data Read: 0 bytes
Data Written: 0 bytes
Interval 4 Stats:
%-latency Avg-latency Min-Latency Max-Latency No. of calls Fop
--------- ----------- ----------- ----------- ------------ ----
0.00 0.00 us 0.00 us 0.00 us 3 RELEASEDIR
0.35 2.14 us 1.89 us 2.35 us 3 OPENDIR
10.78 66.56 us 53.80 us 87.93 us 3 LOOKUP
11.22 51.96 us 29.15 us 65.53 us 4 GETXATTR
77.65 239.74 us 183.24 us 307.17 us 6 READDIR
Duration: 739 seconds
Data Read: 0 bytes
Data Written: 0 bytes