Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add virt-v2v logs to targeted gathering #32

Merged
merged 1 commit into from Nov 23, 2021
Merged

Conversation

aufi
Copy link
Collaborator

@aufi aufi commented Nov 22, 2021

Adding logs of virt-v2v pod which is created per-VM and has name based
on Plan name and VM ID. The log contains virt-v2v conversion info.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2023680

Adding logs of virt-v2v pod which is created per-VM and has name based
on Plan name and VM ID. The log contains virt-v2v conversion info.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2023680
@aufi
Copy link
Collaborator Author

aufi commented Nov 22, 2021

Custom image for test: quay.io/maufart/forklift-must-gather:latest

@aufi
Copy link
Collaborator Author

aufi commented Nov 22, 2021

Example output:

.
└── namespaces
    ├── test
    │   ├── crs
    │   │   ├── datavolume
    │   │   │   ├── mig-plan-vm-6919-lrs2p.yaml
    │   │   │   └── mig-plan-vm-7442-lrjdh.yaml
    │   │   └── virtualmachine
    │   │       ├── test-x2019.yaml
    │   │       └── mini-rhel7-test.yaml
    │   └── logs
    │       ├── importer-mig-plan-vm-6919-lrs2p
    │       │   └── current.log
    │       ├── importer-mig-plan-vm-7442-lrjdh
    │       │   └── current.log
    │       ├── mig-plan-vm-6919-xdf4h    <-- this is the virt-v2V conversion pod log
    │       │   └── current.log
    │       └── virt-launcher-test-x2019-k95k4
    │           └── current.log
    └── openshift-mtv
        ├── crs
        │   └── plan
        │       └── mig-plan.yaml
        └── logs
            ├── forklift-controller-74db549fd4-6bchw
            │   └── current.log
            └── forklift-must-gather-api-655d9b87d7-cfrxr
                └── current.log

Copy link
Contributor

@fabiendupont fabiendupont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aufi aufi merged commit 80e0756 into kubev2v:main Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants