[virt-tools-list] [virt-manager] [PATCHv2 0/2] Resolve issue with LXC filesystem

2017-06-19 Thread Radostin Stoyanov
To create "OS container" from qcow2 image we have to check on "Customise configuration before install." before we click Finish. Then under "Filesystem" when we have to set: Type to "File", Driver to "Nbd", Format to "qcow2" and click Apply. Unfortunately, if we follow these steps we will get erro

[virt-tools-list] [virt-manager] [PATCHv2 1/2] Keep the value of filesystem/source when attribute is changed

2017-06-19 Thread Radostin Stoyanov
When the attribute of filesystem/source is changed the old value was not assigned to the new attribute. --- tests/xmlparse-xml/change-filesystems-out.xml | 4 ++-- tests/xmlparse.py | 2 +- virtinst/devicefilesystem.py | 21 - 3 fi

[virt-tools-list] [virt-manager] [PATCHv2 2/2] Set default Filesystem type for LXC to "Mount"

2017-06-19 Thread Radostin Stoyanov
--- tests/cli-test-xml/compare/virt-install-fs-default.xml | 2 +- virtinst/devicefilesystem.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cli-test-xml/compare/virt-install-fs-default.xml b/tests/cli-test-xml/compare/virt-install-fs-de