mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
virt-install: Allow --disk target
Shouldn't be needed often, but just in case
This commit is contained in:
parent
27298c8a80
commit
475ec1252e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user