Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix on ceph command launch #1

Open
wants to merge 2 commits into
base: 2017-07-26/storage_driver_ceph_add_user
Choose a base branch
from

Conversation

yneveu
Copy link

@yneveu yneveu commented Jul 27, 2017

probably bad copy/paste

Christian Brauner and others added 2 commits July 27, 2017 15:40
Closes canonical#3597.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
@brauner brauner force-pushed the 2017-07-26/storage_driver_ceph_add_user branch from 99ffff3 to ba44c25 Compare July 27, 2017 15:05
@@ -154,9 +154,9 @@ func (s *storageCeph) StoragePoolCreate() error {
logger.Debugf(`CEPH OSD storage pool "%s" does exist`, s.OSDPoolName)

// use existing osd pool
msg, err := shared.RunCommand("ceph",
msg, err := shared.RunCommand("ceph", "--name"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh right, thanks! I'll update my pr!

@brauner brauner force-pushed the 2017-07-26/storage_driver_ceph_add_user branch from ba44c25 to 7aad31f Compare July 27, 2017 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants