From 475ec1252ea5929daccb5959e59ec0ff759fc0d9 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 2 Oct 2013 20:15:49 -0400 Subject: [PATCH] virt-install: Allow --disk target Shouldn't be needed often, but just in case --- virtinst/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtinst/cli.py b/virtinst/cli.py index 86b194252..573f3269a 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -1461,6 +1461,7 @@ def parse_disk(guest, optstr, dev=None, validate=True): set_param("driver_io", "io") set_param("error_policy", "error_policy") set_param("serial", "serial") + set_param("target", "target") _check_leftover_opts(opts) if validate: