mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-21 14:56: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> (cherry picked from commit 9a61fa0c0a4e70a64dca7be72b6bb96a7d61726e)