このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
01_linux:13_strage:02_glusterfs [2018/04/26 09:41] – matsui | 01_linux:13_storage:02_glusterfs [2020/03/16 23:14] (現在) – 01_linux:13_strage:02_glusterfs renamed to 01_linux:13_storage:02_glusterfs matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 02 GlusterFS ====== | ||
+ | 分散ストレージGlusterFS | ||
+ | |||
+ | ===== xfs関係インストール ===== | ||
+ | |||
+ | < | ||
+ | # yum install kmod-xfs xfsprogs | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== マウントできない ===== | ||
+ | |||
+ | エラーメッセージ | ||
+ | # mount -t glusterfs 192.168.101.33:/ | ||
+ | Mount failed. Please check the log file for more details. | ||
+ | |||
+ | |||
+ | hostsを書いてあげれば解決 | ||
+ | < | ||
+ | #cat /etc/hosts | ||
+ | 192.168.101.33 gluster01 | ||
+ | </ | ||
+ | |||
+ | {{tag> |