Fix bug 1777686 re osd-format and ceph-osd actions

Closes-Bug: #1777686

Change-Id: I9d95ac89b2f7c39435f2bd3e6285cf671b983f6a
This commit is contained in:
Peter Matulis 2019-11-05 16:31:19 -05:00
parent 830eb9acfc
commit ede2ac0d23
1 changed files with 6 additions and 1 deletions

View File

@ -89,7 +89,6 @@ The configuration is held in the file called ``ceph-osd.yaml``:
ceph-osd:
osd-devices: /dev/sdb
osd-reformat: "yes"
We're going to deploy Ceph-OSD to each of the four cloud nodes we've already
tagged with ``compute``. The following command will import the settings above
@ -99,6 +98,12 @@ and deploy Ceph-OSD to each of the four nodes:
juju deploy --constraints tags=compute --config ceph-osd.yaml -n 4 ceph-osd
.. note::
If a message from a ceph-osd unit like "Non-pristine devices detected"
appears in the output of :command:`juju status` you will need to use actions
``zap-disk`` and ``add-disk`` that come with the 'ceph-osd' charm.
In the background, Juju will ask MAAS to commission the nodes, powering them on
and installing Ubuntu. Juju then takes over and installs the necessary packages
for the required application.