Greg Padgett has uploaded a new change for review.
Change subject: Don't ignore nfs_mount_options in vdsm.conf
......................................................................
Don't ignore nfs_mount_options in vdsm.conf
The nfs_mount_options configuration setting in vdsm.conf was ignored.
The options will now be processed, but options passed to VDSM from the
backend will take priority.
Change-Id: I3c1d13bfd98a9b41b9728bdcb7f01b3161c26bd8
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M vdsm/storage/fileUtils.py
M vdsm/storage/storageServer.py
2 files changed, 7 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/68/5368/1
--
To view, visit http://gerrit.ovirt.org/5368
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c1d13bfd98a9b41b9728bdcb7f01b3161c26bd8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Shu Ming has uploaded a new change for review.
Change subject: Fix the syntax error in the comment of createVolume()
......................................................................
Fix the syntax error in the comment of createVolume()
Change-Id: I7a025a5f18a7eff33b534146e4fd2b72222ce238
Signed-off-by: shu ming <shuming(a)linux.vnet.ibm.com>
---
M vdsm/storage/sp.py
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/5693/1
--
To view, visit http://gerrit.ovirt.org/5693
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a025a5f18a7eff33b534146e4fd2b72222ce238
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shu Ming <shuming(a)linux.vnet.ibm.com>
Federico Simoncelli has uploaded a new change for review.
Change subject: Automatic reconnection to the Storage Pool
......................................................................
Automatic reconnection to the Storage Pool
Don't check if the pool directory is present to reconnect to the pool
(_connectStoragePool), in fact the pool directory was removed few lines
before by __cleanStorageRepository.
Signed-off-by: Federico Simoncelli <fsimonce(a)redhat.com>
Change-Id: I682a12deff90dd78bb31b7368c003796ed241cd9
---
M vdsm/storage/hsm.py
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/4516/1
--
To view, visit http://gerrit.ovirt.org/4516
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I682a12deff90dd78bb31b7368c003796ed241cd9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
Shahar Havivi has uploaded a new change for review.
Change subject: cancel migration: remove event sync
......................................................................
cancel migration: remove event sync
no need to sync if we are before migrateToURI2(),
libvirt handle that well...
Change-Id: I0f226e3376b95b64b015885715c0db32eecc5c63
---
M vdsm/libvirtvm.py
M vdsm/vm.py
2 files changed, 5 insertions(+), 10 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/33/2533/1
--
To view, visit http://gerrit.ovirt.org/2533
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f226e3376b95b64b015885715c0db32eecc5c63
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shavivi(a)redhat.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: port mirroring requires a newer kernel
......................................................................
port mirroring requires a newer kernel
It may be unsafe to use port mirroring due to kernel bug
https://bugzilla.redhat.com/show_bug.cgi?id=846585
Please do not push this patch before kernel-2.6.32-301 is available in
el6, and kernel-3.6 is available in Fedora.
Change-Id: If689c1bf846465044403757408cefc35adde6053
Signed-off-by: Dan Kenigsberg <danken(a)redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/7642/1
diff --git a/vdsm.spec.in b/vdsm.spec.in
index 0d1b195..2b8876a 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -59,7 +59,7 @@
Requires: iscsi-initiator-utils >= 6.2.0.872-15
Requires: device-mapper-multipath >= 0.4.9-52
Requires: e2fsprogs >= 1.41.12-11
-Requires: kernel >= 2.6.32-265
+Requires: kernel >= 2.6.32-301
Requires: sanlock >= 2.3-3, sanlock-python
%else
# Subprocess and thread bug was found on python 2.7.2
@@ -72,7 +72,7 @@
Requires: iscsi-initiator-utils >= 6.2.0.872-14
Requires: device-mapper-multipath >= 0.4.9-18
Requires: e2fsprogs >= 1.41.14
-Requires: kernel >= 3.4
+Requires: kernel >= 3.6
Requires: sanlock >= 2.4-2, sanlock-python
Requires: sed >= 4.2.1-10
%endif
--
To view, visit http://gerrit.ovirt.org/7642
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If689c1bf846465044403757408cefc35adde6053
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Bing Bu Cao has uploaded a new change for review.
Change subject: Fixing pep8 in vdsm/hooks.py
......................................................................
Fixing pep8 in vdsm/hooks.py
Change-Id: I79717299c1b75df3ff1f429648f8d1dd225f0d70
Signed-off-by: Cao,Bing Bu <mars(a)linux.vnet.ibm.com>
---
M Makefile.am
M vdsm/hooks.py
2 files changed, 42 insertions(+), 9 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/4537/1
--
To view, visit http://gerrit.ovirt.org/4537
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I79717299c1b75df3ff1f429648f8d1dd225f0d70
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bing Bu Cao <mars(a)linux.vnet.ibm.com>