Bug 2176785
| Summary: | Headless service functionality loss for OCP-V VMs on live migration | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Antonio Cardace <acardace> |
| Component: | Virtualization | Assignee: | lpivarc |
| Status: | CLOSED ERRATA | QA Contact: | zhe peng <zpeng> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.11.2 | CC: | acardace, danken, kbidarka, lpivarc, pvilayat, rgertzbe |
| Target Milestone: | --- | ||
| Target Release: | 4.12.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | v4.12.3-49 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2166510 | Environment: | |
| Last Closed: | 2023-05-23 22:31:22 UTC | Type: | --- |
| 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: | 2166510, 2176787 | ||
| Bug Blocks: | |||
|
Description
Antonio Cardace
2023-03-09 10:03:42 UTC
verify with build: CNV-v4.12.3-49
step:
1: Created a headless service.
apiVersion: v1
kind: Service
metadata:
name: subdomain
spec:
clusterIP: None
selector:
app: test-app
ports:
- protocol: TCP
port: 80
targetPort: 3000
2: create a vm with:
...
spec:
hostname: "myvmi"
subdomain: "mysubdomain"
domain:
...
3: start vm and check virt-launcher
...
hostname: myvmi
subdomain: mysubdomain
...
4: do livemigration
after migration, check virt-launcher again
...
hostname: myvmi
subdomain: mysubdomain
...
move to verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Virtualization 4.12.3 Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2023:3283 |