From 5e2d06401f79bd576d806f044c2cc744100728ae Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 9 Jul 2015 14:07:01 +0200 Subject: [PATCH] feature #3718: Add DISK on oned.conf comment. DISK_COST is now a restricted attribute --- share/etc/oned.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index bf629e6d32..55bc0203c9 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -115,8 +115,8 @@ FEDERATION = [ # Default showback cost #------------------------------------------------------------------------------- # The following attributes define the default cost for Virtual Machines that -# don't have a CPU or MEMORY cost. This is used by the oneshowback calculate -# method. +# don't have a CPU, MEMORY or DISK cost. This is used by the oneshowback +# calculate method. #******************************************************************************* DEFAULT_COST = [ @@ -785,6 +785,7 @@ VM_RESTRICTED_ATTR = "DISK/READ_IOPS_SEC" VM_RESTRICTED_ATTR = "DISK/WRITE_IOPS_SEC" VM_RESTRICTED_ATTR = "CPU_COST" VM_RESTRICTED_ATTR = "MEMORY_COST" +VM_RESTRICTED_ATTR = "DISK_COST" #VM_RESTRICTED_ATTR = "RANK" #VM_RESTRICTED_ATTR = "SCHED_RANK"