Comment 16 for bug 1683910

Revision history for this message
Nish Aravamudan (nacc) wrote : Re: Can't SSH into deployed node that has an iSCSI disk.

e.g., to delay tear down of iSCSI sessions until, in theory, all users above it have finished using them?

=== modified file 'curtin/commands/install.py'
--- curtin/commands/install.py 2017-04-20 15:57:21 +0000
+++ curtin/commands/install.py 2017-04-20 23:12:25 +0000
@@ -452,8 +452,6 @@
     finally:
         log_target_path = instcfg.get('save_install_log',
                                       '/root/curtin-install.log')
- # need to do some processing on iscsi disks to disconnect?
- iscsi.disconnect_target_disks(workingd.target)
         if log_target_path:
             copy_install_log(logfile, workingd.target, log_target_path)
         util.do_umount(workingd.target, recursive=True)