Mongo DB on a vm with underlying numa hardware

We are running a mongoDB instance in a vagrant VM(Linux), which in turn (VM) runs on Linux installed on numa hardware.

When checking in VM, it doesn’t say it is on a numa hardware, but the underlying hardware is numa, which I can check from the linux in which vagrant VM is running on.

How does numa affects the performance of mongoDB in this case? Do we need to consider this as mongoDB running on numa hardware (though it is not directly managed by the OS installed in hardware, rather it is in a VM running in vagrant).