Search results

  1. P

    Feature request - OSD with VDO

    +1 on the feature request. If anybody has data about performance drop please share
  2. P

    Clean scheduled reboot

    #!/bin/bash # get list of VMs on the node VMIDs=$(qm list| awk '/[0-9]/ {print $1}') # ask them to shutdown for VM in $VMIDs do qm shutdown $VM done #wait until they're done (and down) for VM in $VMIDs do while [[ $(qm status $VM) =~ running ]] ; do sleep 1 done done ##...
  3. P

    [SOLVED] see VM/CT disk usage/load

    iostat ? ``` apt install sysstat iostat -m -x Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm %wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util sda 3.00 56.00 0.00 0.70 0.00 0.00 0.00 0.00 0.17 0.08 0.00 0.00...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!