Activity log for bug #1386369

Date Who What changed Old value New value Message
2014-10-27 18:37:20 Andrew Woodward bug added bug
2014-10-27 18:38:31 Dmitry Borodaenko bug added subscriber Aleksander Mogylchenko
2014-10-27 18:41:49 Dmitry Borodaenko mos: milestone 4.1.2
2014-10-27 18:41:50 Dmitry Borodaenko mos: milestone 4.1.2 6.0
2014-10-28 08:08:20 Aleksander Mogylchenko marked as duplicate 1360352
2014-11-10 10:25:44 Andrew Woodward removed duplicate marker 1360352
2014-11-10 10:29:49 Andrew Woodward summary create deb package from ceph firefly tip ceph: rgw segfaults on empty COPY
2014-11-10 10:30:52 Andrew Woodward description Please create deb packages for ceph from firefly tip. We need them to research http://tracker.ceph.com/issues/9877 Must include patches from http://tracker.ceph.com/issues/9226 Also tracked in http://tracker.ceph.com/issues/9877. This is for MOS tracking reproduces on ceph version 0.80.7 (6c0127fcb58008793d3c8b62d925bc91963672a3) #!/bin/bash base=test source=${base}/source dest=${base}/dest endpoint=$(keystone catalog --service object-store | awk '/public/{print $4}') OS_TOKEN=$(keystone token-get | awk '/ id /{print $4}') #create 10Mb data file dd if=/dev/zero of=./data bs=1024 count=10240 swift upload $source data #will return 201 curl -H "X-Auth-Token: ${OS_TOKEN}" -X COPY -i ${endpoint}/$source/data -H "Destination: ${dest}" #will return 500 curl -H "X-Auth-Token: ${OS_TOKEN}" -X COPY -i ${endpoint}/$source -H "Destination: ${dest}"
2014-11-10 15:29:56 Aleksander Mogylchenko mos: assignee MOS Linux (mos-linux) Aleksander Mogylchenko (amogylchenko)
2014-11-12 17:19:58 Dmitry Borodaenko tags ceph ceph mos-linux
2014-11-19 15:48:56 Aleksander Mogylchenko mos: status Confirmed Fix Committed