- Update rook to v1.1.4: * OSD config overrides were ignored for some upgraded OSDs (#4161) * Enable restoring a cluster after disaster recovery (#4021) * Enable upgrade of OSDs configured on PVCs (#3996) * Automatically removing OSDs requires setting: removeOSDsIfOutAndSafeToRemove(#4116) * Rework csi keys and secrets to use minimal privileges (#4086) * Expose OSD prepare pod resource limits (#4083) * Minimum K8s version for running OSDs on PVCs is 1.13 (#4009) * Add 'rgw.buckets.non-ec' to list of RGW metadataPools (#4087) * Hide wrong error for clusterdisruption controller (#4094) * Multiple integration test fixes to improve CI stability (#4098) * Detect mount fstype more accurately in the flex driver (#4109) * Do not override mgr annotations (#4110) * Add OSDs to proper buckets in crush hierarchy with topology awareness (#4099) * More robust removal of cluster finalizer (#4090) * Take activeStandby into account for the CephFileSystem disruption budget (#4075) * Update the CSI CephFS registration directory name (#4070) * Fix incorrect Ceph CSI doc links (#4081) * Remove decimal places for osdMemoryTargetValue monitoring setting (#4046) * Relax pre-requisites for external cluster to allow connections to Luminous (#4025) * Avoid nodes getting stuck in OrchestrationStatusStarting during OSD config (#3817) * Make metrics and liveness port configurable (#4005) * Correct system namespace for CSI driver settings during upgrade (#4040) - Update csi-dummy-images.patch - Update csi-template-paths.patch - Update 0001-bsc-1152690-ceph-csi-Driver-will-fail-with-error.patch OBS-URL: https://build.opensuse.org/request/show/745600 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/rook?expand=0&rev=55
20 lines
291 B
Plaintext
20 lines
291 B
Plaintext
# Packaging rook
|
|
|
|
## Dependencies
|
|
|
|
- go
|
|
Requires go 1.12+ and GOPATH set correctly
|
|
- dep
|
|
go get -u github.com/golang/dep/cmd/dep
|
|
- git
|
|
- curl
|
|
|
|
## Updating the package
|
|
|
|
- run update-tarball.sh to create a new tarball
|
|
- update rook.changes
|
|
- remove the old tarballs
|
|
- osc ar
|
|
- osc commit
|
|
|