nova_compute mount nfs backend every time when vm was launched
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
In Progress
|
Medium
|
Radosław Piliszek |
Bug Description
I use nova compute with the cinder nfs backend, and each time I run a new instance, or restart nova_compute container, the nfs resource is mounted again even if it's already mounted.
root@compute-1:~# mount | grep nfs | wc -l
67
root@compute-1:~# docker restart nova_compute
nova_compute
root@compute-1:~# mount | grep nfs | wc -l
131
root@compute-1:~# docker restart nova_compute
nova_compute
root@compute-1:~# mount | grep nfs | wc -l
259
root@compute-1:~# docker restart nova_compute
nova_compute
root@compute-1:~# mount | grep nfs | wc -l
515
I tried to reproduce the problem on devstack, but everything looks fine here, so I think it is a problem with a kolla
I am using stable/queens release with ubuntu-source images, but with centos-source we had the same problem.
Changed in kolla: | |
status: | Expired → New |
Changed in kolla: | |
status: | Expired → Confirmed |
importance: | Undecided → Medium |
Changed in kolla: | |
assignee: | nobody → Radosław Piliszek (yoctozepto) |
Changed in kolla-ansible: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
no longer affects: | kolla |
Changed in kolla-ansible: | |
assignee: | nobody → Radosław Piliszek (yoctozepto) |
information type: | Public → Public Security |
information type: | Public Security → Public |
Is it still a bug? Can you reproduce it with latest kolla-ansible/kolla code?