diff --git a/src/agent/src/grpc.rs b/src/agent/src/grpc.rs index d49671879e..2e3147f23a 100644 --- a/src/agent/src/grpc.rs +++ b/src/agent/src/grpc.rs @@ -56,7 +56,7 @@ use std::path::PathBuf; const SYSFS_MEMORY_BLOCK_SIZE_PATH: &'static str = "/sys/devices/system/memory/block_size_bytes"; const SYSFS_MEMORY_HOTPLUG_PROBE_PATH: &'static str = "/sys/devices/system/memory/probe"; pub const SYSFS_MEMORY_ONLINE_PATH: &'static str = "/sys/devices/system/memory"; -const CONTAINER_BASE: &'static str = "/run/agent"; +const CONTAINER_BASE: &'static str = "/run/kata-containers"; // Convenience macro to obtain the scope logger macro_rules! sl {