virtuozzo driver: missing context in create_cloned_volume call
Bug #1875953 reported by
Brian Rosmaita
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Low
|
Brian Rosmaita |
Bug Description
This was detected by pylint.
cinder/
return super(VZStorage
The superclass signature is:
def _create_
and at some point during the function, context.elevated() is called. So this is an accident waiting to happen.
Changed in cinder: | |
milestone: | none → victoria-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/724407
Review: https:/