add cpu_freezable tag
authorsmbaker <smbaker@fc8clean.lan>
Wed, 1 Aug 2012 22:04:44 +0000 (15:04 -0700)
committersmbaker <smbaker@fc8clean.lan>
Wed, 1 Aug 2012 22:04:44 +0000 (15:04 -0700)
db-config.d/010-slice_tags

index b7fcec8..4aabfd2 100644 (file)
@@ -42,7 +42,10 @@ slicetag_types = \
     {'tagname': "cpu_cores",
      'description': "Number of CPU cores",
      'category': 'slice/rspec'},
-    
+    {'tagname': "cpu_freezable",
+     'description': "Slice processes should be frozen if cpu_cores is 0",
+     'category': 'slice/rspec'},     
+
     # Bandwidth limits
     {'tagname': "net_min_rate",
      'description': "Minimum bandwidth (kbps)",