TABLE NAMEracks
DESCRIPTIONEach server farm may manage cluster resources on a per-rack basis. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| pkey | pkey | false | true | | physical_servers.rack | 1.36 | the unique ID for the rack | | farm | string | false | false | server_farms.name | | 1.36 | the server_farm housing the rack | | name | string | false | false | | | 1.36 | the per-farm unique name | | max_power | float | true | false | | | 1.36 | the maximum electrical load supported by the rack | | total_rack_units | int | true | false | | | 1.36 | the number of rack units of physical space |
|