upgrades-migrations / redhat-upgrade-tool

Upgrades Red Hat Enterprise Linux from one major version to a newer one. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v2.0
15 stars 17 forks source link

redhat-upgrade-tool --clean throws a traceback #44

Closed pkotvan closed 6 years ago

pkotvan commented 6 years ago

This issue is related to pull request #42. Setup: RHEL-6.10 / x86_64 / Server / Minimal package set

Upgrade: redhat-upgrade-tool --network 7.5 --instrepo \<URL> --snapshot-root-lv vg_rhel600/LogVol01

The upgrade was successful. After the upgrade I booted to RHEL-7 and tried to execute: redhat-upgrade-tool --clean

The command failed with the follwoing traceback:

# redhat-upgrade-tool --clean
Traceback (most recent call last):
  File "/bin/redhat-upgrade-tool", line 346, in <module>
    main(args)
  File "/bin/redhat-upgrade-tool", line 117, in main
    do_cleanup(args)
  File "/usr/lib/python2.7/site-packages/redhat_upgrade_tool/commandline.py", line 232, in do_cleanup
    for cert in filvgs
t-lv vg_rhel600/LogVol01kkl/released/RHEL-7/7.5/Server/x86_64/os/ --snapshot-root
pirat89 commented 6 years ago

This is error of rhelup in master branch which we do not plan to fix as only rhelup that has some development is in the rhel-6 branch.