Revision 73b2b65e db/models.py

b/db/models.py
230 230
    # that they need not be persistent in the DB, but rather
231 231
    # get generated at runtime by quering Ganeti and applying
232 232
    # updates received from Ganeti.
233
    
234
    # In the future they could be moved to a separate caching layer
235
    # and removed from the database.
236
    # [vkoukis] after discussion with [faidon].
233 237
    action = models.CharField(choices=ACTIONS, max_length=30, null=True)
234 238
    operstate = models.CharField(choices=OPER_STATES, max_length=30, null=True)
235 239
    backendjobid = models.PositiveIntegerField(null=True)

Also available in: Unified diff