Need to check if the max_memory value is a multiple of 256
Bug #1689234 reported by
sreeteja
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-dpm |
New
|
Low
|
sreeteja |
Bug Description
Need to add a method to utils.py under validate_host_conf method to check if the max_memory value given is a multiple of 256 (or 512?? need to clarify). A value like 234 should fail with some exception.
summary: |
- Need to check if the memory value given is appropriate + Need to check if the max_memory value given is appropriate |
Changed in nova-dpm: | |
assignee: | nobody → sreeteja (sreeteja) |
Changed in nova-dpm: | |
importance: | Undecided → Low |
summary: |
- Need to check if the max_memory value given is appropriate + Need to check if the max_memory value is a multiple of 512 |
summary: |
- Need to check if the max_memory value is a multiple of 512 + Need to check if the max_memory value is a multiple of 256 |
description: | updated |
To post a comment you must log in.
This item is unclear. We need to figure out if the z specific requirement of >=512MB memory for a partition has impact on our host specific config option "max_memory".