你好,我们在我们的Nutanix的一个节点上安装了带有文件服务器的虚拟机。目前磁盘的大小是3.5 TB,但是我们希望将这个大小扩展到4.5TB。有人知道这么大的磁盘,VM是否能正常工作吗?
最佳答案伊万诺夫
If the hypervisor is AHV, the virtual disk size is almost limitless. The theoretical maximum would be 9 exabytes. So, if the guest operating system supports the desired size, it is good to go.<\/p>
However, i would recommend not to create large disks for performance reasons. In Nutanix we have write cache, which is called oplog and the oplog is always 6Gb in size. It is assigned per vdisk and it means that every vdisk has 6Gb of oplog no matter what size the vdisk is. If you get a very big vdisk and you do write operations towards it very actively, it might be performing slower, because the oplog would get full very quickly. The trick is to create multiple vdisks and present them to the guest OS. If the application cannot work with multiple disks and requires only 1 disk, you can use striped volumes to create a single guest disk made of multiple Nutanix vdisks. For example, if you need 4.5Tb, you can create 5x900Gb disks to get the same size, but that way you will get 5 times write cache compare to asingle large vdisk and the performance will be better. However, if performance is not very important, you can go with 1 large vdisk.<\/p>","className":"post__content__best_answer"}">