Igor Lvovsky has uploaded a new change for review.
Change subject: BZ#844347 - Prepare conf files for all interfaces before ifup
......................................................................
BZ#844347 - Prepare conf files for all interfaces before ifup
Change-Id: I0ec769e371e01eed240d806d1343661cbe574ca5
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 21 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/6826/1
--
To view, visit http://gerrit.ovirt.org/6826
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ec769e371e01eed240d806d1343661cbe574ca5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: Don't set BRIDGE in nic's conf files if it part of the bond
......................................................................
Don't set BRIDGE in nic's conf files if it part of the bond
Change-Id: Idd6eead286fe4ec00a668c75c4de4ab8b0521605
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/6825/1
--
To view, visit http://gerrit.ovirt.org/6825
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd6eead286fe4ec00a668c75c4de4ab8b0521605
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: Related to BZ#844347 - Keep bond mode after change network on top of it
......................................................................
Related to BZ#844347 - Keep bond mode after change network on top of it
Assume we have a bond with mode X and network on it. Now we want to remove this network
and add another one.
In this case setupNetwork will get a new network but not a bond info.
We need to take bond info from the host and keep it during network addition
Change-Id: Idac51ecbef9d11f31e9bd962d3aefbde34e3fb54
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/6805/1
--
To view, visit http://gerrit.ovirt.org/6805
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idac51ecbef9d11f31e9bd962d3aefbde34e3fb54
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: report network's underlying device as "iface"
......................................................................
report network's underlying device as "iface"
ovirt-engine-3.1 expects to see "interface" for bridgeless networks, and
only for them. A recent patch http://gerrit.ovirt.org/6644 started
reporting "interface" for bridged networks, too. Which broke Engine.
I consider this an Engine bug (it should have relied on the "bridged"
attribute to decide if a network is bridged or not), but this cannot be
changed on the Engine side so near to the ovirt-3.1 release.
This patch reports "iface" for all networks, keeping "interface" only
for bridgeless networks, for ovirt-3.1 backward compatibility.
With this new API nit, we report a new cluster level 3.2.
Change-Id: Ibc8a5b8c66ecbb5cfd6378db358e38375b16c54c
Signed-off-by: Dan Kenigsberg <danken(a)redhat.com>
---
M vdsm/netinfo.py
1 file changed, 14 insertions(+), 9 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/06/6806/1
--
To view, visit http://gerrit.ovirt.org/6806
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc8a5b8c66ecbb5cfd6378db358e38375b16c54c
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: BZ#844294 Add requiresMailbox to StorageDomain
......................................................................
BZ#844294 Add requiresMailbox to StorageDomain
Since commit 942c2dc the storage domain objects are all DomainProxy
instances, but the method StoragePool.__createMailboxMonitor was still
relying on identifying the object type to activate the HSM mailbox.
Signed-off-by: Federico Simoncelli <fsimonce(a)redhat.com>
Change-Id: If26f06102b2ca54ee6fdb2cd617302b0b1ccbea7
---
M vdsm/storage/blockSD.py
M vdsm/storage/sd.py
M vdsm/storage/sp.py
3 files changed, 14 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/6754/1
--
To view, visit http://gerrit.ovirt.org/6754
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If26f06102b2ca54ee6fdb2cd617302b0b1ccbea7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: register-to-engine: remove duplicate code
......................................................................
register-to-engine: remove duplicate code
commit 9ee977d9e7edc688ae81db752041a05085f30cb2 moved
isHostReachable() to vdsm/netinfo.py for others parts of code use it.
This patch will remove isHostReachable() from register-to-engine
and update all calls to netinfo.isHostReachable()
Change-Id: Ifd898dcde7077508ce1a8e63f39836c6b7956684
Signed-off-by: Douglas Schilling Landgraf <dougsland(a)redhat.com>
---
M vdsm_reg/register-to-engine.py
1 file changed, 3 insertions(+), 19 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/6253/1
--
To view, visit http://gerrit.ovirt.org/6253
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd898dcde7077508ce1a8e63f39836c6b7956684
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland(a)redhat.com>
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: utils: rmFile() should be able to rm files on Node
......................................................................
utils: rmFile() should be able to rm files on Node
Currently rmFile() doesn't remove file persisted in oVirt Node.
This patch will add this functionality.
Change-Id: I6e9b00ee4a38ebe7d5011e36bd9d3f7362cf26cd
Signed-off-by: Douglas Schilling Landgraf <dougsland(a)redhat.com>
---
M vdsm/utils.py
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/34/6634/1
--
To view, visit http://gerrit.ovirt.org/6634
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e9b00ee4a38ebe7d5011e36bd9d3f7362cf26cd
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland(a)redhat.com>