Activity log for bug #1689234

Date Who What changed Old value New value Message
2017-05-08 07:06:36 sreeteja bug added bug
2017-05-08 09:42:19 Markus Zoeller (markus_z) nova-dpm: status New Incomplete
2017-05-08 10:29:35 sreeteja nova-dpm: status Incomplete New
2017-05-08 10:43:39 Andreas Scheuring summary Need to check if the memory value given is appropriate Need to check if the max_memory value given is appropriate
2017-05-10 06:19:14 sreeteja nova-dpm: assignee sreeteja (sreeteja)
2017-06-21 08:39:17 Sreeram Vancheeswaran nova-dpm: importance Undecided Low
2017-09-27 08:00:45 sreeteja attachment added memory-round.png https://bugs.launchpad.net/nova-dpm/+bug/1689234/+attachment/4957516/+files/memory-round.png
2017-10-11 08:45:44 Andreas Scheuring 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
2017-10-11 08:45:51 Andreas Scheuring 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
2017-10-11 08:46:49 Andreas Scheuring description Need to add a method to utils.py under validate_host_conf method to check if the max_memory value given is of proper format 512 , 1024 etc if given another value like 234 it should throw some invalid value exception 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.