Accepting request 935280 from filesystems:ceph:octopus

- Update to 3.5+1638408991.g5341b5d
  + rbd unmap image when deleting target (bsc#1190772)
  + gwcli: add error handling path for config api request (#231)
  + rbd-target-api: misc fixing for disk API (#229)
  + iscsi: raise if the 'gateway.conf' config file doesn't exist (#228)
  + iscsi: write cert/key to temp files in mode 'w' to handle strings (#227)
  + Fix the default value for gateway_conf (#226)
  + Add a strip to ListSetting.Normalize (#220, bsc#1177100)
  + Make settings mon config key store aware (#217)
  + Rename blacklist to blocklist (#216)
  + Fix list access violiation when load config (#200, bsc#1183028)
  + fix delete disk error when disk owner is not specified (#206)
  + spec: added dependency on ceph-common package (#201)
- Update to 3.4+1614165221.g78e33bb
  + Gateway fails to start when using SSL (bsc#1182611)

- Update to 3.4+1602850653.g9af452e
  + Support spaces on 'trusted_ip_list' (#220, bsc#1177100)

- Update to 3.4+1602668899.ga7b4d38
  + Update RBD supported features for SLE15-SP2 kernel (bsc#1177202)
  + Make settings mon config key store aware (#217)
- Update to 3.3+1570534953.g93940a4: 
- Update to 3.3+1569576525.g93940a4:
- Update to 3.2+1569497618.ga2b17e1:
  + incremental pre-Milestone1 build

OBS-URL: https://build.opensuse.org/request/show/935280
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-iscsi?expand=0&rev=60
This commit is contained in:
Michael Fritch 2021-12-02 19:03:29 +00:00 committed by Git OBS Bridge
parent 33a2c2062e
commit 3e675cce22
4 changed files with 44 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e37f4e9da940c24f9a8e9a1874c600685dec9b324bfb596d5f8473b6e840951c
size 136555

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72920e1047fe5e5086a0eed80c07753e896a9f767f6288c26be99bb0e8adfb75
size 137696

View File

@ -1,19 +1,41 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 17 13:32:02 UTC 2020 - Ricardo Marques <rimarques@suse.com> Thu Dec 2 18:49:22 UTC 2021 - Stefen Allen <stefen.allen@suse.com>
- Update to 3.4+1600349408.g516d37d - Update to 3.5+1638408991.g5341b5d
+ rbd unmap image when deleting target (bsc#1190772)
+ gwcli: add error handling path for config api request (#231)
+ rbd-target-api: misc fixing for disk API (#229)
+ iscsi: raise if the 'gateway.conf' config file doesn't exist (#228)
+ iscsi: write cert/key to temp files in mode 'w' to handle strings (#227)
+ Fix the default value for gateway_conf (#226)
+ Add a strip to ListSetting.Normalize (#220, bsc#1177100)
+ Make settings mon config key store aware (#217)
+ Rename blacklist to blocklist (#216)
+ Fix gateway creation crash in python3 (#196) + Fix gateway creation crash in python3 (#196)
+ Report tcmu-runner device status (#210) + Report tcmu-runner device status (#210)
+ Fix list access violiation when load config (#200) + Fix list access violiation when load config (#200, bsc#1183028)
+ Fix delete disk error when disk owner is not specified (#206) + fix delete disk error when disk owner is not specified (#206)
+ Support specified gateway config name (#207) + Support specified gateway config name (#207)
+ Added dependency on ceph-common package (#201) + spec: added dependency on ceph-common package (#201)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 15 12:14:23 UTC 2020 - Nathan Cutler <ncutler@suse.com> Wed Feb 24 11:15:15 UTC 2021 - Ricardo Marques <rimarques@suse.com>
- Update to 3.4+1600172042.g4d04457 - Update to 3.4+1614165221.g78e33bb
+ Rename blacklist to blocklist (#216) + Gateway fails to start when using SSL (bsc#1182611)
-------------------------------------------------------------------
Fri Oct 16 12:18:01 UTC 2020 - Ricardo Marques <rimarques@suse.com>
- Update to 3.4+1602850653.g9af452e
+ Support spaces on 'trusted_ip_list' (#220, bsc#1177100)
-------------------------------------------------------------------
Wed Oct 14 09:49:59 UTC 2020 - Ricardo Marques <rimarques@suse.com>
- Update to 3.4+1602668899.ga7b4d38
+ Update RBD supported features for SLE15-SP2 kernel (bsc#1177202)
+ Make settings mon config key store aware (#217)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 14 15:12:32 UTC 2020 - Ricardo Marques <rimarques@suse.com> Thu May 14 15:12:32 UTC 2020 - Ricardo Marques <rimarques@suse.com>
@ -54,22 +76,28 @@ Fri Nov 15 15:55:16 UTC 2019 - Ricardo Marques <rimarques@suse.com>
+ Fix crash when CephCluster fails to get Rados object + Fix crash when CephCluster fails to get Rados object
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 8 11:05:09 UTC 2019 - Nathan Cutler <ncutler@suse.com> Tue Oct 8 11:42:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 3.3+1570532654.g93940a4: - Update to 3.3+1570534953.g93940a4:
+ spec/checkin.sh: + spec/checkin.sh:
* reinstate "BuildArch: noarch" for all distros except openSUSE (i.e., * reinstate "BuildArch: noarch" for all distros except openSUSE (i.e.,
including SLE, which does not allow arch change in a maintenance update) including SLE, which does not allow arch change in a maintenance update)
* "ExclusiveArch" on openSUSE only * "ExclusiveArch" on openSUSE only
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 27 09:17:57 UTC 2019 - Ricardo Marques <rimarques@suse.com> Fri Sep 27 09:28:51 UTC 2019 - Ricardo Marques <rimarques@suse.com>
- Update to 3.3+1569575733.g93940a4: - Update to 3.3+1569576525.g93940a4:
+ Validate kernel LIO controls type and value (bsc#1140491) + Validate kernel LIO controls type and value (bsc#1140491)
+ TPG lun_id persistence (bsc#1145618) + TPG lun_id persistence (bsc#1145618)
+ Target level CHAP authentication (bsc#1145617) + Target level CHAP authentication (bsc#1145617)
-------------------------------------------------------------------
Thu Sep 26 11:33:58 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 3.2+1569497618.ga2b17e1:
+ incremental pre-Milestone1 build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 10 06:54:56 UTC 2019 - Nathan Cutler <ncutler@suse.com> Tue Sep 10 06:54:56 UTC 2019 - Nathan Cutler <ncutler@suse.com>

View File

@ -19,7 +19,7 @@
%endif %endif
Name: ceph-iscsi Name: ceph-iscsi
Version: 3.4+1600349408.g516d37d Version: 3.5+1638408991.g5341b5d
Release: 1%{?dist} Release: 1%{?dist}
Group: System/Filesystems Group: System/Filesystems
Summary: Python modules for Ceph iSCSI gateway configuration management Summary: Python modules for Ceph iSCSI gateway configuration management