Lint: F821 undefined name 'pool'/'volume'
This class is actually entirely unused but is kept for consistency with the others. It may be used someday for something.
This commit is contained in:
parent
c3dfe2e381
commit
f5988ad53d
|
@ -343,7 +343,7 @@ class CephVolumeInstance(object):
|
|||
self.stats = json.loads(data)
|
||||
|
||||
class CephSnapshotInstance(object):
|
||||
def __init__(self, zk_conn, this_node, name):
|
||||
def __init__(self, zk_conn, this_node, pool, volume, name):
|
||||
self.zk_conn = zk_conn
|
||||
self.this_node = this_node
|
||||
self.pool = pool
|
||||
|
|
Loading…
Reference in New Issue