diff --git a/docs/builders/clone.mdx b/docs/builders/clone.mdx index 718b1733..a838a8a1 100644 --- a/docs/builders/clone.mdx +++ b/docs/builders/clone.mdx @@ -229,7 +229,9 @@ or responding to pattern `/dev/.+`. Example: `scsi` or `virtio` disk. Defaults to `false`. - `discard` (bool) - Relay TRIM commands to the underlying storage. Defaults - to false. + to false. See the + [Proxmox documentation](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_hard_disk_discard) + for for further information. - `ssd` (bool) - Drive will be presented to the guest as solid-state drive rather than a rotational disk. diff --git a/docs/builders/iso.mdx b/docs/builders/iso.mdx index 75694fc2..58e26cf9 100644 --- a/docs/builders/iso.mdx +++ b/docs/builders/iso.mdx @@ -240,7 +240,9 @@ or responding to pattern `/dev/.+`. Example: `scsi` or `virtio` disk. Defaults to `false`. - `discard` (bool) - Relay TRIM commands to the underlying storage. Defaults - to false. + to false. See the + [Proxmox documentation](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_hard_disk_discard) + for for further information. - `ssd` (bool) - Drive will be presented to the guest as solid-state drive rather than a rotational disk.