Frage zu pvesh get /cluster/resources

luiluiboy014

Renowned Member
Aug 19, 2015
35
0
71
Hallo habe ne frage kann mann pvesh get /cluster/resources auch den einzelen server anzeigen lassen und abrufen das ich das mit mein script mit anbinten kann an shell für Kvm Server

if [[ "$3" = "hdd" || "$3" = "all" ]]; then
FREE=$(pct exec "$2" df | grep /dev/loop1)
SIZE=$( echo "$FREE" | awk '{print $2}' )
USED=$( echo "$FREE" | awk '{print $3}' )
AVAI=$( echo "$FREE" | awk '{print $4}' )
PERC=$( echo "$FREE" | awk '{print $5}' )

if [ "$3" != "all" ]; then
return_info="$SIZE,$USED,$AVAI,$PERC"
else
HDD="$SIZE,$USED,$AVAI,$PERC"
fi
fi
 
ne ich möchte nur das der kvm server angeztigt wird über den befehl
pvesh get /cluster/resources weil bei dem werden ja alle angezeigt
 
Kannst du bitte mal deine verwendeten Begriffe näher definieren?

KVM Server ist für mich erst mal der Node, sprichst du von einer KVM VM?
 

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!