From 769a30fb339f8c2aaadcd2ccd6bf32826ed0f4b9 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:31:18 +0000 Subject: Apply patch 0007-use-red-hat-for-name.patch patch_name: 0007-use-red-hat-for-name.patch present_in_specfile: true location_in_specfile: 7 --- diff --git a/doc/iscsi-iname.8 b/doc/iscsi-iname.8 index 6a413f6..dd77ed9 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.2016-04.com.open-iscsi" +Use the prefix passed in instead of the default "iqn.1994-05.com.redhat" .SH AUTHORS Open-iSCSI project diff --git a/utils/iscsi-iname.c b/utils/iscsi-iname.c index da850dc..29aa4ad 100644 --- a/utils/iscsi-iname.c +++ b/utils/iscsi-iname.c @@ -80,7 +80,7 @@ main(int argc, char *argv[]) exit(0); } } else { - prefix = "iqn.2016-04.com.open-iscsi"; + prefix = "iqn.1994-05.com.redhat"; } /* try to feed some entropy from the pool to MD5 in order to get