Bug 1375620 - scrips running rgw I/O failed during update from 2.0 to 2.0 async - ubuntu
Summary: scrips running rgw I/O failed during update from 2.0 to 2.0 async - ubuntu
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Documentation
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: 2.1
Assignee: Aron Gunn
QA Contact: Rachana Patel
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-13 14:23 UTC by Rachana Patel
Modified: 2016-09-30 17:20 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-30 17:20:15 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Rachana Patel 2016-09-13 14:23:20 UTC
Description of problem:
=======================
while updating rgw node from 2.0 to 2.0 async, script running I/O failed


  upload part 13 size 52428800
    upload part 14 size 52428800
    upload part 15 size 52428800
    upload part 16 size 52428800
    upload part 17 size 52428800
    upload part 18 size 52428800



Traceback (most recent call last):
  File "s3test.py", line 41, in <module>
    part.upload_part_from_file(fp = fp, part_num = n, size = size)
  File "/usr/lib/python2.7/dist-packages/boto/s3/multipart.py", line 260, in upload_part_from_file
    query_args=query_args, size=size)
  File "/usr/lib/python2.7/dist-packages/boto/s3/key.py", line 1293, in set_contents_from_file
    chunked_transfer=chunked_transfer, size=size)
  File "/usr/lib/python2.7/dist-packages/boto/s3/key.py", line 750, in send_file
    chunked_transfer=chunked_transfer, size=size)
  File "/usr/lib/python2.7/dist-packages/boto/s3/key.py", line 951, in _send_file_internal
    query_args=query_args
  File "/usr/lib/python2.7/dist-packages/boto/s3/connection.py", line 664, in make_request
    retry_handler=retry_handler
  File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 1071, in make_request
    retry_handler=retry_handler)
  File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 1028, in _mexe
    raise BotoServerError(response.status, response.reason, body)
boto.exception.BotoServerError: BotoServerError: 400 Bad Request


Version-Release number of selected component (if applicable):
=============================================================
update from 2.0 GA to 10.2.2-32redhat1xenial


How reproducible:
================
intermittent


Steps to Reproduce:
===================

1. create ubuntu ceph cluster (ceph 2.0 GA bits)
2. create rgw multisite setup
3. run I/O from rgw client
4. update cluster to 2.0 async (primary cluster first and then secondary)

Actual results:
===============
found  I/O failures while updating rgw on primary cluster

Comment 11 Rachana Patel 2016-09-14 18:20:04 UTC
doc links mentioned in comment looks good to me. Hence moving to verified


Note You need to log in before you can comment on or make changes to this bug.