[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: safety of save_env
From: |
Andrei Borzenkov |
Subject: |
Re: safety of save_env |
Date: |
Tue, 23 Aug 2016 22:59:35 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
23.08.2016 21:51, Michael Zimmermann пишет:
> Hi,
>
> how safe is the usage of save_env? I'm considering writing like 100MB to a
> loop file using the technique used by this command.
>
Define "safe". Command is filesystem agnostic and expects fully
preallocated file; it writes on block level. It also builds full content
of environment file in memory before writing it out; so it may fail on
systems with small amount of memory.
It attempts to verify that file can be represented by block lists and it
does not overwrite blocks outside of allocated for the file.
- safety of save_env, Michael Zimmermann, 2016/08/23
- Re: safety of save_env,
Andrei Borzenkov <=