Show More
@@ -481,7 +481,10 b' impl Repo {' | |||||
481 | // https://github.com/openzfs/zfs/issues/13370 |
|
481 | // https://github.com/openzfs/zfs/issues/13370 | |
482 | // |
|
482 | // | |
483 | if !append { |
|
483 | if !append { | |
|
484 | log::trace!("creating a new dirstate data file"); | |||
484 | options.create_new(true); |
|
485 | options.create_new(true); | |
|
486 | } else { | |||
|
487 | log::trace!("appending to the dirstate data file"); | |||
485 | } |
|
488 | } | |
486 |
|
489 | |||
487 | let data_size = (|| { |
|
490 | let data_size = (|| { |
General Comments 0
You need to be logged in to leave comments.
Login now