Skip to content

Commit 3e6ca7d

Browse files
committed
comment correction for libvirt multiattach
The libvirt driver had a significant error in a comment, incorrectly describing qemu/libvirt version interaction for volume multiattach. This corrects that, bringing it in line with the implementation [1]. [1] https://github.com/openstack/nova/blob/bea1b971789e2ca1778a1285fcfd7704e22b1d6c/nova/virt/libvirt/driver.py#L578-L589 Change-Id: I3faade7cb769b3abee284900582542bb1f28897a
1 parent 83574f7 commit 3e6ca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/virt/libvirt/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def repr_method(self):
278278
# Mediated devices support
279279
MIN_LIBVIRT_MDEV_SUPPORT = (3, 4, 0)
280280

281-
# libvirt>=3.10 is required for volume multiattach if qemu<2.10.
281+
# libvirt>=3.10 is required for volume multiattach unless qemu<2.10.
282282
# See https://bugzilla.redhat.com/show_bug.cgi?id=1378242
283283
# for details.
284284
MIN_LIBVIRT_MULTIATTACH = (3, 10, 0)

0 commit comments

Comments
 (0)