Hello,
I have set up a fresh install of an HA cluster of 3 identical servers with Proxmox.
We have a Dell ME4024 disk array. I configured the disk array with the Dell recommended RAID settings (ADAPT Raid). The disk array has been attached to each server with 2 SAS cables. I provisionned two virtual volumes from the disk array. I set up the
With
I created LVM volumes and created some VMs for testing on the shared storage.
The test VMs have at least 2 SCSI virtual hard disks, one for the OS and an empty drive.
I have the following issue, both on Windows Server 2019 and Ubuntu :
After creating and deleting a few dummy files on the empty drive, with
It seems not to matter if the SCSI disks are configured with or without writeback cache and/or discard.
Thanks for your help !
Edit : detaching and reattaching the disks sometimes fixes the free space shown but then unfortunately the issue comes back very quickly, sometimes even after 1 file copied.
I have set up a fresh install of an HA cluster of 3 identical servers with Proxmox.
Code:
Kernel Version
Linux 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100)
PVE Manager Version
pve-manager/6.3-6/2184247e
/etc/multipath.conf
file accordingly to the Dell documentation :
Code:
defaults {
find_multipaths yes
user_friendly_names yes
}
blacklist {
}
devices {
device {
vendor "DellEMC"
product "ME4"
path_grouping_policy "group_by_prio"
path_checker "tur"
hardware_handler "1 alua"
prio "alua"
failback immediate
rr_weight "uniform"
path_selector "service-time 0"
}
}
multipaths {
multipath {
wwid "3600c0ff00052ff4d542b686001000000"
alias vol-data-01
}
multipath {
wwid "3600c0ff00052ff4d2fae650001000000"
alias vol-backup-01
}
}
With
multipath -ll
, I can see the attached disks on each server with the redundant paths.I created LVM volumes and created some VMs for testing on the shared storage.
The test VMs have at least 2 SCSI virtual hard disks, one for the OS and an empty drive.
I have the following issue, both on Windows Server 2019 and Ubuntu :
After creating and deleting a few dummy files on the empty drive, with
fsutil
on Windows, dd
or fallocate
on Linux, the reported disk size is getting wrong. Even after deleting all the files, the drive shows inside the VM that, for example, 30/100 GB are used, and if I try to copy more than 70 GB, it will fail. Sometimes, even the OS disk shows a wrong space usage, and then it can lead to the VM not being able to boot anymore.It seems not to matter if the SCSI disks are configured with or without writeback cache and/or discard.
Thanks for your help !
Edit : detaching and reattaching the disks sometimes fixes the free space shown but then unfortunately the issue comes back very quickly, sometimes even after 1 file copied.
Last edited: