ceph-csi/internal/rbd
Madhu Rajanna b1ef842640 cleanup: move core functions to core pkg
as we are refractoring the cephfs code,
Moving all the core functions to a new folder
/pkg called core. This will make things easier
to implement. For now onwards all the core
functionalities will be added to the core
package.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-09-23 06:39:37 +00:00
..
clone.go
controllerserver_test.go
controllerserver.go rbd: check for clusterid mapping in genVolFromVolumeOptions() 2021-09-14 08:39:57 +00:00
driver.go
encryption.go
errors.go rbd: correct the code comment for ErrFlattenInProgress 2020-10-20 08:59:25 +00:00
identityserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
mirror.go
nodeserver_test.go
nodeserver.go rbd: fill clusterID if its a migration nodestage request 2021-09-20 09:54:54 +00:00
rbd_attach.go rbd: provide alternatives to preserve the ceph log files 2021-09-16 13:55:15 +00:00
rbd_healer.go util: NewK8sClient() should not panic on non-Kubernetes clusters 2021-09-02 11:22:14 +00:00
rbd_journal.go rbd: check for clusterid mapping in RegenerateJournal() 2021-08-31 14:30:06 +00:00
rbd_util_test.go rbd: provide alternatives to preserve the ceph log files 2021-09-16 13:55:15 +00:00
rbd_util.go cleanup: move core functions to core pkg 2021-09-23 06:39:37 +00:00
replicationcontrollerserver_test.go
replicationcontrollerserver.go rbd: Report errors when a resync maybe in progress 2021-09-15 15:59:22 +00:00
snapshot.go