ユーザ用ツール

サイト用ツール


01_linux:13_storage:02_glusterfs

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
01_linux:13_strage:02_glusterfs [2018/04/26 09:41] matsui01_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関係インストール =====
 +
 +<code>
 +# yum install kmod-xfs xfsprogs
 +</code>
 +
 +
 +===== マウントできない =====
 +
 +エラーメッセージ
 +  # mount -t glusterfs 192.168.101.33:/glusterfs /mnt
 +  Mount failed. Please check the log file for more details.
 +
 +
 +hostsを書いてあげれば解決
 +<code>
 +#cat /etc/hosts
 +192.168.101.33 gluster01
 +</code>
 +
 +{{tag>GlusterFS}}
01_linux/13_storage/02_glusterfs.txt · 最終更新: 2020/03/16 23:14 by matsui