Dan Kenigsberg has uploaded a new change for review.
Change subject: do not croak on mountpoint with space and digit
......................................................................
do not croak on mountpoint with space and digit
A mountpoint with ' 09' just gave me
Change-Id: I33997893320041648187c56e8500348a6850fdfe
return _RE_ESCAPE.sub(lambda s: chr(int(s.group()[1:], 8)), path)
ValueError: invalid literal for int() with base 8: '04009'
---
M vdsm/storage/mount.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/68/2068/1
--
To view, visit http://gerrit.ovirt.org/2068
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33997893320041648187c56e8500348a6850fdfe
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: BZ#729251 vds_bootstrap: drop dead netconsole/vdcrepo code
......................................................................
BZ#729251 vds_bootstrap: drop dead netconsole/vdcrepo code
When http://gerrit.ovirt.org/1848 and http://gerrit.ovirt.org/1689 are taken
into Engine, -u and -n options to vds_bootrap would never be passed.
Remove this dead code.
Change-Id: I528103d344b2a9d0bee87e3c68e32b2d67ab439a
---
M vds_bootstrap/vds_bootstrap.py
M vdsm.spec.in
2 files changed, 9 insertions(+), 38 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/31/1931/1
--
To view, visit http://gerrit.ovirt.org/1931
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I528103d344b2a9d0bee87e3c68e32b2d67ab439a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Hello Saggi Mizrahi, Dan Kenigsberg,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/2185
to review the following change.
Change subject: Added blkid tool into constants.
......................................................................
Added blkid tool into constants.
blkid tool is used to get block device attributes
Change-Id: Ia9ad51df4f4b98e2aff5db1d9c02512045977a60
Signed-off-by: Bala.FA <barumuga(a)redhat.com>
---
M configure.ac
M vdsm/constants.py.in
M vdsm/sudoers.vdsm.in
3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/2185/1
--
To view, visit http://gerrit.ovirt.org/2185
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9ad51df4f4b98e2aff5db1d9c02512045977a60
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bala.FA <barumuga(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi(a)redhat.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: dumpStorageTable: search deeper for vms list
......................................................................
dumpStorageTable: search deeper for vms list
Change-Id: I264ece45f42e0707070efb26a651cb492840c552
---
M vdsm/dumpStorageTable.py.in
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/2427/1
--
To view, visit http://gerrit.ovirt.org/2427
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I264ece45f42e0707070efb26a651cb492840c552
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Federico Simoncelli has uploaded a new change for review.
Change subject: Add the device type in the snapshot dictionary
......................................................................
Add the device type in the snapshot dictionary
Since commit 3c1dad8 (Fix vdsm disks ops for the new API) it is required
to pass the device type to prepareVolumePath.
Change-Id: I33b8cdafb2bc092dcb7554446fd6d55a2ce41cb3
---
M vdsm/libvirtvm.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/2437/1
--
To view, visit http://gerrit.ovirt.org/2437
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33b8cdafb2bc092dcb7554446fd6d55a2ce41cb3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
Roi Dayan has uploaded a new change for review.
Change subject: fixed iscsi discovery and added iSER transport support
......................................................................
fixed iscsi discovery and added iSER transport support
Change-Id: Ie932ecd4b382aa99ef1bb20882ea44291ba39f47
---
M vdsm/config.py.in
M vdsm/storage/iscsi.py
2 files changed, 41 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/1350/1
--
To view, visit http://gerrit.ovirt.org/1350
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie932ecd4b382aa99ef1bb20882ea44291ba39f47
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Roi Dayan <roi.dayan(a)gmail.com>
Gal Hammer has uploaded a new change for review.
Change subject: A new method to read from VMs' channels.
......................................................................
A new method to read from VMs' channels.
Replaced having a thread-per-VM that monitor and read from the
VM's virtual channel with a 1-thread listener that handle all
VMs' channels.
Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
---
M vdsm.spec.in
M vdsm/Makefile.am
M vdsm/clientIF.py
M vdsm/guestIF.py
M vdsm/libvirtvm.py
A vdsm/vmChannels.py
6 files changed, 164 insertions(+), 69 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/69/869/1
--
To view, visit http://gerrit.ovirt.org/869
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Gal Hammer <ghammer(a)redhat.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: [WIP] The begining of the new API
......................................................................
[WIP] The begining of the new API
Change-Id: If2c15799a83e7b3f39d12c2aa7c91f321156e663
---
M vdsm/storage/hsm.py
1 file changed, 30 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/95/1695/1
--
To view, visit http://gerrit.ovirt.org/1695
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2c15799a83e7b3f39d12c2aa7c91f321156e663
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>