-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ack for the code, nak for the commit msg. Please follow the format in docs/commit-log.txt. Related: rhbz#571808 On its own line. On Wed, 14 Apr 2010, Hans de Goede wrote:
So that the user gets a wait dialog and thus gets feedback that the add iSCSI drive dialog he entered information into actually is doing something (related rhbz571808) --- textw/add_drive_text.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/textw/add_drive_text.py b/textw/add_drive_text.py index b8edc29..e690475 100644 --- a/textw/add_drive_text.py +++ b/textw/add_drive_text.py @@ -175,6 +175,7 @@ class addDriveDialog(object): iname = entries[1].strip() if not storage.iscsi.iscsi().initiatorSet: storage.iscsi.iscsi().initiator = iname - storage.iscsi.iscsi().addTarget(ip, port, user, pw, user_in, pw_in) + storage.iscsi.iscsi().addTarget(ip, port, user, pw, user_in, pw_in, + intf=self.anaconda.intf) return INSTALL_OK
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkvGJVQACgkQ5hsjjIy1Vkm2YQCeIFsMB0urBemUwyxWRam4dcFy ZUAAoNkcV7uaA52ASNrNpEbf9NcpL4o1 =RTDV -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list