Skip to content

Instantly share code, notes, and snippets.

@aufi
Created May 3, 2021 07:45
Show Gist options
  • Save aufi/f2ca73146bded90cce44235113faa0e7 to your computer and use it in GitHub Desktop.
Save aufi/f2ca73146bded90cce44235113faa0e7 to your computer and use it in GitHub Desktop.
targeted must gather compare
must-gather-full/
├── cluster-scoped-resources
│   ├── cdiconfigs.cdi.kubevirt.io
│   │   └── config.yaml
│   ├── cdis.cdi.kubevirt.io
│   │   └── cdi-kubevirt-hyperconverged.yaml
│   ├── networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io
│   │   └── cluster.yaml
│   └── vmimportconfigs.v2v.kubevirt.io
│   └── vmimport-kubevirt-hyperconverged.yaml
└── namespaces
├── default
│   └── crs
│   ├── datavolumes.cdi.kubevirt.io
│   │   └── 3e63b9ff-c24b-4162-b9e1-6e42cb01e8be-2000.yaml
│   ├── virtualmachineimports.v2v.kubevirt.io
│   │   ├── plan-plan1-vm-3345-c8b1.yaml
│   │   └── plan-plan1-vm-3345-4a81.yaml
│   └── virtualmachines.kubevirt.io
│   └── maufart-centos-1.yaml
├── ns1
│   └── crs
│   ├── datavolumes.cdi.kubevirt.io
│   │   └── 568a0215-d8cc-46ab-95dd-cf6cc7f62f6a-2000.yaml
│   ├── virtualmachineimports.v2v.kubevirt.io
│   │   └── plan-plan2-vm-3371-3304.yaml
│   └── virtualmachines.kubevirt.io
│   └── maufart-centos-2.yaml
├── ns3
│   └── crs
│   ├── datavolumes.cdi.kubevirt.io
│   │   ├── 33f20f14-7782-4288-a1d3-d22017c0793d-2000.yaml
│   │   └── 7f23b845-9d33-4a6c-814e-72d9cac45e39-2000.yaml
│   ├── virtualmachineimports.v2v.kubevirt.io
│   │   ├── plan-plan3-vm-3345-eb7f.yaml
│   │   └── plan-plan3-vm-3371-eb7f.yaml
│   └── virtualmachines.kubevirt.io
│   ├── maufart-centos-1.yaml
│   └── maufart-centos-2.yaml
├── openshift-cnv
│   ├── crs
│   │   ├── hyperconvergeds.hco.kubevirt.io
│   │   │   └── kubevirt-hyperconverged.yaml
│   │   ├── kubevirts.kubevirt.io
│   │   │   └── kubevirt-kubevirt-hyperconverged.yaml
│   │   └── ssps.ssp.kubevirt.io
│   │   └── ssp-kubevirt-hyperconverged.yaml
│   └── logs
│   ├── cdi-apiserver-759fc6d8b9-694zw
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-deployment-577ffdb8c8-r6r5x
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-operator-54b67f864b-nfcc8
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-uploadproxy-6d78bfc567-w2kms
│   │   ├── current.log
│   │   └── previous.log
│   ├── vm-import-controller-8958674d8-pdnrw
│   │   ├── current.log
│   │   └── previous.log
│   └── vm-import-operator-59464d7789-87tj7
│   ├── current.log
│   └── previous.log
└── openshift-migration
├── crs
│   ├── forkliftcontrollers.forklift.konveyor.io
│   │   └── forklift-controller.yaml
│   ├── migrations.forklift.konveyor.io
│   │   ├── plan1-1619080716615.yaml
│   │   ├── plan1-1619421140426.yaml
│   │   ├── plan2-1619768983474.yaml
│   │   └── plan3-1619770492288.yaml
│   ├── plans.forklift.konveyor.io
│   │   ├── plan1.yaml
│   │   ├── plan2.yaml
│   │   └── plan3.yaml
│   ├── providers.forklift.konveyor.io
│   │   ├── host.yaml
│   │   └── vcenter.yaml
│   └── provisioners.forklift.konveyor.io
│   ├── aws-ebs.yaml
│   ├── azure-disk.yaml
│   ├── azure-file.yaml
│   ├── cinder.yaml
│   ├── gce-pd.yaml
│   ├── hostpath-provisioner.yaml
│   ├── manila.yaml
│   ├── ocs-cephfs.yaml
│   ├── ocs-rbd.yaml
│   ├── rbd.yaml
│   └── vsphere-volume.yaml
└── logs
├── forklift-controller-87ccb8678-4srdt
│   ├── current.log
│   └── previous.log
├── forklift-operator-584bff646f-h6sm5
│   ├── current.log
│   └── previous.log
└── forklift-ui-7cf78c9775-fv5b6
├── current.log
└── previous.log
44 directories, 59 files
must-gather-ns1/
├── cluster-scoped-resources
│   ├── cdiconfigs.cdi.kubevirt.io
│   │   └── config.yaml
│   ├── cdis.cdi.kubevirt.io
│   │   └── cdi-kubevirt-hyperconverged.yaml
│   ├── networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io
│   │   └── cluster.yaml
│   └── vmimportconfigs.v2v.kubevirt.io
│   └── vmimport-kubevirt-hyperconverged.yaml
└── namespaces
├── ns1
│   └── crs
│   ├── datavolumes.cdi.kubevirt.io
│   │   └── 568a0215-d8cc-46ab-95dd-cf6cc7f62f6a-2000.yaml
│   ├── virtualmachineimports.v2v.kubevirt.io
│   │   └── plan-plan2-vm-3371-3304.yaml
│   └── virtualmachines.kubevirt.io
│   └── maufart-centos-2.yaml
├── openshift-cnv
│   └── logs
│   ├── cdi-apiserver-759fc6d8b9-694zw
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-deployment-577ffdb8c8-r6r5x
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-operator-54b67f864b-nfcc8
│   │   ├── current.log
│   │   └── previous.log
│   ├── cdi-uploadproxy-6d78bfc567-w2kms
│   │   ├── current.log
│   │   └── previous.log
│   ├── vm-import-controller-8958674d8-pdnrw
│   │   ├── current.log
│   │   └── previous.log
│   └── vm-import-operator-59464d7789-87tj7
│   ├── current.log
│   └── previous.log
└── openshift-migration
├── crs
│   ├── forkliftcontrollers.forklift.konveyor.io
│   │   └── forklift-controller.yaml
│   ├── migrations.forklift.konveyor.io
│   │   └── plan1-1619080716615.yaml
│   ├── plans.forklift.konveyor.io
│   │   └── plan1.yaml
│   ├── providers.forklift.konveyor.io
│   │   └── host.yaml
│   └── provisioners.forklift.konveyor.io
│   └── aws-ebs.yaml
└── logs
├── forklift-controller-87ccb8678-4srdt
│   ├── current.log
│   └── previous.log
├── forklift-operator-584bff646f-h6sm5
│   ├── current.log
│   └── previous.log
└── forklift-ui-7cf78c9775-fv5b6
├── current.log
└── previous.log
30 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment