ceph-csi/pkg/rbd
Madhu Rajanna f4d6e31764 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>
(cherry picked from commit 22a86c568e)
2020-05-05 12:51:56 +05:30
..
controllerserver.go Add topology support to ceph-csi 2020-04-14 14:14:29 +00:00
driver.go Add topology support to ceph-csi 2020-04-14 14:14:29 +00:00
errors.go Update Unstage transaction to undo steps done in Stage 2019-08-13 14:07:52 +00:00
identityserver.go Add topology support to ceph-csi 2020-04-14 14:14:29 +00:00
nodeserver_test.go added volumeNamePrefix and snapshotNamePrefix as parameters for storageClass 2020-02-25 05:03:51 +00:00
nodeserver.go rbd: default nouuid if the formattype is xfs 2020-05-05 12:51:56 +05:30
rbd_attach.go Audit log and follow klog standard 2020-03-27 09:24:52 +00:00
rbd_journal.go Add support for erasure coded pools 2020-04-14 14:14:29 +00:00
rbd_util_test.go added volumeNamePrefix and snapshotNamePrefix as parameters for storageClass 2020-02-25 05:03:51 +00:00
rbd_util.go Fix goimports issue in CI 2020-04-15 10:53:58 +00:00