[Bugs] [Bug 1695099] The number of glusterfs processes keeps increasing, using all available resources
bugzilla at redhat.com
bugzilla at redhat.com
Wed Apr 3 07:24:59 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1695099
--- Comment #1 from Christian Ihle <christian.ihle at drift.oslo.kommune.no> ---
Example of how to reliably reproduce the issue from Kubernetes.
1. kubectl apply -f pvc.yaml
2. kubectl delete -f pvc.yaml
There will almost always be a few more glusterfs-processes running after doing
this.
pvc.yaml:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc1
namespace: default
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: glusterfs-replicated-2
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc2
namespace: default
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: glusterfs-replicated-2
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc3
namespace: default
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: glusterfs-replicated-2
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list