Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

New ceph-deploy version breaks current dev install scripts #159

Closed
djfinn14 opened this issue Feb 2, 2018 · 1 comment
Closed

New ceph-deploy version breaks current dev install scripts #159

djfinn14 opened this issue Feb 2, 2018 · 1 comment
Labels

Comments

@djfinn14
Copy link
Contributor

djfinn14 commented Feb 2, 2018

With the new ceph-deploy 2.0.0, they removed the options of both ceph-deploy osd prepare and ceph-deploy osd activate. This causes intall_ceph.sh to fail. We need to either install ceph-deploy 1.5.39 instead or modify the script to use ceph-deploy osd create. Quick fix for people who want to use the scripts right now is to change the lines in install_packages.sh "sudo pip install -U ceph-deploy" to be "sudo pip install -U ceph-deploy==1.5.39"

@djfinn14 djfinn14 added the easy label Feb 2, 2018
@radonm
Copy link

radonm commented Feb 2, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants