タグ

ブックマーク / aikotobaha.blogspot.com (2)

  • Quantum + OVS + GRE with Devstack

    複数ノードで構成する場合、Open vSwitch(OVS) 間を接続させる必要がある。 OVS間の通信については以下の解説がわかりやすい。 Trema 日記 ・Openvswitch を OpenFlow スイッチとして使う ・EtherIP を使って OpenFlow ネットワークを作る ・GRE を使って OpenFlow ネットワークを作る Quantum から OVSを使う場合、OVS間の通信にはVLAN、GREのどちらかを選択できる。今回はVLANスイッチ等を使わずに疎通できるGREを使う。 OSはUbuntu12.04で、OpenSSHのみをインストールした環境。 admin network -------+----------------------------------------+----- | | | | eth0 | 192.168.128.100 eth0 |

  • Dropbox: Unable to monitor filesystem

    Linux の Dropbox で表示される警告。 Unable to monitor filesystem Please run: echo 100000 | sudo tee /proc/sys/fs/inotify/max_user_watches and restart Dropbox to correct the problem. これはDropboxにファイルを突っ込みすぎてる状態。 では、警告に表示されるコマンドは何をしているかというと、 echo 100000 | sudo tee /proc/sys/fs/inotify/max_user_watches # man 7 inotify /proc/sys/fs/inotify/max_user_watches This specifies an upper limit on the number of watches t

  • 1