virt-install: Allow --disk target

Shouldn't be needed often, but just in case
This commit is contained in:
Cole Robinson 2013-10-02 20:15:49 -04:00
parent 27298c8a80
commit 475ec1252e

View File

@ -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: