Skip to content

Commit 0d561c1

Browse files
committed
Drop -kt and -kl from overcloud host configures
1 parent 2ddd8ca commit 0d561c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/hardware_inventory_management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We can then provision and configure them:
7676
:substitutions:
7777
7878
kayobe# kayobe overcloud provision --limit |hypervisor_hostname|
79-
kayobe# kayobe overcloud host configure --limit |hypervisor_hostname| --kolla-limit |hypervisor_hostname|
79+
kayobe# kayobe overcloud host configure --limit |hypervisor_hostname|
8080
kayobe# kayobe overcloud service deploy --limit |hypervisor_hostname| --kolla-limit |hypervisor_hostname|
8181
8282
Replacing a Failing Hypervisor

source/include/ceph_ansible.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Apply LVM configuration using Kayobe for the replaced device (here on ``storage-
6767

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

0 commit comments

Comments
 (0)