ceph-csi/internal/cephfs
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
..
errors cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
cephfs_util.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
clone_test.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
clone.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
controllerserver.go cephfs: no need to check for zero volume size 2021-09-07 04:49:24 +00:00
driver.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
fsjournal.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
identityserver.go internal: reformat long lines in internal/cephfs package to 120 chars 2021-06-28 14:43:49 +00:00
nodeserver.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
snapshot.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
util.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
volume.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00
volumemounter.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
volumeoptions.go cleanup: move cephfs errors to new util package 2021-09-01 06:50:16 +00:00