ceph-csi/pkg/util
Niels de Vos 19cc28ddea util/cephcmds: have GetOMapValue() return ErrPoolNotFound
On occasion the e2e tests fail as there is an unexpected error while
deleting an RBD image. The particular tests forcefully removes the pool
where the RBD image is stored. Deleting a volume that has been removed
already (or when its parent pool has been wiped), should succeed.

By catching the error that a pool does not exist (anymore), the
provisioner responds to the DeleteVolume request with succes.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-04-08 12:44:42 +00:00
..
cachepersister.go Audit log and follow klog standard 2020-03-27 09:24:52 +00:00
cephcmds.go util/cephcmds: have GetOMapValue() return ErrPoolNotFound 2020-04-08 12:44:42 +00:00
cephconf.go Avoid keyring message while logging 2019-07-25 09:48:09 +00:00
conn_pool_test.go Use Error instead of Errorf 2020-03-30 08:53:16 +00:00
conn_pool.go Correct static errors and source code comments. 2020-03-30 05:13:24 +00:00
credentials.go Add a check for nil secrets 2019-09-27 05:10:01 +00:00
crypto.go Reduce encryption KMS configuration SC parameters 2020-02-10 15:21:11 +00:00
cryptsetup.go Adds PVC encryption with LUKS 2019-12-16 08:12:44 +00:00
csiconfig_test.go Removed config maps and replaced with rados omaps 2019-05-19 12:29:33 +00:00
csiconfig.go Removed config maps and replaced with rados omaps 2019-05-19 12:29:33 +00:00
errors.go Handle Delete operation if pool not found 2020-02-11 15:58:15 +00:00
httpserver.go implement grpc metrics for ceph-csi 2019-08-30 06:50:32 +00:00
idlocker_test.go Change the logic of locking 2019-09-20 07:37:17 +00:00
idlocker.go fix typos 2020-03-24 15:43:03 +00:00
k8scmcache.go Enable all static-checks in golangci-lint 2019-06-10 15:56:17 +05:30
log.go Add req-ID to logging 2019-09-11 13:45:40 +00:00
nodecache.go Audit log and follow klog standard 2020-03-27 09:24:52 +00:00
pidlimit_test.go tests: in case 'go test' is run in a container, skip TestGetPIDLimit() 2020-04-02 06:08:03 +00:00
pidlimit.go Address security concerns reported by 'gosec' 2019-09-04 11:48:37 +00:00
stripsecrets.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
util_test.go Fix volsize for cephfs and rbd 2019-10-11 08:22:27 +00:00
util.go Update to kube v1.17 2020-01-17 12:06:02 +00:00
validate.go Move mounting staging instance to a sub-path within staging path 2019-08-13 14:07:52 +00:00
vault.go Fix issue related to http status code in vault 2020-04-06 11:01:25 +00:00
volid_test.go Make CephFS plugin stateless reusing RADOS based journal scheme 2019-05-30 06:20:35 -04:00
volid.go Enable all static-checks in golangci-lint 2019-06-10 15:56:17 +05:30
voljournal.go util/cephcmds: have GetOMapValue() return ErrPoolNotFound 2020-04-08 12:44:42 +00:00