This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Enable CEPH repos as described at http://ceph.com/docs/master/install/get-packages/#rpm | |
# Install ceph-deploy package | |
# | |
export DATA_DEV=sdb | |
export JRNL_DEV=sdc | |
export FS_TYPE=xfs | |
export CEPH_S_NODE=ceph-s | |
export CEPH_RELEASE=giant |