← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1201594] Re: xenapi: BitTorrent seed fails to execute because popen is passed integer

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => havana-3

-- 
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/1201594

Title:
  xenapi: BitTorrent seed fails to execute because popen is passed
  integer

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The bittorrent seeder code is passing a list of arguments to
  `utils.make_process` which in turn passes those to popen. The
  semantics of `popen` is to only accept string arguments, so this
  causes a failure.

  The solution is to cast all of the arguments into a string before
  calling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1201594/+subscriptions