Activity log for bug #1843713

Date Who What changed Old value New value Message
2019-09-12 13:01:41 Brent Rowsell bug added bug
2019-09-12 13:03:22 Bill Zvonar bug added subscriber Bill Zvonar
2019-09-12 15:51:09 Ghada Khalil description Script affine-tasks.sh is erroneously waiting if openstack is not deployed, Wait until K8s pods have recovered and nova-compute is running t0=${SECONDS} until is_k8s_platform_steady_state_ready; do dt=$(( ${SECONDS} - ${t0} )) if [ ${dt} -ge ${PRINT_INTERVAL_SECONDS} ]; then t0=${SECONDS} LOG "Recovery wait, elapsed ${SECONDS} seconds." \ "Reason: ${NOT_READY_REASON}" fi sleep ${CHECK_INTERVAL_SECONDS} done This delays re-affining on platform tasks non openstack deployments. Brief Description ----------------- Script affine-tasks.sh is erroneously waiting if openstack is not deployed,  Wait until K8s pods have recovered and nova-compute is running     t0=${SECONDS}     until is_k8s_platform_steady_state_ready; do         dt=$(( ${SECONDS} - ${t0} ))         if [ ${dt} -ge ${PRINT_INTERVAL_SECONDS} ]; then             t0=${SECONDS}             LOG "Recovery wait, elapsed ${SECONDS} seconds." \                 "Reason: ${NOT_READY_REASON}"         fi         sleep ${CHECK_INTERVAL_SECONDS}     done This delays re-affining on platform tasks non openstack deployments. Severity -------- Major - affects Steps to Reproduce ------------------ Install system with k8s only (no openstack). Check the platform thread affinity Expected Behavior ------------------ The platform threads are affined to the platform cores as expected Actual Behavior ---------------- The platform threads are not affined for a while. Reproducibility --------------- Reproducible System Configuration -------------------- Any system Branch/Pull Time/Commit ----------------------- master as of 2019-09-11 Last Pass --------- Unknown Timestamp/Logs -------------- Not required. Issue is easily reproducible. Test Activity ------------- Other - regular lab usage
2019-09-12 15:51:22 Ghada Khalil starlingx: assignee Jim Gauld (jgauld)
2019-09-13 18:52:23 Ghada Khalil starlingx: importance Undecided Medium
2019-09-13 18:52:30 Ghada Khalil starlingx: status New Triaged
2019-09-13 18:52:48 Ghada Khalil tags stx.3.0 stx.containers
2019-09-25 19:56:21 Jim Gauld starlingx: status Triaged In Progress
2019-10-07 14:41:45 OpenStack Infra starlingx: status In Progress Fix Released