ceph-csi/scripts
Madhu Rajanna 8d3a44d0c4 rbd: add minsnapshotsonimage flag
An rbd image can have a maximum number of
snapshots defined by maxsnapshotsonimage
On the limit is reached the cephcsi will
start flattening the older snapshots and
returns the ABORT error message, The Request
comes after this as to wait till all the
images are flattened (this will increase the
PVC creation time.  Instead of waiting till
the maximum snapshots on an RBD image, we can
have a soft limit, once the limit reached
cephcsi will start flattening the task to
break the chain. With this PVC  creation time
will only be affected when the hard limit
(minsnapshotsonimage) reached.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-11-18 05:59:20 +00:00
..
k8s-storage ci: create ceph-csi-config ConfigMap for external storage tests 2020-10-23 11:40:28 +00:00
build_step.inc.sh scripts: add build_step logging functions 2020-04-28 09:13:55 +00:00
build-multi-arch-image.sh build: use BASE_IMAGE from build.env 2020-06-28 17:46:37 +00:00
check-env.sh scripts: add -mod=vendor to go run in check-env.sh 2020-06-17 04:58:32 +00:00
Dockerfile.devel build: use BASE_IMAGE from build.env 2020-06-28 17:46:37 +00:00
Dockerfile.test ci: use the Fedora container registry for cephcsi:test 2020-11-17 09:28:02 +00:00
golangci.yml.in ci: disable goerr113 linter 2020-07-21 08:36:24 +00:00
gosec.sh build: Add -tags=nautilus to go test and go build 2020-06-30 07:55:37 +00:00
install-helm.sh rbd: add minsnapshotsonimage flag 2020-11-18 05:59:20 +00:00
install-snapshot.sh e2e: add SNAPSHOT_VERSION to build.env 2020-10-14 08:47:00 +00:00
lint-extras.sh ci: add pylint as part of CI 2020-06-30 04:43:45 +00:00
lint-go.sh replace gometalinter with golangci 2019-03-04 19:01:16 +05:30
mdl-style.rb doc: allow in-line HTML in MarkDown documents 2020-10-28 11:25:34 +00:00
minikube.sh e2e: add snapshotter deploy functionality to minikube script 2020-10-13 14:04:54 +00:00
psp.yaml Added PodSecurityPolicy support 2020-01-22 08:19:42 +00:00
rook.sh ci: only retry "kubectl create" if objects are missing 2020-08-13 16:28:28 +00:00
skip-doc-change.sh ci: skip functional tests for pre-commit config yaml 2020-08-20 05:28:54 +00:00
snapshot-controller-psp.yaml script: Add script to install snapshot-controller 2020-05-15 08:19:32 +00:00
test-go.sh ci: fix shellcheck in test-go 2020-10-27 17:04:09 +00:00
travis-functest.sh ci: add "make run-e2e" 2020-07-31 16:03:54 +00:00
travis-helmtest.sh ci: add "make run-e2e" 2020-07-31 16:03:54 +00:00