removed create_volumes, added log & doc comment about experimental code

This commit is contained in:
vladimir.p 2011-08-26 13:55:43 -07:00
parent 99018d72eb
commit 382e71875c
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,10 @@
"""
Handles all requests relating to Virtual Storage Arrays (VSAs).
Experimental code. Requires special VSA image.
For assistance and guidelines pls contact
Zadara Storage Inc & Openstack community
"""
import sys
@ -142,6 +146,8 @@ class API(base.Base):
For shared storage disks split into partitions
"""
LOG.info(_("*** Experimental VSA code ***"))
if vc_count > FLAGS.max_vcs_in_vsa:
LOG.warning(_("Requested number of VCs (%d) is too high."\
" Setting to default"), vc_count)