How to install ceph on EC2 Amazon Linux AMI
- by takaomag
I want to test Ceph (a distributed network storage and file system) on some EC2 hosts which is derived from Amazon Linux AMI (amzn-ami-2011.09.2.x86_64-ebs).
The kernel version is 3.2 and btrfs is enabled. But kernel config options related to Ceph (CONFIG_CEPH_FS and CONFIG_BLK_DEV_RBD) seems to be disabled.
I have to make a new kernel and register it to amazon ?
Or, does someone know more easy way ?