summaryrefslogtreecommitdiffstats
path: root/iscsi.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-23 16:46:05 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-23 16:46:05 -1000
commit77708d447bcae2b8803d77aae1f6c91f706435b1 (patch)
tree4c5e4610ca2c8750d6ca83ff543820363de6763b /iscsi.py
parentdc8623f38df20d38da69cdd5a1b16422ec6608bc (diff)
downloadanaconda-77708d447bcae2b8803d77aae1f6c91f706435b1.tar.gz
anaconda-77708d447bcae2b8803d77aae1f6c91f706435b1.tar.xz
anaconda-77708d447bcae2b8803d77aae1f6c91f706435b1.zip
Call '/sbin/udevadm settle' instead of /sbin/udevsettle
Diffstat (limited to 'iscsi.py')
-rw-r--r--iscsi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iscsi.py b/iscsi.py
index ec36b0988..5feae153a 100644
--- a/iscsi.py
+++ b/iscsi.py
@@ -194,7 +194,7 @@ class iscsiTarget:
# It is possible when we get here the events for the new devices
# are not send yet, so sleep to make sure the events are fired
time.sleep(1)
- iutil.execWithRedirect("/sbin/udevsettle", [ ],
+ iutil.execWithRedirect("/sbin/udevadm", [ "settle" ],
stdout = "/dev/tty5", stderr="/dev/tty5")
# we return True if there were any successful logins for our portal.