ceph-csi/pkg/rbd
ShyamsundarR 9a03d735a2 Remove redundant pool parameter from snapshot class
The SnapshotClass for RBD requires a pool parameter. This is redundant
as a snapshot is not created on a different pool than the source image
of the snapshot (refer rbd man page).

Further, when a snapshot needs to be created its source CSI VolumeID
is passed to the creation call, and hence the source volumes pool
needs to be reused to create the snapshot.

Similarly to clone a snapshot, the create request would come in with a
SnapshotID to help identify the snapshot pool, and the same create
request parameters would contain the storage class based pool parameter
to create the clone into (as clones can be in different pools as
compared to their parent snapshots).

Thus, the parameter pool seems redundant in the snapshot class and
should be removed to improve ease of use.

Fixes #379

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-06-04 08:34:21 +00:00
..
controllerserver.go Refactor voljournal to aid reuse with CephFS 2019-05-30 09:58:40 +00:00
errors.go Refactor voljournal to aid reuse with CephFS 2019-05-30 09:58:40 +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 Refactor voljournal to aid reuse with CephFS 2019-05-30 09:58:40 +00:00
rbd_attach.go Removed config maps and replaced with rados omaps 2019-05-19 12:29:33 +00:00
rbd_journal.go Refactor voljournal to aid reuse with CephFS 2019-05-30 09:58:40 +00:00
rbd_util.go Remove redundant pool parameter from snapshot class 2019-06-04 08:34:21 +00:00
rbd.go Refactor voljournal to aid reuse with CephFS 2019-05-30 09:58:40 +00:00