タグ

cephに関するa_t_o_a_t_oのブックマーク (4)

  • Sébastien Han

    Date: 18/11/21 Read On... Date: 14/10/21 Read On... Date: 20/08/20 Read On... Date: 21/11/19 Read On... Date: 22/05/19 Read On... I’m excited to announce that just right for Cephalocon and KubeCon Europe, Rook has landed on operatorhub.io. It has been quite a challenge to have it merged, but in the end my pull request got merged :). If you want to know what this means for upstream you should look

  • Introducing Ceph to OpenStack | Sébastien Han

    Jun 10th, 2012 | Comments | Tag: openstack Introducing Ceph to OpenStack I. Ceph introductionCeph is a massively scalable, open source, distributed storage system. It is comprised of an object store, block store, and a POSIX-compliant distributed file system. The platform is capable of auto-scaling to the exabyte level and beyond, it runs on commodity hardware, it is self-healing and self-managing

  • Ceph を使ってみる

    このページでは ceph のインストール方法と基的な使い方を解説する。 以下は関連ページ。 Ceph の覚え書きのインデックス Rados Block Device(RBD) を使ってみる Ceph の CRUSH マップの書き方 RADOS の概略 更新履歴 (2011.12.26) Linux の configuration の変更方法を追加。 (2012.02.10) レプリケーション数の変更を追加。 (2012.03.07) 「モニタサーバとメタデータサーバの名前」と「OSD サーバを内部ネットワークにと外部ネットワークに別々につなげる」を追加。 目次 1. Ceph とは 2. インストール 2.1 OS のインストール 2.2 OS インストール後の設定 2.3 ceph のインストール 3. ファイルシステムの作成とマウント 3.1 構成の設計 3.2 ファイルシステムの作

  • Rados Block Device(RBD) を使ってみる

    このページでは Ceph のストレージをブロックデバイスとして切り出す Rados Block Device(RBD) の使い方を説明する。 以下は関連ページ。 Ceph の覚え書きのインデックス Ceph を使ってみる Ceph の CRUSH マップの書き方 RADOS の概略 更新履歴 (2012.03.20) 作成。 目次 1. Rados Block Device (RBD) とは 2. セットアップ 3. 基的な操作 3.1 mon デーモンの位置の指定 3.2 RBD イメージの作成 3.3 RBD イメージの確認 3.4 RBD イメージの出力 3.5 RBD イメージの削除・コピー・移動 4. クライアントへの RBD のマップ 4.1 秘密キーファイルの作成 4.2 クライアントへのマップ 4.3 クライアントからのアンマップ 5. スナップショット操作 6. 別プー

  • 1