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:
parent
f6ab9f9f74
commit
d9ce58b101
3 changed files with 33 additions and 5 deletions
16
pages.nl/linux/qm-disk-rescan.md
Normal file
16
pages.nl/linux/qm-disk-rescan.md
Normal 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}}`
|
8
pages.nl/linux/qm-guest-cmd.md
Normal file
8
pages.nl/linux/qm-guest-cmd.md
Normal 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|...}}`
|
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue