Skip to content

Commit

Permalink
Drop -kt and -kl from overcloud host configures
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed May 16, 2024
1 parent 2ddd8ca commit 0d561c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/hardware_inventory_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ We can then provision and configure them:
:substitutions:
kayobe# kayobe overcloud provision --limit |hypervisor_hostname|
kayobe# kayobe overcloud host configure --limit |hypervisor_hostname| --kolla-limit |hypervisor_hostname|
kayobe# kayobe overcloud host configure --limit |hypervisor_hostname|
kayobe# kayobe overcloud service deploy --limit |hypervisor_hostname| --kolla-limit |hypervisor_hostname|
Replacing a Failing Hypervisor
Expand Down
2 changes: 1 addition & 1 deletion source/include/ceph_ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Apply LVM configuration using Kayobe for the replaced device (here on ``storage-

.. code-block:: console
kayobe$ kayobe overcloud host configure -t lvm -kt none -l storage-0 -kl storage-0
kayobe$ kayobe overcloud host configure -t lvm -l storage-0
Before running Ceph-Ansible, also remove vestigial state directory
from ``/var/lib/ceph/osd`` for the purged OSD
Expand Down

0 comments on commit 0d561c1

Please sign in to comment.