Peter V. Saveliev has uploaded a new change for review.
Change subject: migrateStatus() progress report
......................................................................
migrateStatus() progress report
The percentage is based on libvirt dataTotal and dataProcessed
fields of the virDomainJobInfo struct
Signed-off-by: Peter V. Saveliev <peet(a)redhat.com>
Change-Id: I3ff00e85c88e865cd81697d427d6bd5473e0f79e
---
M vdsm/vm.py
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/24/6824/1
--
To view, visit http://gerrit.ovirt.org/6824
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ff00e85c88e865cd81697d427d6bd5473e0f79e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Peter V. Saveliev <peet(a)redhat.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: Expose a custom property for tunnelled migration of a VM
......................................................................
Expose a custom property for tunnelled migration of a VM
Change-Id: Id713b455db4f9bf437720b64c92bba9377cd89ae
---
M vdsm/libvirtvm.py
1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/51/2551/1
--
To view, visit http://gerrit.ovirt.org/2551
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id713b455db4f9bf437720b64c92bba9377cd89ae
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Deepak C Shetty has uploaded a new change for review.
Change subject: [RFC] Support for GLUSTERFS_DOMAIN
......................................................................
[RFC] Support for GLUSTERFS_DOMAIN
This patch introduces a new storage domain of type
GLUSTERFS_DOMAIN, which uses gluster as the storage backend.
In GLUSTERFS_DOMAIN, vdsm creates the storage domain by mounting
the gluster volume (akin to nfs mounting export path). VMs
created using this domain exploit the QEMU's gluster block
backend. Instead of accessing the vmdisk as a file path, it
accesses the vmdisk as a network disk device, served by gluster
server/volume.
This patch attempts to re-use nfsSD core logic to support
domain of type GLUSTERFS_DOMAIN.
Also has some changes to pass pep8 checks
Change-Id: I9ac37da88625f20d148beaf53bb6371c15b33ad7
Signed-off-by: Deepak C Shetty <deepakcs(a)linux.vnet.ibm.com>
---
M vdsm.spec.in
M vdsm/API.py
M vdsm/BindingXMLRPC.py
M vdsm/libvirtvm.py
M vdsm/storage/Makefile.am
M vdsm/storage/fileSD.py
A vdsm/storage/glusterVolume.py
M vdsm/storage/hsm.py
M vdsm/storage/nfsSD.py
M vdsm/storage/sd.py
M vdsm/storage/volume.py
M vdsm/vm.py
12 files changed, 124 insertions(+), 34 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/6856/1
--
To view, visit http://gerrit.ovirt.org/6856
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ac37da88625f20d148beaf53bb6371c15b33ad7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Deepak C Shetty <deepakcs(a)linux.vnet.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: pylint:vdsm/*.py cast output to str() for .strip()/splitlines()
......................................................................
pylint:vdsm/*.py cast output to str() for .strip()/splitlines()
************* Module caps
E:187,35:osversion: Instance of 'list' has no 'splitlines' member (but some types could not be inferred
************* Module configNetwork
E: 68,7:ifdown: Instance of 'list' has no 'strip' member (but some types could not be inferred)
E: 70,7:ifdown: Instance of 'list' has no 'strip' member (but some types could not be inferred)
E: 71,49:ifdown: Instance of 'list' has no 'splitlines' member (but some types could not be inferred)
E: 80,7:ifup: Instance of 'list' has no 'strip' member (but some types could not be inferred)
E: 82,7:ifup: Instance of 'list' has no 'strip' member (but some types could not be inferred)
************* Module netinfo
E: 45,23:nics: Instance of '_Chainmap' has no 'split' member (but some types could not be inferred)
E:137,22:ifconfig: Instance of 'list' has no 'split' member (but some types could not be inferred)
************* Module utils
E:681,42:getHostUUID: Instance of 'list' has no 'splitlines' member (but some types could not be inferred)
wrapper command and config output with str() to help pylint.
Change-Id: Iae2c0ece02d5e41e0080bf41c0d9ea3544965274
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm/caps.py
M vdsm/configNetwork.py
M vdsm/netinfo.py
M vdsm/utils.py
4 files changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/44/3444/1
--
To view, visit http://gerrit.ovirt.org/3444
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae2c0ece02d5e41e0080bf41c0d9ea3544965274
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Remove rhev strings from vdsm_hooks directory and scripts
......................................................................
Remove rhev strings from vdsm_hooks directory and scripts
Change-Id: I3a6012529af0e81e9c4163db33fa02a046c42920
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm_hooks/README
M vdsm_hooks/persist-vdsm-hooks.in
M vdsm_hooks/sriov/README
M vdsm_hooks/unpersist-vdsm-hook
4 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/3293/1
--
To view, visit http://gerrit.ovirt.org/3293
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a6012529af0e81e9c4163db33fa02a046c42920
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Remove rhev/rhevm from vdsm_reg
......................................................................
Remove rhev/rhevm from vdsm_reg
Change-Id: I5366b674c88a75243ef701e94f4adbcb1d2e48b5
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm_reg/deployUtil.py.in
M vdsm_reg/engine.py
M vdsm_reg/vdsm-complete
M vdsm_reg/vdsm-config
M vdsm_reg/vdsm-gen-cert
M vdsm_reg/vdsm-reg-cmdline
M vdsm_reg/vdsm-reg-setup.in
M vdsm_reg/vdsm-reg.8
M vdsm_reg/vdsm-reg.conf.in
M vdsm_reg/vdsm-upgrade
10 files changed, 90 insertions(+), 90 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/92/3292/1
--
To view, visit http://gerrit.ovirt.org/3292
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5366b674c88a75243ef701e94f4adbcb1d2e48b5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Move libvirt username into config
......................................................................
Move libvirt username into config
Removed hardcoded username string from specfile and source
Created a new 'auth' config section in config.py.in
- define a new variable 'libvirt_user'
Update configure.ac to contain a default value without 'rhev' in the name
Update libvirtconnection.py to use the configuration variable
Change-Id: Ibacef5ab3c1a6320086bf6d5c694ec060a6b7bbe
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M configure.ac
M vdsm.spec.in
M vdsm/config.py.in
M vdsm/libvirtconnection.py
4 files changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/3291/1
--
To view, visit http://gerrit.ovirt.org/3291
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibacef5ab3c1a6320086bf6d5c694ec060a6b7bbe
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>