Change default iscsi initiator name From mchristie: max was the name of my computer when iscsi-iname.c was written. And when anaconda iscsi install was done I think Jeremy has copied that. Then we fixed the naming in iscsi-iname, but anaconda never got fixed. --- iscsi.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iscsi.py b/iscsi.py index f6643db..214a9c8 100644 --- a/iscsi.py +++ b/iscsi.py @@ -103,7 +103,7 @@ def iscsi_make_node_autostart(disk): def randomIname(): """Generate a random initiator name the same way as iscsi-iname""" - s = "iqn.2005-03.com.max:01." + s = "iqn.1994-05.com.fedora:01." m = md5.md5() u = os.uname() for i in u: _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list