Description of problem: While moving the disks to a different storage domain, the log message displayed has a typo.
Version-Release number of selected component (if applicable):
rhevm-webadmin-portal-3.1.0-15.el6ev.noarch
How reproducible:
Steps to Reproduce:
1. Move disk from one storage domain to another
2.
3.
Actual results:
Moveing Disk from distribute to distribute-replicate-2x2
Expected results:
Moving Disk from distribute to distribute-replicate-2x2
Additional info:
Anush - we are missing logs/screenshot, and grep on the codebase didn't find the string 'Moveing' (and i checked older tags as well)
please reopen if reproduces on latest builds and provide logs/screenshot.
thanks,
Itamar
thanks to shireesh:
backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
job.MoveOrCopyDisk=${Action}ing Disk from ${SourceSD} to ${TargetSD}
I guess the ${Action} gets replaced by "Move", resulting in "Moveing"
Fixed in patch -
http://gerrit.ovirt.org/#/c/9303/
Change-Id: I53bb3238d1a5e6b3e966adf488a10946e252ffe3
Note: The error message appears in the 'tasks' tab and NOT in the log.