storage: insert missing NotImplementedError in Volume.stop()
This commit is contained in:
parent
266d90c2f9
commit
44ca78523f
@ -274,6 +274,7 @@ class Volume:
|
|||||||
This include committing data if :py:attr:`save_on_stop` is set.
|
This include committing data if :py:attr:`save_on_stop` is set.
|
||||||
|
|
||||||
This can be implemented as a coroutine.'''
|
This can be implemented as a coroutine.'''
|
||||||
|
raise self._not_implemented("stop")
|
||||||
|
|
||||||
def verify(self):
|
def verify(self):
|
||||||
''' Verifies the volume.
|
''' Verifies the volume.
|
||||||
|
Loading…
Reference in New Issue
Block a user