The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6816

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 585df7b2ec6ef1c7425885fe5b05c8ab3acd88e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Thu, 30 Jan 2020 12:31:13 -0500
Subject: [PATCH] lxd/vm: Fix bad bus name on ppc64el
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 lxd/instance/drivers/driver_qemu_templates.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxd/instance/drivers/driver_qemu_templates.go 
b/lxd/instance/drivers/driver_qemu_templates.go
index 030432c35c..a70130f8aa 100644
--- a/lxd/instance/drivers/driver_qemu_templates.go
+++ b/lxd/instance/drivers/driver_qemu_templates.go
@@ -64,7 +64,7 @@ addr = "0x2"
 [device "qemu_scsi"]
 driver = "virtio-scsi-pci"
 {{if eq .architecture "ppc64le" -}}
-bus = pci.0
+bus = "pci.0"
 addr = "0x2"
 {{else -}}
 bus = "qemu_pcie1"
@@ -84,7 +84,7 @@ addr = "0x2.0x1"
 [device "qemu_ballon"]
 driver = "virtio-balloon-pci"
 {{if eq .architecture "ppc64le" -}}
-bus = pci.0
+bus = "pci.0"
 addr = "0x2.0x1"
 {{else -}}
 bus = "qemu_pcie2"
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to