Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ceph-iscsi for openSUSE:Factory checked in at 2023-03-21 17:40:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph-iscsi (Old) and /work/SRC/openSUSE:Factory/.ceph-iscsi.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph-iscsi" Tue Mar 21 17:40:46 2023 rev:25 rq:1073011 version:3.5+1679292226.g8769429 Changes: -------- --- /work/SRC/openSUSE:Factory/ceph-iscsi/ceph-iscsi.changes 2022-06-18 22:05:35.763605493 +0200 +++ /work/SRC/openSUSE:Factory/.ceph-iscsi.new.31432/ceph-iscsi.changes 2023-03-21 17:40:48.421623352 +0100 @@ -1,0 +2,7 @@ +Mon Mar 20 06:04:33 UTC 2023 - Tim Serong <[email protected]> + +- Update to 3.5+1679292226.g8769429: + + rbd-target-api: don't ignore controls on disk create (bsc#1208820) +- checkin.sh: default to ses7 branch + +------------------------------------------------------------------- Old: ---- ceph-iscsi-3.5+1655410541.gf482c7a.tar.gz New: ---- ceph-iscsi-3.5+1679292226.g8769429.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-iscsi.spec ++++++ --- /var/tmp/diff_new_pack.x1SRHe/_old 2023-03-21 17:40:48.917625724 +0100 +++ /var/tmp/diff_new_pack.x1SRHe/_new 2023-03-21 17:40:48.921625743 +0100 @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.5+1655410541.gf482c7a +Version: 3.5+1679292226.g8769429 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management ++++++ ceph-iscsi-3.5+1655410541.gf482c7a.tar.gz -> ceph-iscsi-3.5+1679292226.g8769429.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ceph-iscsi-3.5+1655410541.gf482c7a/ceph-iscsi.spec new/ceph-iscsi-3.5+1679292226.g8769429/ceph-iscsi.spec --- old/ceph-iscsi-3.5+1655410541.gf482c7a/ceph-iscsi.spec 2022-06-16 22:15:41.785623493 +0200 +++ new/ceph-iscsi-3.5+1679292226.g8769429/ceph-iscsi.spec 2023-03-20 07:03:46.521811576 +0100 @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.5+1655410541.gf482c7a +Version: 3.5+1679292226.g8769429 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ceph-iscsi-3.5+1655410541.gf482c7a/rbd-target-api.py new/ceph-iscsi-3.5+1679292226.g8769429/rbd-target-api.py --- old/ceph-iscsi-3.5+1655410541.gf482c7a/rbd-target-api.py 2022-06-16 22:15:41.613627349 +0200 +++ new/ceph-iscsi-3.5+1679292226.g8769429/rbd-target-api.py 2023-03-20 07:03:46.165815506 +0100 @@ -1224,6 +1224,9 @@ " : {}".format(lun.error_msg)) return jsonify(message="Unable to establish LUN instance"), 500 + for k, v in controls.items(): + setattr(lun, k, v) + lun.allocate(False, request.form.get('wwn')) if lun.error: logger.error("LUN alloc problem - {}".format(lun.error_msg)) ++++++ checkin.sh ++++++ --- /var/tmp/diff_new_pack.x1SRHe/_old 2023-03-21 17:40:49.129626738 +0100 +++ /var/tmp/diff_new_pack.x1SRHe/_new 2023-03-21 17:40:49.133626757 +0100 @@ -11,7 +11,7 @@ PROJECT="ceph-iscsi" DEFAULT_REPO="https://github.com/SUSE/$PROJECT.git" -DEFAULT_BRANCH="ses6" +DEFAULT_BRANCH="ses7" BASEDIR=$(pwd) function usage {
