1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-01 13:13:55 +02:00

qm-{disk-rescan,guest-cmd}: add Dutch translation (#17794)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Dylan 2025-08-25 18:28:46 +00:00 committed by GitHub
parent f6ab9f9f74
commit d9ce58b101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 5 deletions

View file

@ -0,0 +1,16 @@
# qm disk rescan
> Scan alle opslag opnieuw en update schijfgroottes en ongebruikte schijf images van virtual machines.
> Meer informatie: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Scan alle opslag opnieuw en update schijfgroottes en ongebruikte schijf images:
`qm {{[di|disk]}} {{[resc|rescan]}}`
- Voer een testscan uit en maak geen veranderingen in de configuraties:
`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun`
- Specificeer een virtual machine via zijn ID:
`qm {{[di|disk]}} {{[resc|rescan]}} --vmid {{100}}`

View file

@ -0,0 +1,8 @@
# qm guest cmd
> Voer QEMU Guest Agent-commando's uit.
> Meer informatie: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Voer een specifiek QEMU Guest Agent-commando uit:
`qm {{[g|guest]}} {{[c|cmd]}} {{virtual_machine_id}} {{fsfreeze-freeze|fsfreeze-status|fsfreeze-thaw|fstrim|get-fsinfo|...}}`

View file

@ -1,12 +1,16 @@
# qm disk rescan
> Rescan all storages and update disk sizes and unused disk images of a virtual machine.
> Rescan all storages and update disk sizes and unused disk images of virtual machines.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Rescan all storages and update disk sizes and unused disk images of a specific virtual machine:
- Rescan all storages and update disk sizes and unused disk images:
`qm {{[di|disk]}} {{[resc|rescan]}} {{vm_id}}`
`qm {{[di|disk]}} {{[resc|rescan]}}`
- Perform a dry-run of rescan on a specific virtual machine and do not write any changes to configurations:
- Perform a dry-run of a rescan and do not write any changes to configurations:
`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun {{true}} {{vm_id}}`
`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun`
- Specify a virtual machine by its ID:
`qm {{[di|disk]}} {{[resc|rescan]}} --vmid {{100}}`