megamsys / megdc

A CLI based megam datacenter management interface
https://www.megam.io
Apache License 2.0
8 stars 16 forks source link

change ceph new installation #195

Open thomasalrin opened 8 years ago

thomasalrin commented 8 years ago

echo deb https://download.ceph.com/debian-infernalis/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add - sudo apt-get update && sudo apt-get install ceph ceph-mds ceph-deploy radosgw

mkdir /storage1/osd mkdir /storage2/osd

chown -r ceph:ceph /storage1/osd chown -r ceph:ceph /storage2/osd

Remove it, it show error echo "public network = 91.194.84.0/32" >> ceph.conf echo "cluster network = 91.194.84.0/32" >> ceph.conf