Files should be deleted if package removed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Alexander Tsamutali | ||
Mitaka |
Fix Released
|
High
|
Igor Yozhikov |
Bug Description
Detailed bug description:
[1]
[root@fuel ~]# rpm -ql fuel-nailgun | grep cluster_upgrade
[root@fuel ~]#
[root@fuel ~]# ls /usr/lib/
alembic_migrations objects tests
[root@fuel ~]# rpm -qf /usr/lib/
file /usr/lib/
Steps to reproduce:
*install 8.0 (may be 7.0) fuel
*deploy cluster
*prepare octane archives
*install 9.0:
[root@fuel ~]# dd if=/dev/zero of=/dev/vda count=9999 ; sync
virsh reset fuel89_admin;
virsh change-media fuel89_admin sdb --eject;
virsh change-media fuel89_admin sdb --insert /home/tester/
*setup fuelmenu (vnc)
*update master node:
cat > /etc/yum.
[temporary-0]
name=temporary-0
baseurl=http://
gpgcheck=0
yum update -y
bootstrap_
*check files/packets [1]
Expected results:
<put your information here>
Actual result:
<put your information here>
Reproducibility:
<put your information here>
Workaround:
<put your information here>
Impact:
<put your information here>
Description of the environment:
Operation system: <put your information here>
Versions of components: <put your information here>
Reference architecture: <put your information here>
Network model: <put your information here>
Related projects installed: <put your information here>
Additional information:
[root@fuel ~]# yum list fuel-nailgun
Installed Packages
fuel-nailgun.noarch 9.0.0-1.mos8756 @temporary-0
[root@fuel ~]# cat /var/log/yum.log | grep fuel-nailgun
Aug 19 09:21:12 Installed: fuel-nailgun-
Aug 19 09:39:26 Updated: fuel-nailgun-
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Undecided → Medium |
assignee: | nobody → Fuel Sustaining (fuel-sustaining-team) |
milestone: | none → 10.0 |
Changed in fuel: | |
assignee: | Fuel Sustaining (fuel-sustaining-team) → Fuel build team (fuel-build) |
Changed in fuel: | |
assignee: | MOS Packaging Team (mos-packaging) → Alexander Tsamutali (astsmtl) |
Changed in fuel: | |
status: | New → Confirmed |
tags: | added: area-packaging |
Changed in fuel: | |
status: | Confirmed → Fix Released |
Changed in fuel: | |
status: | Fix Released → In Progress |
tags: | added: on-verification |
Such behavior of the fuel-nailgun package can lead to some problems during the upgrade from 9.0 to 9.1 of the Fuel Master node because the package does not remove some of installed files.