Bug 1982604
Summary: | MigAnalytic fails to get source cluster resources, all reported as 0 in ocp 3.9 sometimes | |||
---|---|---|---|---|
Product: | Migration Toolkit for Containers | Reporter: | whu | |
Component: | General | Assignee: | Pranav Gaikwad <pgaikwad> | |
Status: | CLOSED DUPLICATE | QA Contact: | Xin jiang <xjiang> | |
Severity: | low | Docs Contact: | Avital Pinnick <apinnick> | |
Priority: | high | |||
Version: | 1.5.0 | CC: | ernelson, sregidor, whu, xjiang | |
Target Milestone: | --- | |||
Target Release: | 1.6.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1982729 (view as bug list) | Environment: | ||
Last Closed: | 2021-08-26 18:55:00 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1982729 |
Description
whu
2021-07-15 09:12:19 UTC
one similar bug : https://bugzilla.redhat.com/show_bug.cgi?id=1918504 Copying my notes from the 1.4.6 bug: https://bugzilla.redhat.com/show_bug.cgi?id=1982729#c2 This isn't as much a problem with Analytics as it is the pv resize feature which attempts to use the restic daemonset to determine the actual disk usage of the volumes. IIUC the failures are limited to using analytics for pv resize when migrating from older OCP releases (3.7, 3.9) and the pod comes into existence after the restic daemonset was started. restic uses a hostPath mount to peer into the volume and bind remount does not exist on these versions so if the application comes up after the daemonset it is oblivious to it. Possible solutions might include restarting the daeonset before running the analytic (I think this would be costly performance wise on large clusters) or creating a pod on the node to run the size check instead of using the restic daemonset so it always exists after the application. Additional information After clicking "refresh` button, the analytic were updated and got the correct value. But the warning regarding the pv resize is still in migplan. I captured a note describing this limitation in our upstream docs here: https://github.com/konveyor/mig-operator/pull/716 This is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1982729 and we do not intend to fix the underlying problem in MTC as it only affects certain cases on 3.9 clusters and there is a workaround available to unblock the users. The documentation around this is already merged. As a result, I am closing this issue. *** This bug has been marked as a duplicate of bug 1982729 *** |