We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276e1e4 commit 1f39b32Copy full SHA for 1f39b32
drivers/udevSR.py
@@ -153,6 +153,10 @@ def load(self, location) -> None:
153
self.utilisation = 0
154
self.label = self.path
155
self.sm_config = {}
156
+ self.vdi_type = "phy" # We give phy but there is a special case in blktap2.py:VDI.tap_wanted() for udevSR
157
+ self.image_format = "raw"
158
+ self.sm_config["image-format"] = self.image_format
159
+
160
try:
161
s = os.stat(self.path)
162
self.deleted = False
0 commit comments