Jens Neuhalfen

Results 36 comments of Jens Neuhalfen

![Logo](https://user-images.githubusercontent.com/42570337/152954017-2101d077-2be7-48a8-8d34-618fe5a7c779.png) **Checkmarx One – Scan Summary & Details** – [174873e6\-af58\-45bb\-8742\-ffbedfa27297](https://sng.ast.checkmarx.net/projects/b0c2d10f-3e0a-44b3-9968-67bec12ed818/scans?id=174873e6-af58-45bb-8742-ffbedfa27297&branch=master) ### New Issues Severity|Issue|Source File / Package|Checkmarx Insight ---|---|---|--- ![LOW](https://user-images.githubusercontent.com/42570337/152952890-19e8bf82-63bd-45a0-9a01-4a324fc10635.png)|[Improper_Resource_Shutdown_or_Release](https://sng.ast.checkmarx.net/results/b0c2d10f-3e0a-44b3-9968-67bec12ed818/174873e6-af58-45bb-8742-ffbedfa27297/sast/description/404/10126224546790193959)|/src/main/java/name/neuhalfen/projects/crypto/bouncycastle/openpgp/encrypting/PGPEncryptingStream\.java: [147](https://github.com/jdurani/bouncy-gpg/blob/master//src/main/java/name/neuhalfen/projects/crypto/bouncycastle/openpgp/encrypting/PGPEncryptingStream.java#L147)|[Attack Vector](https://sng.ast.checkmarx.net/results/174873e6-af58-45bb-8742-ffbedfa27297/b0c2d10f-3e0a-44b3-9968-67bec12ed818/sast?result-id=GiF80Qhd%2Fc6sCVm70MoCdpoW1mc%3D&redirect=true) ![LOW](https://user-images.githubusercontent.com/42570337/152952890-19e8bf82-63bd-45a0-9a01-4a324fc10635.png)|[Improper_Resource_Shutdown_or_Release](https://sng.ast.checkmarx.net/results/b0c2d10f-3e0a-44b3-9968-67bec12ed818/174873e6-af58-45bb-8742-ffbedfa27297/sast/description/404/10126224546790193959)|/src/main/java/name/neuhalfen/projects/crypto/bouncycastle/openpgp/encrypting/PGPEncryptingStream\.java: [249](https://github.com/jdurani/bouncy-gpg/blob/master//src/main/java/name/neuhalfen/projects/crypto/bouncycastle/openpgp/encrypting/PGPEncryptingStream.java#L249)|[Attack Vector](https://sng.ast.checkmarx.net/results/174873e6-af58-45bb-8742-ffbedfa27297/b0c2d10f-3e0a-44b3-9968-67bec12ed818/sast?result-id=vwOHbX0ZFkGd9rqpYj0HylblSXg%3D&redirect=true) ### Fixed Issues Severity|Issue|Source File...

Hey @throwaway-d - late to the party but thank you for the pointer. "Problem solved" :-)

![Logo](https://user-images.githubusercontent.com/42570337/152954017-2101d077-2be7-48a8-8d34-618fe5a7c779.png) **Checkmarx One – Scan Summary & Details** – [4d69ea76\-15b2\-4095\-a615\-ee48e0f30350](https://sng.ast.checkmarx.net/projects/b0c2d10f-3e0a-44b3-9968-67bec12ed818/scans?id=4d69ea76-15b2-4095-a615-ee48e0f30350&branch=master) ### No New Or Fixed Issues Found

## Purge Ceph The following will remove all remains of Ceph (after that I could install). This assumes that the `nodename` is reachable via ssh. ```sh helm del --purge ceph...

Hackish solution: On the nodes running & mounting ceph add `ceph-mon-discovery.ceph.svc.cluster.local` to `/etc/hosts` e.g. ```sh kubectl describe service ceph-mon -n ceph Name: ceph-mon Namespace: ceph Labels: Annotations: service.alpha.kubernetes.io/tolerate-unready-endpoints: true Selector:...

I had the same issue with OSD nodes. After deleting (`kubectl delete pod -n ceph ceph-osd-dev-...`) all OSD pods the cluster came up nicely.