CI: manila-tempest-dsvm-postgres-container job is failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Goutham Pacha Ravi |
Bug Description
Description
===========
manila-
This is a legacy Zuulv3 job that sets up manila with the Container driver (creating filesystems on the host and exporting them via CIFS from the Samba server running inside a docker container).
Steps to reproduce
==================
To locally reproduce the issue, create a devstack with the container driver with the master branch of manila and create a share on a share network. Check the share service logs, share server provisioning fails, which leads to the share creation failing.
The server creation fails while executing:
sudo manila-rootwrap /etc/manila/
on the host running the manila-share service
Expected result
===============
share creation succeeds
Actual result
=============
share creation fails
Environment
===========
1. Manila master branch (Victoria development cycle) on Ubuntu 18.04 LTS
2. Which storage backend did you use?
Container driver
3. Which networking type did you use?
Neutron with OpenVSwitch
Logs & Configs
==============
Error in manila's share manager service logs: http://
Full log file is attached to the bug report
Changed in manila: | |
milestone: | none → victoria-1 |
importance: | Undecided → High |
We were relying on Devstack installing the package "bridge_utils". This was removed from DevStack via: https:/ /review. opendev. org/#/c/ 724443/