From 201cf6abd09ddc25cc373908761e1eaa4f8650bc Mon Sep 17 00:00:00 2001 From: Julian Einwag Date: Fri, 7 Jul 2023 06:31:13 +0000 Subject: [PATCH] Add link to Proxmox documentation. --- docs/builders/clone.mdx | 4 +++- docs/builders/iso.mdx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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.