[virt-tools-list] [virt-manager] [PATCH 0/9] Integration of virt-bootstrap

Radostin Stoyanov rstoyanov1 at gmail.com
Thu Jun 22 14:53:57 UTC 2017


Hi all,


These series of patches aim to integrate virt-bootstrap with virt-manager.
The goal is to replace the current message:

"The OS directory tree must already exist. Creating an OS directory tree
is not yet supported"

with functionality which allows the user to easy bootstrap root file system
from container image.

I would like to ask for feedback/suggestions on what could be improved.

This is a short screen recording which demonstrates these changes:
https://www.youtube.com/watch?v=-OlazoOSKYo

They are availble as a fork of virt-manager:
https://github.com/rst0git/virt-manager/


Kind Regards,
Radostin

Commits (9):
  ui: create: Adjust UI to add support for OS tree creation
  gschema: Store source URIs for container bootstrap
  create: Refactor OS container to enable bootstrap
  create: Call virt-bootstrap asynchronously
  create: Populate previous bootstrap source URLs
  ui: asyncjob: Add "Details" expander
  ui: asyncjob: Align Cancel button at bottom-right
  asyncjob: Add enable/update details methods
  create: Show state/details of container bootstrap

 data/org.virt-manager.virt-manager.gschema.xml |   6 +
 ui/asyncjob.ui                                 |  46 ++++--
 ui/create.ui                                   | 185 ++++++++++++++++++++++++-
 virtManager/asyncjob.py                        |  15 ++
 virtManager/config.py                          |   4 +
 virtManager/create.py                          | 175 +++++++++++++++++++++--
 6 files changed, 408 insertions(+), 23 deletions(-)

-- 
2.9.4




More information about the virt-tools-list mailing list