Description of problem:
When trying to delete a 3PAR volume, sginfo is called from nova but is not installed. sg3_utils must be manually installed. Would it be possible to add it has a package dependency in openstack-nova?
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Attach a volume
2. Try to detach it
3.
Actual results:
Wont detach because sginfo is missing
Expected results:
Should detach
Additional info:
(In reply to Alan Pevec from comment #6)
> While at it, please check if all binaries in rootwrap filters are covered by
> Requires: in spec.
Thanks Alan, just to document in the bug that this has been done in the change below.
Add dependencies for sg3_utils and sysfsutils to nova-compute
https://review.gerrithub.io/#/c/254215/