Skip to content
Compare
Choose a tag to compare
@lxbsz lxbsz released this 19 Mar 04:23

This is the 3.5 release of ceph-iscsi.

Adam King (1):
iscsi: write cert/key to temp files in mode 'w' to handle strings

James Page (1):
ubuntu: drop minimum version requirement to 18.04

Jason Dillaman (2):
Fixed numerous string format issues on errors paths
spec: added dependency on ceph-common package

Kevin Zhao (3):
Fix list access violiation when load config
tweak code
fix delete disk error when disk owner is not specified

Matthew Oliver (5):
iscsi: Attempt to pull SSL crt and key's from mon config-key store
Add a config option to log to stderr
Rename blacklist to blocklist
Make settings mon config key store aware
Add a strip to ListSetting.Normalize

Mike Christie (6):
Fix metrics crash if gw not setup yet
Fix crash during unblacklisting with python3
Always perform full deletion on local node
Fix ceph blacklist ls test
api: Add call to get device status/state
gwcli: report status/state

Pedro (2):
Python3 compatibility: .keys() return dict_keys instead of list, which
is not serializable. Enclose with list()
Added Ubuntu to read_os_release method

Ricardo Marques (1):
Allow target reconfigure without clients

Xinliang Liu (1):
Fix gateway creation crash in python3

Xiubo Li (7):
Fix the default value for gateway_conf
iscsi: raise if the 'gateway.conf' config file doesn't exist
api: fix REST API examples
api: fix unhandled error when the parameter is omitted
api: create image if size spcified and when the image doesn't exist by
default
gwcli: add error handling path for config api request.
ceph-iscsi 3.5 release

wuxingyi (1):
don't store to config if create_target fails

zhangdaolong (1):
Support specified gateway config name.