mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove comment from loopbackvolume
This commit is contained in:
parent
f632e5efce
commit
0a7d97a53a
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ from common.tools import log_check_call
|
||||||
from base.fs.exceptions import VolumeError
|
from base.fs.exceptions import VolumeError
|
||||||
|
|
||||||
|
|
||||||
# QEMU formats:
|
|
||||||
# raw, host_device, qcow2, qcow, cow, vdi, vmdk, vpc, cloop
|
|
||||||
|
|
||||||
|
|
||||||
class LoopbackVolume(Volume):
|
class LoopbackVolume(Volume):
|
||||||
|
|
||||||
events = [{'name': 'create', 'src': 'nonexistent', 'dst': 'detached'},
|
events = [{'name': 'create', 'src': 'nonexistent', 'dst': 'detached'},
|
||||||
|
|
Loading…
Add table
Reference in a new issue