NVSL / linux-nova

NOVA is a log-structured file system designed for byte-addressable non-volatile memories, developed at the University of California, San Diego.
http://nvsl.ucsd.edu/index.php?path=projects/nova
Other
422 stars 117 forks source link

Are snapshots involving mmap'd() data considered crash-consistent? #108

Closed derrickgreenspan closed 3 years ago

derrickgreenspan commented 3 years ago

Hi,

The paper is not entirely clear on this, and I want to double check: are snapshots involving DAX mmap'd() data considered crash-consistent? I would appreciate clarification if possible.

Thanks!

Andiry commented 3 years ago

Yes, that is correct.

On Thu, Jul 1, 2021 at 11:04 PM Derrick Greenspan @.***> wrote:

Hi,

The paper is not entirely clear on this, and I want to double check: are snapshots involving DAX mmap'd() data considered crash-consistent? I would appreciate clarification if possible.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_NVSL_linux-2Dnova_issues_108&d=DwMCaQ&c=-35OiAkTchMrZOngvJPOeA&r=HMwrvpNIfGkJhfYgtfzIcE0EiyctTLdPd2f9rzvJviU&m=S0J3phkT4FGp5Jc3tW9dBNuCqB7LfzfDu4rjiUA9r2o&s=ZHD5d_qjOtcqLcvEbR_-EZpJFwrlA2BMN_K4EoovB9I&e=, or unsubscribe https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AAKBYEBLLFWEIPHBBCEH4J3TVVJGBANCNFSM47WBSHYA&d=DwMCaQ&c=-35OiAkTchMrZOngvJPOeA&r=HMwrvpNIfGkJhfYgtfzIcE0EiyctTLdPd2f9rzvJviU&m=S0J3phkT4FGp5Jc3tW9dBNuCqB7LfzfDu4rjiUA9r2o&s=f7KUDysaKFL03IGM3tBEjcljjKRBuBNScOR-Mv-T58M&e= .

derrickgreenspan commented 3 years ago

Thank you!