Project

General

Profile

Actions

Bug #46879

closed

doc/install (bootstrap): Add parallel construction to the items in a list.

Added by Zac Dover over 3 years ago. Updated over 3 years ago.

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

0%

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

Description

This applies to doc/bootstrap.rst.

The following should be changed:

BEGIN QUOTED TEXT

  • Creates a monitor and manager daemon for the new cluster on the
    local host. A minimal configuration file needed to communicate with
    the new cluster is written to ``ceph.conf`` in the local directory.
  • A copy of the ``client.admin`` administrative (privileged!) secret
    key is written to ``ceph.client.admin.keyring`` in the local directory.

END QUOTED TEXT

That text should be changed to this:

BEGIN QUOTED TEXT

  • Creates a monitor and manager daemon for the new cluster on the
    local host. A minimal configuration file needed to communicate with
    the new cluster is written to ``ceph.conf`` in the local directory.
  • Writes a copy of the ``client.admin`` administrative (privileged!) secret
    key to ``ceph.client.admin.keyring`` in the local directory.
  • Generates a new SSH key, and adds the public key to the local root user's
    ``/root/.ssh/authorized_keys`` file. A copy of the public key is written
    to ``ceph.pub`` in the local directory.

END QUOTED TEXT

Actions #1

Updated by Zac Dover over 3 years ago

  • Status changed from New to Resolved

After the cephadm (Octopus) docs refactor, this issue no longer presents.

I am therefore resolving this issue.

Actions

Also available in: Atom PDF