nova-rootwrap isn't used to run privsep command
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Ivan Berezovskiy |
Bug Description
Custom system test [1] failed at OSTF phase on tests where volumes were involved. Looking into logs and env we found that it's because 'privsep' command failed to run, because of lack of permissions for nova user:
---
/var/log/
---
---
/var/log/
---
---
/var/log/
---
Adding section privsep_osbrick (see below) to /etc/nova/nova.conf and restarting nova-compute service on every compute node fixed the issue:
---
[privsep_osbrick]
helper_command=sudo nova-rootwrap /etc/nova/
---
[1] https:/
summary: |
- nova-rootwrap isn't able to run permsep command + nova-rootwrap isn't able to run privsep command |
description: | updated |
Changed in fuel: | |
status: | New → In Progress |
Changed in fuel: | |
milestone: | none → 10.0 |
Changed in fuel: | |
assignee: | Ivan Berezovskiy (iberezovskiy) → Vladimir Kuklin (vkuklin) |
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Ivan Berezovskiy (iberezovskiy) |
It looks like the same should be done for cinder.conf, at least there are two similar commits in devstack [1], [2]
[1] https:/ /review. openstack. org/#/c/ 277696/ /review. openstack. org/#/c/ 280031/
[2] https:/