In your case first I would migrate your vm's to your local OS disk lvm,
remove the nvme raid10 from pve storage,
destroy the raid10 and recreate a new raid10 with stripsize=64k :
ln -s /opt/MegaRAID/storcli/storcli64 /usr/local/bin/storcli
storcli /c0/v239 del # why it's numbered 239 and not 1 ...
storcli /c0 add vd r10 drives=252:1-8 wt nora direct Strip=64
storcli /c0 set cacheflushint=1
storcli /c0/vall show init # see when build is done
After you have the choice of lvm or filesystem but would do xfs without lvm and add in pve as directory storage
as then you have much more value and fscache which isn't the case without a fs.
Take above steps first while I look for the last ones.
remove the nvme raid10 from pve storage,
destroy the raid10 and recreate a new raid10 with stripsize=64k :
ln -s /opt/MegaRAID/storcli/storcli64 /usr/local/bin/storcli
storcli /c0/v239 del # why it's numbered 239 and not 1 ...
storcli /c0 add vd r10 drives=252:1-8 wt nora direct Strip=64
storcli /c0 set cacheflushint=1
storcli /c0/vall show init # see when build is done
After you have the choice of lvm or filesystem but would do xfs without lvm and add in pve as directory storage
as then you have much more value and fscache which isn't the case without a fs.
Take above steps first while I look for the last ones.
Last edited: