We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83574f7 commit 3e6ca7dCopy full SHA for 3e6ca7d
nova/virt/libvirt/driver.py
@@ -278,7 +278,7 @@ def repr_method(self):
278
# Mediated devices support
279
MIN_LIBVIRT_MDEV_SUPPORT = (3, 4, 0)
280
281
-# libvirt>=3.10 is required for volume multiattach if qemu<2.10.
+# libvirt>=3.10 is required for volume multiattach unless qemu<2.10.
282
# See https://bugzilla.redhat.com/show_bug.cgi?id=1378242
283
# for details.
284
MIN_LIBVIRT_MULTIATTACH = (3, 10, 0)
0 commit comments