]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix HNAS driver confusing error message
authorErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Thu, 11 Dec 2014 10:46:31 +0000 (08:46 -0200)
committerErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Mon, 15 Dec 2014 20:22:36 +0000 (18:22 -0200)
commit6cc497b468ec909d5261c464826b704007fca2ee
treebf5acd3f91b203bcdc935d45a4ef010dc68a5ed6
parent5259bd7f6010f17a129e6bbb1d8e486e93b33b03
Fix HNAS driver confusing error message

The error message shown when the parser finds a parser error
says, 'file not found' which causes confusion on the user when
he/she needs to debug the real cause o the problem. This patch fix
this by testing first if the file exist and then throwing a
proper error message.

Closes-Bug: #1402775
Change-Id: I91c7a24d5da37735787e8fc0da544c8ba8204884
cinder/volume/drivers/hds/nfs.py