Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2022-01-31 22:57:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-lio-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-lio-server"

Mon Jan 31 22:57:27 2022 rev:44 rq:950242 version:4.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
    2021-05-04 22:01:05.928575952 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new.1898/yast2-iscsi-lio-server.changes
  2022-01-31 22:58:18.861180646 +0100
@@ -1,0 +2,6 @@
+Mon Jan 31 14:16:48 UTC 2022 - Steffen Winterfeldt <snw...@suse.com>
+
+- enhance documentation (bsc#1194911)
+- 4.4.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-iscsi-lio-server-4.4.1.tar.bz2

New:
----
  yast2-iscsi-lio-server-4.4.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-iscsi-lio-server.spec ++++++
--- /var/tmp/diff_new_pack.1ulGUb/_old  2022-01-31 22:58:19.269177899 +0100
+++ /var/tmp/diff_new_pack.1ulGUb/_new  2022-01-31 22:58:19.277177845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-iscsi-lio-server
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-lio-server
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        Configuration of iSCSI LIO target
 License:        GPL-2.0-only

++++++ yast2-iscsi-lio-server-4.4.1.tar.bz2 -> 
yast2-iscsi-lio-server-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.4.1/.github/workflows/ci.yml 
new/yast2-iscsi-lio-server-4.4.2/.github/workflows/ci.yml
--- old/yast2-iscsi-lio-server-4.4.1/.github/workflows/ci.yml   2021-05-04 
11:01:29.000000000 +0200
+++ new/yast2-iscsi-lio-server-4.4.2/.github/workflows/ci.yml   2022-01-31 
16:11:18.000000000 +0100
@@ -8,7 +8,14 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -27,13 +34,22 @@
 
     # send the coverage report to coveralls.io
     - name: Coveralls Report
+      # send it only from the TW build to avoid duplicate submits
+      if: ${{ matrix.distro == 'tumbleweed' }}
       uses: coverallsapp/github-action@master
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Rubocop:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -45,7 +61,14 @@
 
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -57,7 +80,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -71,7 +101,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.4.1/doc/iscsi-for-beginners.md 
new/yast2-iscsi-lio-server-4.4.2/doc/iscsi-for-beginners.md
--- old/yast2-iscsi-lio-server-4.4.1/doc/iscsi-for-beginners.md 2021-05-04 
11:01:29.000000000 +0200
+++ new/yast2-iscsi-lio-server-4.4.2/doc/iscsi-for-beginners.md 2022-01-31 
16:11:18.000000000 +0100
@@ -19,6 +19,10 @@
 
[SLE-12](https://www.suse.com/documentation/sles-12/stor_admin/data/cha_iscsi.html)
 or
 
[SLE-15](https://www.suse.com/documentation/sles-15/book_storage/data/cha_iscsi.html).
 
+For more in-depth documentation read
+- http://linux-iscsi.org/wiki/ISCSI
+- http://linux-iscsi.org/wiki/LIO
+
 *Note that you must know the initiator name when creating the target config.
 You can't just connect 'something' to the target. So look it up on your
 initiator first.*
@@ -109,13 +113,33 @@
 On SLE-15, the config is auto-updated when you `exit` from `targetcli` or
 call `targetcli / saveconfig` directly.
 
-``` sh
+```sh
 # only needed for SLE-12
 #
 systemctl stop target
 systemctl start target
 ```
 
+### demo mode
+
+If the setup is used only for testing and not for production, you might
+consider granting access to all initiators. This saves you all the hassle
+with getting the initiator IQN right.
+
+For this, create the target portal group as descibed in the last section. Then 
do:
+
+```sh
+# change into the newly created target portal group (Note the final '/tpg1'!)
+# (the name is just an example)
+cd iqn.2003-01.org.linux-iscsi.e111.x8664:sn.18436556ef11/tpg1
+
+# enable demo mode (generate_node_acls=1)
+set attribute authentication=0 generate_node_acls=1 demo_mode_write_protect=0 
cache_dynamic_acls=1
+```
+
+And that's it. Setting `generate_node_acls=1` is called 'demo mode'.
+
+
 ### multipath setup
 
 A multipath setup uses several servers but the same WWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-4.4.2/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.changes     
2021-05-04 11:01:29.000000000 +0200
+++ new/yast2-iscsi-lio-server-4.4.2/package/yast2-iscsi-lio-server.changes     
2022-01-31 16:11:18.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jan 31 14:16:48 UTC 2022 - Steffen Winterfeldt <snw...@suse.com>
+
+- enhance documentation (bsc#1194911)
+- 4.4.2
+
+-------------------------------------------------------------------
 Fri Apr 23 07:58:36 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Removed check for "python3-targetcli-fb" package at runtime
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-4.4.2/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.spec        
2021-05-04 11:01:29.000000000 +0200
+++ new/yast2-iscsi-lio-server-4.4.2/package/yast2-iscsi-lio-server.spec        
2022-01-31 16:11:18.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-lio-server
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        Configuration of iSCSI LIO target
 License:        GPL-2.0-only

Reply via email to