From 3b15d9efefcbb83d2a0ee3059e2f2cfbc91d54ab Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Thu, 14 Apr 2022 16:19:17 -0300 Subject: [PATCH] Standard install guide corrections (r6) Fixed typos and removed --nowrap from commands Signed-off-by: Elisamara Aoki Goncalves Change-Id: Iad8b75a9823ad0acc22a59ee9a7d05b26158c7a1 --- .../bare_metal/controller_storage_install_kubernetes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst b/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst index fc75f8d3d..396a5ba72 100644 --- a/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst +++ b/doc/source/deploy_install_guides/r6_release/bare_metal/controller_storage_install_kubernetes.rst @@ -373,7 +373,7 @@ machine. # ( if not use another unused disk ) # Get device path of ROOT DISK - system host-show controller-0 --nowrap | fgrep rootfs + system host-show controller-0 | fgrep rootfs # Get UUID of ROOT DISK by listing disks system host-disk-list controller-0 @@ -554,7 +554,7 @@ machine. # ( if not use another unused disk ) # Get device path of ROOT DISK - system host-show controller-1 --nowrap | fgrep rootfs + system host-show controller-1 | fgrep rootfs # Get UUID of ROOT DISK by listing disks system host-disk-list controller-1 @@ -562,7 +562,7 @@ machine. # Create new PARTITION on ROOT DISK, and take note of new partition’s ‘uuid’ in response # Use a partition size such that you’ll be able to increase docker fs size from 30G to 60G PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} + system host disk-partition-add -t lvm_phys_vol controller-1 ${PARTITION_SIZE} # Add new partition to ‘cgts-vg’ local volume group system host-pv-add controller-1 cgts-vg @@ -725,7 +725,7 @@ Configure worker nodes # Additional PARTITION(s) from additional disks can be added later if required. PARTITION_SIZE=30 - system hostdisk-partition-add -t lvm_phys_vol ${NODE} ${PARTITION_SIZE} + system host disk-partition-add -t lvm_phys_vol ${NODE} ${PARTITION_SIZE} # Add new partition to ‘nova-local’ local volume group system host-pv-add ${NODE} nova-local