]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: create command throws inappropriate error messages
authorRajesh Nambiar <rajesh.n@msystechnologies.com>
Wed, 8 Apr 2015 06:31:48 +0000 (23:31 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 8 Apr 2015 06:31:48 +0000 (23:31 -0700)
commitb0172d870e526753ea957e6781d64d590af6d047
tree8eedb653ec5ab03023c53c6de22ffe49d2664950
parente39f2621d55533000c97c3ee7e7394a167283381
rbd: create command throws inappropriate error messages

Fixes: #2862
Changes related to rbd file

Changes to rbd.cc
-----------------

Change 1: line# 2744 to 2747

 If the option is --order then do the check of its value if its less
 than 12 or greaterthan 25 then throw error. Correct value of --order
 is 12 to 25.

Change 2: Removal of validation from line# 3205 to 3209

  Since the check for correct value of --order is done before hence the
  check here is not needed.

Signed-off-by: Rajesh Nambiar <rajesh.n@msystechnologies.com>
src/rbd.cc