From: Leseb Date: Thu, 25 Aug 2016 07:58:29 +0000 (+0200) Subject: Merge pull request #957 from gbraad/patch-readme X-Git-Tag: v1.0.6~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a41eddf6f0d840580bc842fa59751defef10fa69;p=ceph-ansible.git Merge pull request #957 from gbraad/patch-readme Correct naming of referenced file --- a41eddf6f0d840580bc842fa59751defef10fa69 diff --cc README.md index b55063d26,61bd860cf..a6e5c9cde --- a/README.md +++ b/README.md @@@ -245,9 -238,9 +245,9 @@@ Attention, ceph-common doesn't manage b ### For Atomic systems If you want to run containerized deployment on Atomic systems (RHEL/CentOS Atomic), please copy - [vagrant.yml.atomic](vagrant_variables.yml.atomic) to vagrant_variables.yml, and copy [group_vars/all.docker](group_vars/all.docker) to `group_vars/all`. + [vagrant_variables.yml.atomic](vagrant_variables.yml.atomic) to vagrant_variables.yml, and copy [group_vars/all.docker](group_vars/all.docker) to `group_vars/all`. -Since `centos/atomic-host` doesn't have spare storage controller to attach more disks, it is likely the first time `vagrant up --provider=virtualbox` runs, it will fail to attach to a storage controller. In such case, run the following command: +Since `centos/atomic-host` VirtualBox box doesn't have spare storage controller to attach more disks, it is likely the first time `vagrant up --provider=virtualbox` runs, it will fail to attach to a storage controller. In such case, run the following command: ```console VBoxManage storagectl `VBoxManage list vms |grep ceph-ansible_osd0|awk '{print $1}'|tr \" ' '` --name "SATA" --add sata