unraid / webgui

Unraid Web UI
158 stars 70 forks source link

Add Unmap Support #1831

Closed SimonFair closed 2 months ago

SimonFair commented 2 months ago

Add support for unmap by adding discard='unmap' if type is file and either of these bus types. Virtio,SCSI or SATA

Example XML `

  <source file='/mnt/vmpoolzfs/domains2/Linuxxxy/vdisk1.img'/>
  <target dev='hdc' bus='virtio'/>
  <serial>vdisk1</serial>
  <boot order='1'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>` 
SimonFair commented 2 months ago

image