Project

General

Profile

Actions

Bug #5266

closed

the apt-get install instructions are missing an update

Added by Yan-Fa Li almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

http://ceph.com/docs/master/start/quick-start-preflight/

This section is missing the update:

wget q -O 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
sudo apt-get install ceph-deploy

Should say

wget q -O 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
sudo apt-get update && sudo apt-get install ceph-deploy

Actions #1

Updated by Ian Colle almost 11 years ago

  • Assignee set to John Wilkins
Actions #3

Updated by Yan-Fa Li almost 11 years ago

  • Status changed from Resolved to Closed

Verified fixes, thanks.

Actions

Also available in: Atom PDF