[node-patches] Change in ovirt-node[master]: removing the discovery of spaces base on /dev/cciss
tlitovsk at redhat.com
tlitovsk at redhat.com
Mon Dec 29 07:37:27 UTC 2014
Anatoly Litovsky has uploaded a new change for review.
Change subject: removing the discovery of spaces base on /dev/cciss
......................................................................
removing the discovery of spaces base on /dev/cciss
Change-Id: I7619fee9e32735562d513bda899350e9f04f3ddf
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M src/ovirtnode/install.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/16/36416/1
diff --git a/src/ovirtnode/install.py b/src/ovirtnode/install.py
index 25cbd9e..5fea812 100755
--- a/src/ovirtnode/install.py
+++ b/src/ovirtnode/install.py
@@ -584,7 +584,7 @@
self.bootparams += " mpath.wwid=%s" % wwid
logger.debug("Cmdline with mpath: %s" % self.bootparams)
- if " " in self.disk or os.path.exists("/dev/cciss"):
+ if " " in self.disk:
# workaround for grub setup failing with spaces in dev.name:
# use first active sd* device
self.disk = re.sub("p[1,2,3]$", "", self.disk)
--
To view, visit http://gerrit.ovirt.org/36416
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7619fee9e32735562d513bda899350e9f04f3ddf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>
More information about the node-patches
mailing list