mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-28 01:36:41 +00:00
Skip zeroing of the journal on freshly created images. As only dynamic PVs are supported, it is fine to assume that existingFormat == "" image has never been mapped and written to before. lazy_itable_init is enabled by default, passing it for consistency with lazy_journal_init. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>