Hello community, here is the log from the commit of package ceph-csi for openSUSE:Factory checked in at 2019-12-07 15:15:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph-csi (Old) and /work/SRC/openSUSE:Factory/.ceph-csi.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph-csi" Sat Dec 7 15:15:20 2019 rev:6 rq:753307 version:1.2.2+git0.gf8c854dc Changes: -------- --- /work/SRC/openSUSE:Factory/ceph-csi/ceph-csi.changes 2019-10-05 16:20:12.889451347 +0200 +++ /work/SRC/openSUSE:Factory/.ceph-csi.new.4691/ceph-csi.changes 2019-12-07 15:16:24.715787144 +0100 @@ -1,0 +2,35 @@ +Tue Dec 3 15:20:26 UTC 2019 - Kristoffer Gronlund <[email protected]> + +- Update to v1.2.2: + * Add kernel version detection for mounting with client + * Fix issue in helm chat pushing + * Added forcecephkernelclient as startup parameter to force enabling ceph + * Handle EACCESS error from 'ceph rbd task add remove' + * Fix vol size for cephfs and rbd + * Update registration directory name + * Reorder kernel version checking logic + * Increase sidecar time out value to 150s. + * Format ext4 with lazy_journal_init + * Change default csi liveness ports to ones less common + * Add POD_NAMESPACE to RBD provisioner deployments + * Add a check for nil secrets + * Remove rootfs from rbd provisioner pod + * Added E2E for rbd nodeplugin restart + * Deprecate containerized flag and remove nsenter + +- Update to v1.2.1: + * Change the recommended/default FS for RBD to ext4 + * Use nodiscard option while formatting RBD devices. + * Use provisioner socket while probing liveness. + * Reject request if the operation is in progress + * Fix pod termination issue due to stale mount after node plugin restart. + +- Remove patch (merged upstream): + * 0001-Added-forcecephkernelclient-as-startup-parameter-to-.patch + +------------------------------------------------------------------- +Thu Oct 17 15:35:02 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- Old: ---- 0001-Added-forcecephkernelclient-as-startup-parameter-to-.patch ceph-csi-1.2.0+git0.gc420ee6d.tar.xz New: ---- ceph-csi-1.2.2+git0.gf8c854dc.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-csi.spec ++++++ --- /var/tmp/diff_new_pack.y2FLvn/_old 2019-12-07 15:16:27.379786766 +0100 +++ /var/tmp/diff_new_pack.y2FLvn/_new 2019-12-07 15:16:27.383786766 +0100 @@ -1,7 +1,7 @@ # # spec file for package ceph-csi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,16 @@ Name: ceph-csi -Version: 1.2.0+git0.gc420ee6d +Version: 1.2.2+git0.gf8c854dc Release: 0 Summary: Container Storage Interface driver for Ceph block and file License: Apache-2.0 -Group: System/Filesystems -Url: https://github.com/ceph/ceph-csi +URL: https://github.com/ceph/ceph-csi Source0: %{name}-%{version}.tar.xz Source98: README Source99: update-tarball.sh -# bsc#1152690 - Added forcecephkernelclient as startup parameter -Patch1: 0001-Added-forcecephkernelclient-as-startup-parameter-to-.patch - %if 0%{?suse_version} # _insert_obs_source_lines_here ExclusiveArch: x86_64 aarch64 ppc64 ppc64le @@ -64,8 +60,6 @@ %prep %setup -q -n %{name} -%patch1 -p1 - %build %goprep github.com/ceph/ceph-csi export CGO_ENABLED=0 ++++++ ceph-csi-1.2.0+git0.gc420ee6d.tar.xz -> ceph-csi-1.2.2+git0.gf8c854dc.tar.xz ++++++ /work/SRC/openSUSE:Factory/ceph-csi/ceph-csi-1.2.0+git0.gc420ee6d.tar.xz /work/SRC/openSUSE:Factory/.ceph-csi.new.4691/ceph-csi-1.2.2+git0.gf8c854dc.tar.xz differ: char 26, line 1 ++++++ update-tarball.sh ++++++ --- /var/tmp/diff_new_pack.y2FLvn/_old 2019-12-07 15:16:27.447786757 +0100 +++ /var/tmp/diff_new_pack.y2FLvn/_new 2019-12-07 15:16:27.447786757 +0100 @@ -24,7 +24,7 @@ trap on_err ERR ROOK_REPO="github.com/ceph/ceph-csi" -REV="v1.2.0" +REV="v1.2.2" GOPATH=$WORK_DIR GOPATH_CEPHCSI="$GOPATH/src/github.com/ceph/ceph-csi"
