]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove update_volume_status log message from NFS driver
authorEric Harney <eharney@redhat.com>
Fri, 5 Apr 2013 14:50:31 +0000 (10:50 -0400)
committerEric Harney <eharney@redhat.com>
Fri, 5 Apr 2013 14:53:03 +0000 (10:53 -0400)
commit134afd8df538c7e63b41922897a343f34641be23
tree06786fda904d9424df23ff08fc2109244709a75e
parent7437175d1ee37142955dcaa564c2595baf16c831
Remove update_volume_status log message from NFS driver

The manager logs an INFO message when this action occurs already,
and it not called by anyone else, so don't log twice:

INFO [cinder.volume.manager] Updating volume status
DEBUG [cinder.volume.drivers.nfs] Updating volume status

Change-Id: Id99be0c0e50837c2b59963d983b9a7db3d25919a
cinder/volume/drivers/nfs.py