This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
Bug 2118147 - migrating VMs get scheduled to cordoned nodes and and fail the migration testing.
Summary: migrating VMs get scheduled to cordoned nodes and and fail the migration test...
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Infrastructure
Version: 4.10.3
Hardware: All
OS: All
unspecified
high
Target Milestone: ---
: future
Assignee: Dominik Holler
QA Contact: guy chen
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-14 14:53 UTC by Boaz
Modified: 2024-04-13 04:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-12-14 16:04:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker   CNV-20450 0 None None None 2023-12-14 16:04:58 UTC

Comment 1 Dominik Holler 2022-08-26 16:21:15 UTC
Is there a way to run the scenario again to produce the relevant log files?

1. Enable logging of the scheduler by:

oc patch kubescheduler cluster --type='merge' -p "$(cat <<- EOF
spec:
  logLevel: TraceAll
EOF
)"

2. give the cluster a few minutes to propagate the config change

3. run the scenario

4. get the log files of the scheduler via

for pod in $(oc get -n openshift-kube-scheduler pods -o name | grep kube-scheduler | grep -v guard) ; do (oc logs -n openshift-kube-scheduler $pod kube-scheduler > ${pod/pod\/}.log ) ; done

5. ensure that the logfiles contains the relevant information via

grep  "score=" openshift-kube-scheduler-xxxx-master-y.log

Comment 3 Geetika Kapoor 2023-07-05 12:02:00 UTC
Hi Guy, Could you give it a try and help in reproducing this bug. Thanks

Comment 5 Red Hat Bugzilla 2024-04-13 04:25:06 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


Note You need to log in before you can comment on or make changes to this bug.