← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1716718] Re: chown commands failing (no rootwrap filter)

 

Reviewed:  https://review.openstack.org/503079
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=39c2cceb75265ddf67822ca40d2d69d2e27e3a91
Submitter: Jenkins
Branch:    master

commit 39c2cceb75265ddf67822ca40d2d69d2e27e3a91
Author: Michael Still <mikal@xxxxxxxxxxx>
Date:   Wed Sep 13 03:07:36 2017 +1000

    Fix missed chown call
    
    When privsep'ing chown calls, this one was missed. Fix that.
    
    I think this entire method should go away, but it will break at least
    one of out tree driver. I'm talking to the powervm guys about a way
    forward there.
    
    Change-Id: I8a9bda36728896e60b13c32afda0a7130664cb7b
    Closes-Bug: #1716718


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References