From 38680ad69db52cde97536c8413f2ce18a45cc7cd Mon Sep 17 00:00:00 2001 From: Chris Leech Date: Thu, 31 Oct 2019 12:20:47 -0700 Subject: iscsi-iname: change default IQN prefix We don't actually control the open-iscsi.org domain anymore, so change the prefix to reflect the use of open-iscsi.com --- doc/iscsi-iname.8 | 2 +- utils/iscsi-iname.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/iscsi-iname.8 b/doc/iscsi-iname.8 index a55d666..6a413f6 100644 --- a/doc/iscsi-iname.8 +++ b/doc/iscsi-iname.8 @@ -14,7 +14,7 @@ generates a unique iSCSI node name on every invocation. Display help .TP .BI [-p=]\fIprefix\fP -Use the prefix passed in instead of the default "iqn.2005-03.org.open-iscsi" +Use the prefix passed in instead of the default "iqn.2016-04.com.open-iscsi" .SH AUTHORS Open-iSCSI project diff --git a/utils/iscsi-iname.c b/utils/iscsi-iname.c index 6347edc..9264a1d 100644 --- a/utils/iscsi-iname.c +++ b/utils/iscsi-iname.c @@ -73,7 +73,7 @@ main(int argc, char *argv[]) exit(0); } } else { - prefix = "iqn.2005-03.org.open-iscsi"; + prefix = "iqn.2016-04.com.open-iscsi"; } /* try to feed some entropy from the pool to MD5 in order to get -- cgit v1.2.1