Nutanix Files instances are deployed using File Server Virtual Machines (FSVMs) that run on the Nutanix cluster’s hypervisor (AHV, ESXi, or Hyper-V). The minimum resource requirements for deploying FSVMs are specified in the Nutanix Files documentation to ensure proper performance. These requirements are typically defined per FSVM, not per host, as FSVMs are virtual machines distributed across the cluster’s hosts.
According to the official Nutanix documentation:
vCPUs: Each FSVM requires a minimum of 4 vCPUs to operate effectively.
Memory: Each FSVM requires a minimum of 12 GiB of memory (RAM).
The question asks for the “minimum resources” required for deploying Files instances, and the options are framed as “per host.” However, in the context of Nutanix Files, resource requirements are specified per FSVM, as FSVMs are the entities consuming these resources. The options likely reflect a misunderstanding in the original question phrasing, but based on the standard Nutanix Files deployment requirements:
4 vCPUs per FSVM (option D) is correct, as this is the minimum vCPU requirement.
12 GiB of memory per FSVM (option C) is correct, as this is the minimum memory requirement.
Options A (8 vCPUs per host) and B (8 GiB of memory per host) do not align with the documented minimum requirements for FSVMs:
8 vCPUs is higher than the minimum requirement of 4 vCPUs per FSVM.
8 GiB of memory is lower than the minimum requirement of 12 GiB per FSVM.
Exact Extract from Nutanix Documentation:
“For a Nutanix Files deployment, each File Server Virtual Machine (FSVM) requires the following minimum resources:
4 vCPUs
12 GiB of RAMThese resources ensure that the FSVM can handle file service operations efficiently.”— Nutanix Files Deployment Guide, Version 4.0, Section: “System Requirements for Nutanix Files”
[:, Nutanix Files Deployment Guide, Version 4.0, Section: “System Requirements for Nutanix Files” (Nutanix Portal)., Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: “Nutanix Files Resource Requirements”., , , ]
Submit