Descriptiongustavo.pedrosa
2014-01-21 18:53:06 UTC
Description of problem:
The class DiskMapper does not map the Description field.
Version-Release number of selected component (if applicable):
oVirt Engine Version: 3.3
How reproducible:
100%
Steps to Reproduce:
1. disk.setDescription("foo")
2. api.getDisks().add(disk)
3. After setting the description and added the disk, this one don't have the description.
Actual results:
The disk don't have the description.
Expected results:
The disk have the description.
Additional info:
This is an automated message
oVirt 3.4.1 has been released:
* should fix your issue
* should be available at your local mirror within two days.
If problems still persist, please make note of it in this bug report.
Description of problem: The class DiskMapper does not map the Description field. Version-Release number of selected component (if applicable): oVirt Engine Version: 3.3 How reproducible: 100% Steps to Reproduce: 1. disk.setDescription("foo") 2. api.getDisks().add(disk) 3. After setting the description and added the disk, this one don't have the description. Actual results: The disk don't have the description. Expected results: The disk have the description. Additional info: