You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/10 07:26:10 UTC

[jira] [Commented] (CLOUDSTACK-9132) API createVolume takes empty string for name parameter

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050169#comment-15050169 ] 

ASF GitHub Bot commented on CLOUDSTACK-9132:
--------------------------------------------

GitHub user nitin-maharana opened a pull request:

    https://github.com/apache/cloudstack/pull/1206

    CLOUDSTACK-9132: API createVolume takes empty string for name parameter

    Steps to Reproduce:
    ================
    Create a volume using createVolume API where parameter name is empty.
    It creates a volume with empty name.
    But the name parameter is mandatory.(Issue)
    Expected Behaviour:
    ================
    It shouldn't create a volume with an empty name. Error should be returned.
    
    Solution:
    =======
    Added the validation check for volume name.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nitin-maharana/CloudStack CloudStack-Nitin15

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1206.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1206
    
----
commit 4a5993b5d4693fcdb7017503d5776d66104e643f
Author: Nitin Kumar Maharana <ni...@gmail.com>
Date:   2015-12-09T11:50:48Z

    CLOUDSTACK-9132: API createVolume takes empty string for name parameter
    
    Added the validation check for volume name.

----


> API createVolume takes empty string for name parameter
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-9132
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9132
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>            Reporter: Nitin Kumar Maharana
>
> Steps to Reproduce:
> ================
> Create a volume using createVolume API where parameter name is empty.
> It creates a volume with empty name.
> But the name parameter is mandatory.(Issue)
> Expected Behaviour:
> ================
> It shouldn't create a volume with an empty name. Error should be returned.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)