2013-02-01から1ヶ月間の記事一覧

glusterfs distributed でvolume 作ると、gluster native でmount したときに応答返ってこない(straceするとgetdentsが出続ける) 問題はサーバ側のfilesystemをext4からxfsに変えたら発生しなくなった

タイトルのまま。 ext4 でdistributed volume 作ると、まともに使えなくて困っていた。(stripe だと問題なし) サーバ # mkfs.ext4 /dev/vdb1 # mount /dev/vdb1 /data # gluster volume create vol1 gf01:/data/vol1 gf01:/data/vol1 gf03:/data/vol1 # glus…

inittab からプロセスをrespawnさせる時はフォアグラウンドで実行する

良く考えたら当たり前なんだけど。(使ってないからわからないけど、daemontools から起動するときもたぶん同じ理由でフォアグラウンドで起動しているはず)sshd などは実行すると親プロセスから切り離してバックグラウンドで動いてしまうので、いつものように…

mysql MyISAM の同時insert (concurrent_insert) の条件

http://www.kinusati.net/2011/01/27/mysql%E3%81%8A%E5%8B%89%E5%BC%B7%E3%83%A1%E3%83%A2myisam%E3%82%B9%E3%83%88%E3%83%AC%E3%83%BC%E3%82%B8%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%B3/ http://dev.mysql.com/doc/refman/5.1/ja/concurrent-inserts.html ht…