diff --git a/deployment/virtualbox/pybox/configs/aio-sx/lab_setup.sh b/deployment/virtualbox/pybox/configs/aio-sx/lab_setup.sh index 3dd9f9ba..2f94e638 100755 --- a/deployment/virtualbox/pybox/configs/aio-sx/lab_setup.sh +++ b/deployment/virtualbox/pybox/configs/aio-sx/lab_setup.sh @@ -5804,8 +5804,8 @@ function setup_cgts_extend { local PROVISION_PV_TIMEOUT=180 for DEVICE in "${DEVICES[@]}"; do - # Check if this PV is already in cgts-vg. - # Special case: after lab_cleanup we may already have this PV in cgts-vg. + # Check if this PV is already in cgts-vg. + # Special case: after lab_cleanup we may already have this PV in cgts-vg. local CGTS_VG=$(system host-pv-list $NODE ${CLI_NOWRAP} | grep $DEVICE | awk -F'|' '{print $9}') if [[ "${CGTS_VG}" == *"cgts-vg"* ]]; then log "Skipping adding device $DEVICE to cgts-vg for ${NODE}; already done" @@ -6235,8 +6235,8 @@ function is_https_security_configuration { if [ "${SYSTEM_HTTPS_ENABLED}" != "${HTTPS_ENABLED}" ]; then return 0 else - # configuration value in .conf file matches with system show value . - # no changes needed. + # configuration value in .conf file matches with system show value . + # no changes needed. return 1 fi else