ceph-csi/pkg/rbd
Madhu Rajanna 6da96c6327 remove support for create image with image-format 1
tried to create an image with image-format=1

```
sh-4.2# rbd create --size=1024 replicapool/test --image-format=1
rbd: image format 1 is deprecated
rbd: create error: (22) Invalid argument
2019-09-11 07:00:54.531 7fb0e40bfb00 -1 librbd: Format 1 image creation unsupported.
```

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-09-12 07:52:32 +00:00
..
controllerserver.go Add support for erasure pool in rbd 2019-09-11 06:48:08 +00:00
driver.go implement grpc metrics for ceph-csi 2019-08-30 06:50:32 +00:00
errors.go Update Unstage transaction to undo steps done in Stage 2019-08-13 14:07:52 +00:00
identityserver.go Replaces the references to the Kubernete Authors with the Ceph-CSI authors 2019-04-03 11:14:08 +02:00
nodeserver.go Address security concerns reported by 'gosec' 2019-09-04 11:48:37 +00:00
rbd_attach.go Context based logging for rbd 2019-08-26 06:19:24 +00:00
rbd_journal.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
rbd_util.go remove support for create image with image-format 1 2019-09-12 07:52:32 +00:00