Hello community, here is the log from the commit of package python-rtslib for openSUSE:Factory checked in at 2014-08-16 15:37:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old) and /work/SRC/openSUSE:Factory/.python-rtslib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rtslib" Changes: -------- --- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes 2014-07-10 14:56:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 2014-08-16 15:38:13.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 6 11:21:56 PDT 2014 - [email protected] + +- Added iblock backstore policy file (bnc#885565), so + targetcli does not backtrace when creating same, adding + rtslib-add-iblock-backstore-policy.patch + +------------------------------------------------------------------- New: ---- rtslib-add-iblock-backstore-policy.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rtslib.spec ++++++ --- /var/tmp/diff_new_pack.GAcoZo/_old 2014-08-16 15:38:14.000000000 +0200 +++ /var/tmp/diff_new_pack.GAcoZo/_new 2014-08-16 15:38:14.000000000 +0200 @@ -29,6 +29,7 @@ Patch0: %{oname}-git-update.patch Patch1: %{oname}-set-git-version-for-sle12.patch Patch2: %{oname}-add-prot-info-attributes.patch +Patch3: %{oname}-add-iblock-backstore-policy.patch Requires: python-configobj Requires: python-ipaddr Requires: python-netifaces @@ -70,6 +71,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build python setup.py build ++++++ rtslib-add-iblock-backstore-policy.patch ++++++ diff --unidirectional-new-file -aurp rtslib-2.2.orig/policy/backstore_iblock.lio rtslib-2.2/policy/backstore_iblock.lio --- rtslib-2.2.orig/policy/backstore_iblock.lio 1969-12-31 16:00:00.000000000 -0800 +++ rtslib-2.2/policy/backstore_iblock.lio 2014-07-11 10:38:56.028996415 -0700 @@ -0,0 +1,28 @@ +storage iblock disk %str { + path %str + attribute { + block_size %int(512) + emulate_3pc %bool(yes) + emulate_caw %bool(yes) + emulate_dpo %bool(no) + emulate_fua_read %bool(no) + emulate_fua_write %bool(yes) + emulate_model_alias %bool(no) + emulate_rest_reord %bool(no) + emulate_tas %bool(yes) + emulate_tpu %bool(no) + emulate_tpws %bool(no) + emulate_ua_intlck_ctrl %bool(no) + emulate_write_cache %bool(no) + enforce_pr_isids %bool(yes) + fabric_max_sectors %int(8192) + is_nonrot %bool(yes) + max_unmap_block_desc_count %int(0) + max_unmap_lba_count %int(0) + max_write_same_len %int(65535) + optimal_sectors %int(8192) + queue_depth %int(128) + unmap_granularity %int(0) + unmap_granularity_alignment %int(0) + } +} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
