Files
neon/control_plane/src
Christian Schwarz 555ccb8c91 feat: add LD_PRELOADable library for mocking statvfs
use like so:

env RUST_LOG=pageserver=info,pageserver::disk_usage_eviction_task=debug LD_PRELOAD=$PWD/target/debug/libstatvfs_ldpreload.so  NEON_STATVFS_LDPRELOAD_CONFIG="$(echo '{}' | jq '{magic: "foobar", mock: { type: "Failure", mocked_error: "EIO" }}')" ./target/debug/neon_local pageserver start
2023-03-29 15:01:45 +02:00
..
2022-12-22 14:27:48 +02:00
2023-03-27 12:24:35 +03:00
2022-12-12 13:30:16 +03:00
2023-03-20 16:51:09 +01:00