mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-05 13:10:37 +00:00
pageserver: tolerate missing delete marker
This commit is contained in:
@@ -294,6 +294,7 @@ async fn cleanup_remaining_timeline_fs_traces(
|
||||
// Remove delete mark
|
||||
tokio::fs::remove_file(conf.timeline_delete_mark_file_path(tenant_id, timeline_id))
|
||||
.await
|
||||
.or_else(fs_ext::ignore_not_found)
|
||||
.context("remove delete mark")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user