[virt-tools-list] [PATCH virt-manager] cli: Add --disk driver.copy_on_read=on option

Cole Robinson crobinso at redhat.com
Mon Jun 11 16:14:25 UTC 2018


On 06/07/2018 10:45 AM, Anya Harter wrote:
> This maps to disk XML like:
> 
>     <disk>
>       <driver copy_on_read='on'/>
>     </disk>
> 
> Signed-off-by: Anya Harter <aharter at redhat.com>
> ---
>  tests/cli-test-xml/compare/virt-install-many-devices.xml | 1 +
>  tests/clitest.py                                         | 2 +-
>  virtinst/cli.py                                          | 1 +
>  virtinst/devices/disk.py                                 | 2 ++
>  4 files changed, 5 insertions(+), 1 deletion(-)
> 

Thanks, fixed this pycodestyle error and pushed:

virtinst/cli.py:2120: [E231] missing whitespace after ','

- Cole




More information about the virt-tools-list mailing list