ceph-csi/pkg/rbd
Humble Chirammal d1c8cce659 Format RBD volumes with nodiscard formatting options.
Currently rbd CSI plugin uses formatAndMount of
mount.SafeFormatAndMount. This does not allow to pass or use
specific formatting arguments with it. This patch introduce
RBD specific formatting options with both xfs and ext4,
for example: -E no-discard with ext4 and -k option with
XFS to boost formatting performance of RBD device.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit 0e6617e1ff)
2019-09-24 14:41:36 +05:30
..
controllerserver.go Change the logic of locking 2019-09-23 12:38:51 +00:00
driver.go Change the logic of locking 2019-09-23 12:38:51 +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 Format RBD volumes with nodiscard formatting options. 2019-09-24 14:41:36 +05:30
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 Change the logic of locking 2019-09-23 12:38:51 +00:00