]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix error log level in restore-backup routine
authorling-yun <zengyunling@huawei.com>
Mon, 7 Jul 2014 08:51:24 +0000 (16:51 +0800)
committerJay S. Bryant <jsbryant@us.ibm.com>
Tue, 5 Aug 2014 18:57:52 +0000 (13:57 -0500)
commit4469591c76888bad263662df424c3f266ded8d48
treeaaba8376a7ef5363404521a4027d81374e220897
parentd7f9855111836abd36e7848d554e561adf1bc3b2
Fix error log level in restore-backup routine

When doing backup-restore operation, it needs volume's size is not less
than backup's size.
But in backup-restore routine, when volume's size is bigger than backup's
size, it logs the the info of volume's size and backup's size to warn
level, which I think it should log the info to info level.
This bug fix it.

Change-Id: Ic7210e3b018053be7a6f567cd0a7b20d51d403b8
Closes-Bug: #1338481
cinder/backup/manager.py