ceph-csi/internal
Humble Chirammal df2d9548ae cephfs: no need to check for zero volume size
At present there is a 'todo' to check for zero volume size
in the createVolume request which in unwanted, ie the pvc
creation with size 0 fail from the kubernetes api validation itself:

For ex:

```
..spec.resources[storage]: Invalid value: "0": must be greater than zero```
```
so we dont need any extra check in the controller server

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-09-07 04:49:24 +00:00
..
cephfs cephfs: no need to check for zero volume size 2021-09-07 04:49:24 +00:00
controller cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
csi-common cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
journal cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
kms util: NewK8sClient() should not panic on non-Kubernetes clusters 2021-09-02 11:22:14 +00:00
liveness cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
rbd rbd: avoid supplying map options on unmap 2021-09-06 15:59:30 +00:00
util util: create ceph configuration files if not present 2021-09-03 14:14:43 +00:00