[pve-devel] r5661 - pve-cluster/trunk/data/src

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Mar 9 11:01:27 CET 2011


Author: dietmar
Date: 2011-03-09 11:01:27 +0100 (Wed, 09 Mar 2011)
New Revision: 5661

Modified:
   pve-cluster/trunk/data/src/status.c
Log:
store avail instead of used


Modified: pve-cluster/trunk/data/src/status.c
===================================================================
--- pve-cluster/trunk/data/src/status.c	2011-03-09 09:57:30 UTC (rev 5660)
+++ pve-cluster/trunk/data/src/status.c	2011-03-09 10:01:27 UTC (rev 5661)
@@ -793,7 +793,7 @@
 	"DS:swaptotal:GAUGE:120:0:U",
 	"DS:swapused:GAUGE:120:0:U",
 	"DS:roottotal:GAUGE:120:0:U",
-	"DS:rootused:GAUGE:120:0:U",
+	"DS:rootavail:GAUGE:120:0:U",
 
 	"RRA:AVERAGE:0.5:1:70", // 1 min avg - one hour
 	"RRA:AVERAGE:0.5:30:70", // 30 min avg - one day




More information about the pve-devel mailing list