commit targetcli-fb for openSUSE:Factory
Hello community, here is the log from the commit of package targetcli-fb for openSUSE:Factory checked in at 2019-05-22 11:16:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/targetcli-fb (Old) and /work/SRC/openSUSE:Factory/.targetcli-fb.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "targetcli-fb" Wed May 22 11:16:19 2019 rev:13 rq:704410 version:2.1.49 Changes: -------- --- /work/SRC/openSUSE:Factory/targetcli-fb/targetcli-fb.changes 2019-02-08 12:15:14.301428037 +0100 +++ /work/SRC/openSUSE:Factory/.targetcli-fb.new.5148/targetcli-fb.changes 2019-05-22 11:16:23.142516090 +0200 @@ -1,0 +2,6 @@ +Wed Apr 3 03:14:10 UTC 2019 - ddiss@suse.com + +- support emulate_pr attribute changes (bsc#1121998) + + Add-emulate_pr-backstore-attribute.patch + +------------------------------------------------------------------- @@ -5 +11 @@ - do not run at the same time, in a sane way (bsc#11234233), + do not run at the same time, in a sane way (bsc#1123423), New: ---- Add-emulate_pr-backstore-attribute.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ targetcli-fb.spec ++++++ --- /var/tmp/diff_new_pack.FXcjIw/_old 2019-05-22 11:16:24.134515396 +0200 +++ /var/tmp/diff_new_pack.FXcjIw/_new 2019-05-22 11:16:24.138515393 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -56,6 +56,7 @@ %{?systemd_requires} Patch1: Split-out-blockdev-readonly-state-detection-helper.patch Patch2: rbd-support.patch +Patch3: Add-emulate_pr-backstore-attribute.patch %python_subpackages @@ -85,6 +86,7 @@ # RBD support is dependent on LIO changes present in the SLE/Leap kernel %patch2 -p1 %endif +%patch3 -p1 %build %python_build ++++++ Add-emulate_pr-backstore-attribute.patch ++++++
From fa71860b0d819a691683c1fdcb70c255653b5851 Mon Sep 17 00:00:00 2001 From: David Disseldorp <ddiss@suse.de> Date: Tue, 15 Jan 2019 12:04:49 +0100 Subject: [PATCH] Add emulate_pr backstore attribute
Added to the kernel via b49d6f7885306ee636d5c1af52170f3069ccf5f7, the emulate_pr attribute can be used to disable support for SCSI-2 (RESERVE/RELEASE) and Persistent Reservations. Signed-off-by: David Disseldorp <ddiss@suse.de> --- targetcli/ui_backstore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/targetcli/ui_backstore.py b/targetcli/ui_backstore.py index efa532f..cc2cf2b 100644 --- a/targetcli/ui_backstore.py +++ b/targetcli/ui_backstore.py @@ -670,6 +670,7 @@ class UIStorageObject(UIRTSLibNode): 'emulate_tpws': ('number', 'If set to 1, enable Thin Provisioning Write Same.'), 'emulate_ua_intlck_ctrl': ('number', 'If set to 1, enable Unit Attention Interlock.'), 'emulate_write_cache': ('number', 'If set to 1, turn on Write Cache Enable.'), + 'emulate_pr': ('number', 'If set to 1, enable SCSI Reservations.'), 'enforce_pr_isids': ('number', 'If set to 1, enforce persistent reservation ISIDs.'), 'force_pr_aptpl': ('number', 'If set to 1, force SPC-3 PR Activate Persistence across Target Power Loss operation.'), 'fabric_max_sectors': ('number', 'Maximum number of sectors the fabric can transfer at once.'), -- 2.16.4
participants (1)
-
root