]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Improve logging for volume operations via manager
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 27 Feb 2013 20:49:53 +0000 (20:49 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 27 Feb 2013 22:00:48 +0000 (22:00 +0000)
commit9e14e07b8cc203506f8e6de515707a2e923cda17
tree8991f38fc178d370ddb985ce021526288474b6b8
parent2664ed38a3dbf54e468ec8a462765bfc63ab2889
Improve logging for volume operations via manager

A large percentage of the logging information was
being done using debug.  This change moves some
of the logging information to be info level and
also tries to add some consistency in terms of
the general create/delete operations.

This includes moving logging for the basic operations
into the manager and omitting the repetive messages from
the drivers.

Fixes bug: 1133131

Change-Id: I792efde67f30d637431ad2fa45714e50bf9c705d
cinder/volume/drivers/lvm.py
cinder/volume/iscsi.py
cinder/volume/manager.py