Revision 3ef10550 lib/cmdlib.py

b/lib/cmdlib.py
1198 1198

  
1199 1199
    """
1200 1200
    self.dynamic_fields = frozenset(["dtotal", "dfree",
1201
                                     "mtotal", "mnode", "mfree"])
1201
                                     "mtotal", "mnode", "mfree",
1202
                                     "bootid"])
1202 1203

  
1203 1204
    _CheckOutputFields(static=["name", "pinst_cnt", "sinst_cnt",
1204 1205
                               "pinst_list", "sinst_list",
......
1229 1230
            "mfree": utils.TryConvert(int, nodeinfo['memory_free']),
1230 1231
            "dtotal": utils.TryConvert(int, nodeinfo['vg_size']),
1231 1232
            "dfree": utils.TryConvert(int, nodeinfo['vg_free']),
1233
            "bootid": nodeinfo['bootid'],
1232 1234
            }
1233 1235
        else:
1234 1236
          live_data[name] = {}

Also available in: Unified diff