iscsi-initiator-utils change default names to powerel
Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>master
parent
46cb28e585
commit
c2b4ba4a01
|
@ -0,0 +1,39 @@
|
|||
From 7f12a1ca8fe699958903278d010cf22d0a98767b Mon Sep 17 00:00:00 2001
|
||||
From: Toshaan Bharvani <toshaan@powerel.org>
|
||||
Date: Tue, 25 June 2019 16:40:04 -0800
|
||||
Subject: use powerel for name
|
||||
|
||||
---
|
||||
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 a55d666d1af3..dd77ed9f3165 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.2014-02.org.powerel"
|
||||
|
||||
.SH AUTHORS
|
||||
Open-iSCSI project <http://www.open-iscsi.com/>
|
||||
diff --git a/utils/iscsi-iname.c b/utils/iscsi-iname.c
|
||||
index 6347edc46293..cb2f6c8b8651 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.2014-02.org.powerel";
|
||||
}
|
||||
|
||||
/* try to feed some entropy from the pool to MD5 in order to get
|
||||
--
|
||||
2.9.5
|
||||
|
|
@ -34,7 +34,7 @@ Patch150: 0150-iscsi-boot-related-service-file-updates.patch
|
|||
# distro specific modifications
|
||||
Patch151: 0151-update-initscripts-and-docs.patch
|
||||
Patch152: 0152-use-var-for-config.patch
|
||||
Patch153: 0153-use-red-hat-for-name.patch
|
||||
Patch153: 0153-use-powerel-for-name.patch
|
||||
Patch154: 0154-add-libiscsi.patch
|
||||
Patch156: 0156-remove-the-offload-boot-supported-ifdef.patch
|
||||
Patch159: 0159-iscsiuio-systemd-unit-files.patch
|
||||
|
|
Loading…
Reference in New Issue