Hello everyone, I have 3 servers all the same with 16core/32Thread AMD EPYC, 256GB Ram, 2x 1TB SSD NVMe in ZFS RAID1 as OS, and 4x 3.2TB SSD NVMe as ceph storage for VMs drives, 2x4TB HDD in RAID0 for fast-local backup.
These three servers are clustered together and connected with dedicated 10Gbps LAN for Ceph + 10Gbps to the internal LAN.
Currently 12 virtual machines are need to run on them, which I have spread out 4 for each server. The machines have been imported from an ESXI 6.7 node on an 8TB internal disk, using VMWare's ovftools and then imported in the ceph filesystem (using qm importovf).
I have already successfully migrated 11 VMs except the last one because it has a 1.7TB VMDK disk, searching the internet I agree that CephFS has a filesystem defaults limit to 1TB for files. I also found the command for which the parameter can be changed:
fs set <fs name> max_file_size <size in bytes>
I tried changing the value to 2TB but the result is this:
root@srv03:~# fs set cephfs max_file_size 2199023255552
-bash: fs: command not found
I have tried searching on internet and on Proxmox documentation in the wiki but it does not seem to be possible to find this setting into the pveceph command.
How can I increase this setting so that I can then move the VM disk?
Thank you in advance for your reply.
Kind Regards
Mattia
These three servers are clustered together and connected with dedicated 10Gbps LAN for Ceph + 10Gbps to the internal LAN.
Currently 12 virtual machines are need to run on them, which I have spread out 4 for each server. The machines have been imported from an ESXI 6.7 node on an 8TB internal disk, using VMWare's ovftools and then imported in the ceph filesystem (using qm importovf).
I have already successfully migrated 11 VMs except the last one because it has a 1.7TB VMDK disk, searching the internet I agree that CephFS has a filesystem defaults limit to 1TB for files. I also found the command for which the parameter can be changed:
fs set <fs name> max_file_size <size in bytes>
I tried changing the value to 2TB but the result is this:
root@srv03:~# fs set cephfs max_file_size 2199023255552
-bash: fs: command not found
I have tried searching on internet and on Proxmox documentation in the wiki but it does not seem to be possible to find this setting into the pveceph command.
How can I increase this setting so that I can then move the VM disk?
Thank you in advance for your reply.
Kind Regards
Mattia
Last edited: