Re: [Devel] [PATCH vz9] ploop: add interface to request write out BAT

2024-06-25 Thread Andrey Zhadchenko
On 6/21/24 17:36, Alexander Atanasov wrote: On 21.06.24 14:10, Andrey Zhadchenko wrote: On 5/20/24 13:49, Alexander Atanasov wrote: It is possible that BAT is corrupted on disk but we have a good copy of it in RAM. Add dmsetup message to write it out to file write_bat_to_file. This is very

Re: [Devel] [PATCH vz9] ploop: add interface to request write out BAT

2024-06-22 Thread Alexander Atanasov
On 21.06.24 14:10, Andrey Zhadchenko wrote: On 5/20/24 13:49, Alexander Atanasov wrote: It is possible that BAT is corrupted on disk but we have a good copy of it in RAM. Add dmsetup message to write it out to file write_bat_to_file. This is very basic interface and it must be used as a last r

Re: [Devel] [PATCH vz9] ploop: add interface to request write out BAT

2024-06-22 Thread Andrey Zhadchenko
On 5/20/24 13:49, Alexander Atanasov wrote: It is possible that BAT is corrupted on disk but we have a good copy of it in RAM. Add dmsetup message to write it out to file write_bat_to_file. This is very basic interface and it must be used as a last resort. https://virtuozzo.atlassian.net/brow

[Devel] [PATCH vz9] ploop: add interface to request write out BAT

2024-05-20 Thread Alexander Atanasov
It is possible that BAT is corrupted on disk but we have a good copy of it in RAM. Add dmsetup message to write it out to file write_bat_to_file. This is very basic interface and it must be used as a last resort. https://virtuozzo.atlassian.net/browse/PSBM-156501 Signed-off-by: Alexander Atanasov