yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67436
[Bug 1716718] [NEW] chown commands failing (no rootwrap filter)
Public bug reported:
Description
============
https://review.openstack.org/#/c/471972/31/etc/nova/rootwrap.d/compute.filters
The above changed removed the chown rootwrap filter. However the
temporary_chown method in nova.utils is still calling
execute('chown',...) which is failing. This needs to be converted to use
the new nova.privsep.dac_admin chown method.
Environment
===========
Openstack version: master
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1716718
Title:
chown commands failing (no rootwrap filter)
Status in OpenStack Compute (nova):
New
Bug description:
Description
============
https://review.openstack.org/#/c/471972/31/etc/nova/rootwrap.d/compute.filters
The above changed removed the chown rootwrap filter. However the
temporary_chown method in nova.utils is still calling
execute('chown',...) which is failing. This needs to be converted to
use the new nova.privsep.dac_admin chown method.
Environment
===========
Openstack version: master
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1716718/+subscriptions
Follow ups