Revisions of ceph-csi

Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) accepted request 753287 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 16)
- 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
Blaine Gardner's avatar Blaine Gardner (blgardner) accepted request 740208 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 15)
Remove obsolete Groups tag (fate#326485)
buildservice-autocommit accepted request 734629 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 14)
baserev update by copy to link target
Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) accepted request 734628 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 13)
- Set Version when building (bsc#1152690)
Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) accepted request 734466 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 12)
Add forcecephkernelclient as startup parameter
Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) accepted request 734402 from Stefan Haas's avatar Stefan Haas (haass) (revision 11)
Added paramater to force ceph kernel client bsc#1152690
buildservice-autocommit accepted request 732163 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 10)
baserev update by copy to link target
Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) accepted request 732158 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 9)
Add bugzilla reference to changelog
buildservice-autocommit accepted request 731316 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 8)
baserev update by copy to link target
Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) accepted request 731274 from Kristoffer Gronlund's avatar Kristoffer Gronlund (KGronlund) (revision 7)
- Tech preview release for containers (bsc#1145433)
Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) accepted request 729556 from Blaine Gardner's avatar Blaine Gardner (blgardner) (revision 6)
- Update to release v1.2.0
  + Cephfs: Use ceph kernel client if kernel version >= 4.17
  + implement grpc metrics for ceph-csi
  + Add xfs fstype as default type in storageclass
  + Add support to use ceph manager rbd command to delete an image
  + e2e: correct log format in execCommandInPod()
  + Add 'gosec' to the static-checks
  + switch to cephfs, utils, and csicommon to new loging system
  + utility to trace backend volume from RBD pvc
  + Implement context-based logging
  + implement klog wrapper
  + unmap rbd image if connection timeout.
  + start controller or node server based on config
  + fix: Adds liveness sidecar to v1.14+ helm charts
  + Prometheus liveness probe sidecar
  + Wrap error if failed to fetch mon
  + provisioners: add reconfiguring of PID limit
  + Use "rbd device list" to list and find rbd images and their device paths
  + Update Unstage transaction to undo steps done in Stage
  + Move mounting staging instance to a sub-path within staging path
  + e2e: do not fail to delete resources when "resource not found"
  + remove post validation of rbd device
buildservice-autocommit accepted request 717635 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 5)
baserev update by copy to link target
Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) accepted request 717632 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 4)
- Use ceph-base pattern instead of individual packages 
- Updating to the v1.1.0
  + CephFS subvolume/manager based volume provisioning and deletion.
  + E2E test support for PVC creation, App pod mounting.etc.
  + CSI spec v1.1 support
  + Kube dependency updated to 1.15.
  + Configuration store change from configmap to rados omap
  + Mount options support for CephFS and RBD volumes
  + Move locks to more granular locking than CPU count based
  + Rbd support for ReadWriteMany PVCs for block mode
  + Unary plugin code for both ( CephFS and RBD ) drivers.
  + Driver name updated to CSI spec standard.
  + helm chart updates.
  + sidecar updates to latest available.
  + RBAC corrections and updates for containers.
  + Lock protection for create,delete volume ..etc operations
  + Added CSIDriver CRD. 
- Update version to be parsed by OBS service 
- Update version according to openSUSE package name guidelines
----
- Initial submission
- Build from upstream github.com/ceph/ceph-csi initially
  + Initially use master branch
- Version at commit fa68c35f3b5d9081d8aa3241baf71064af967aa9
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 714853 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 3)
initialized devel package after accepting 714853
Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) accepted request 714839 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 2)
- Updating to the v1.1.0
  + CephFS subvolume/manager based volume provisioning and deletion.
  + E2E test support for PVC creation, App pod mounting.etc.
  + CSI spec v1.1 support
  + Kube dependency updated to 1.15.
  + Configuration store change from configmap to rados omap
  + Mount options support for CephFS and RBD volumes
  + Move locks to more granular locking than CPU count based
  + Rbd support for ReadWriteMany PVCs for block mode
  + Unary plugin code for both ( CephFS and RBD ) drivers.
  + Driver name updated to CSI spec standard.
  + helm chart updates.
  + sidecar updates to latest available.
  + RBAC corrections and updates for containers.
  + Lock protection for create,delete volume ..etc operations
  + Added CSIDriver CRD. 
- Update version to be parsed by OBS service 
- Update version according to openSUSE package name guidelines
----
- Initial submission
- Build from upstream github.com/ceph/ceph-csi initially
  + Initially use master branch
- Version at commit fa68c35f3b5d9081d8aa3241baf71064af967aa9
Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) accepted request 714801 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 1)
- Update version to be parsed by OBS service 
- Update version according to openSUSE package name guidelines
----
- Initial submission
- Build from upstream github.com/ceph/ceph-csi initially
  + Initially use master branch
- Version at commit fa68c35f3b5d9081d8aa3241baf71064af967aa9
Displaying revisions 21 - 36 of 36
openSUSE Build Service is sponsored by