ceph-csi/internal/rbd
Madhu Rajanna 22a86c568e rbd: default nouuid if the formattype is xfs
The problem happens when multiple PVCs with the
same UUID are attached/mounted on a node. This
can happen after creating a PVC from a snapshot,
or cloning a PVC.

make nouuid as the default mount option if
the format type is xfs to avoid mounting
issues.

updates: #966

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-05-05 07:07:16 +00:00
..
controllerserver.go rbd: split buildCreateVolumeResponse() from CreateVolume() 2020-05-04 13:21:03 +00:00
driver.go journal: move voljournal.go to a new package 2020-04-24 07:36:38 +00:00
errors.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go rbd: default nouuid if the formattype is xfs 2020-05-05 07:07:16 +00:00
rbd_attach.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd_journal.go rbd: use 'rv' as name of the rbdVolume (golint) 2020-05-04 13:21:03 +00:00
rbd_util_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd_util.go rbd/go-ceph: add GetMetadata() and GetMetadata() functions 2020-05-04 13:21:03 +00:00