mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
journal: rename CSIJournal to Config
This better reflects what it actually does now. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
52603d595a
commit
8dea42a624
@ -51,8 +51,8 @@ var (
|
||||
|
||||
// volJournal and snapJournal are used to maintain RADOS based journals for CO generated
|
||||
// VolumeName to backing RBD images
|
||||
volJournal *journal.CSIJournal
|
||||
snapJournal *journal.CSIJournal
|
||||
volJournal *journal.Config
|
||||
snapJournal *journal.Config
|
||||
)
|
||||
|
||||
// NewDriver returns new rbd driver
|
||||
|
Reference in New Issue
Block a user