Project

General

Profile

Tasks #11644

Updated by Nathan Cutler over 8 years ago

h3. Workflow

* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-release *IN PROGRESS*
* "Cutting the release":http://ceph.com/docs/master/dev/development-workflow/#cutting-a-new-stable-release
** Nathan asks Sage if a point release should be published
** Nathan gets approval from all leads
*** Yehuda, rgw:
*** Gregory, CephFS:
*** Josh, RBD:
*** Sam, rados:
** Sage writes and commits the release notes
** Nathan informs Yuri that the branch is ready for testing
** Yuri runs additional integration tests
** If Yuri discovers new bugs with severity Critical, the release goes back to being prepared, it was not ready after all
** Yuri informs Alfredo that the branch is ready for release
** Alfredo creates the packages and sets the release tag

h3. Release information

* branch to build from: firefly, commit:???
* version: v0.80.11
* type of release: point release
* where to publish the release: http://ceph.com/debian-firefly and http://ceph.com/rpm-firefly

<code>git --no-pager log --format='%H %s' --graph tags/v0.80.10..ceph/firefly | perl -p -e 's/"/ /g; if (/\w+\s+Merge pull request #(\d+)/) { s|\w+\s+Merge pull request #(\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'</code>

* + "Pull request 4583":https://github.com/ceph/ceph/pull/4583
* |\
* | + "Variable length array of std::strings (not legal in C++) changed to std::vector<std::string>":https://github.com/ceph/ceph/commit/9614e4dc5be745dab367d17f29a07377e348b2ca
* + "Pull request 4584":https://github.com/ceph/ceph/pull/4584
* |\
* | + "rgw: swift GET / HEAD object returns X-Timestamp field":https://github.com/ceph/ceph/commit/8c573c8826096d90dc7dfb9fd0126b9983bc15eb
* + "Pull request 4642":https://github.com/ceph/ceph/pull/4642
* |\
* | + "rgw: quota not respected in POST object":https://github.com/ceph/ceph/commit/d78e31f005756700e15d26d187c6cef6d5d24a7a
* + "Pull request 4641":https://github.com/ceph/ceph/pull/4641
* |\
* | + "rgw: remove meta file after deleting bucket The meta file is deleted only if the bucket meta data is not synced":https://github.com/ceph/ceph/commit/177ef55d61c9b08783ae746aa521d2535324d6ba
* + "Pull request 5170":https://github.com/ceph/ceph/pull/5170
* |\
* | + "rgw: send Content-Length in response for HEAD on Swift account.":https://github.com/ceph/ceph/commit/2ee6e9a0cc6513097d6c9f9e40787a1c60c09796
* | + "rgw: send Content-Length in response for DELETE on Swift container.":https://github.com/ceph/ceph/commit/1b4536aa47fd6d2440fbd30b64b5b46eaa21215a
* | + "rgw: send Content-Length in response for PUT on Swift container.":https://github.com/ceph/ceph/commit/177324ced968b254458a450f8e348c96cbd10931
* | + "rgw: send Content-Length in response for GET on Swift container.":https://github.com/ceph/ceph/commit/0a580c4a23b985ede28cdfc751eed2a368473e09
* | + "rgw: enable end_header() to handle proposal of Content-Length.":https://github.com/ceph/ceph/commit/84525806a057054dca295f860e0a31d6936d4985
* + | "Pull request 4762":https://github.com/ceph/ceph/pull/4762
* |\ \
* | + | "rgw: Use attrs from source bucket on copy":https://github.com/ceph/ceph/commit/2d5d8da35f627840ee57a8fa071147943b890d0c
* | /
* + | "Pull request 5171":https://github.com/ceph/ceph/pull/5171
* |\ \
* | + | "librbd: assertion failure race condition if watch disconnected":https://github.com/ceph/ceph/commit/3223bd604117b0b302b1e3e235ff9bced8e986bc
* | |/
* + | "Pull request 4639":https://github.com/ceph/ceph/pull/4639
* |\ \
* | + | "librbd: updated cache max objects calculation":https://github.com/ceph/ceph/commit/9845258f184c823d1e48da1dcb97bdde97220bb6
* | /
* + | "Pull request 5051":https://github.com/ceph/ceph/pull/5051
* |\ \
* | + | "osd: cache pool: flush object ignoring cache min flush age when cache pool is full Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>":https://github.com/ceph/ceph/commit/3f2fb8a996820843d0287a9337d38d80c7cb616b
* | + | "osd: add local_mtime to struct object_info_t":https://github.com/ceph/ceph/commit/9969ae5710bc66e1e96125f22593ea1e0ba381af
* | |/
* + | "Pull request 5307":https://github.com/ceph/ceph/pull/5307
* |\ \
* | + | "doc: v0.80.10 changelog":https://github.com/ceph/ceph/commit/ef648e592404e8677df91f218c4400caad4034b6
* | + | "doc/release-notes: v0.80.10":https://github.com/ceph/ceph/commit/df837e5cc30cf08ade26df6e42ca402fc628a9bb
* | + | "doc/release-notes: update notes for v0.80.10":https://github.com/ceph/ceph/commit/90cddd425ca8f1731fff0b8fb4b7e02a96048f92
* + | | "Pull request 4867":https://github.com/ceph/ceph/pull/4867
* |\ \ \
* | + | | "Always provide summary for non-healthy cluster.":https://github.com/ceph/ceph/commit/989e04799be567ee93369a87b90405833c3fe8d2
* |/ / /
* + | | "Pull request 5062":https://github.com/ceph/ceph/pull/5062
* |\ \ \
* | |/ /
* |/| |
* | + | "Objecter: resend linger ops on any interval change":https://github.com/ceph/ceph/commit/d296120c144a62794483338fd696ca8089778e84
* | + | "osd_types: factor out is_new_interval from check_new_interval":https://github.com/ceph/ceph/commit/a44b7b4bd870cc72e50a49900cd81fde6d40845b
* | |/
* + | "Pull request 5129":https://github.com/ceph/ceph/pull/5129
* |\ \
* | + | "mon: remove unused variable":https://github.com/ceph/ceph/commit/1d2af55f8c69b4a382eb516d8f90a8316fd3bc02
* | |/
* + | "Pull request 5044":https://github.com/ceph/ceph/pull/5044
* |\ \
* | + | "The fix for issue 9614 was not completed, as a result, for those erasure coded PGs with one OSD down, the state was wrongly marked as active+clean+degraded. This patch makes sure the clean flag is not set for such PG. Signed-off-by: Guang Yang <yguang@yahoo-inc.com>":https://github.com/ceph/ceph/commit/6793d504b5b622a7a6f69ffb30d6822167b557a3
* | |/
* + | "Pull request 5039":https://github.com/ceph/ceph/pull/5039
* |\ \
* | + | "osd: Cleanup boost optionals":https://github.com/ceph/ceph/commit/fcac7ab6305dc3215fdcb46951fa9ee4cbf68ce3
* | |/
* + | "Pull request 5037":https://github.com/ceph/ceph/pull/5037
* |\ \
* | + | "Makefile: install ceph-post-file keys with mode 600":https://github.com/ceph/ceph/commit/a62c720dc783b40377dcd34d4e53aa778ac1a84b
* | + | "ceph-post-file: improve check for a source install":https://github.com/ceph/ceph/commit/fc59ca391f639b2ef1b5c9dda202a3d7d718cf25
* | + | "ceph-post-file: behave when sftp doesn't take -i":https://github.com/ceph/ceph/commit/50bfb354d0648162f94c2659e8b915d69f27bf73
* | |/
* + | "Pull request 4771":https://github.com/ceph/ceph/pull/4771
* |\ \
* | + | "ceph-disk: support NVMe device partitions":https://github.com/ceph/ceph/commit/90a1a7587fcb567e2cc6e9188fdd56ec1255a881
* | /
* + | "Pull request 4636":https://github.com/ceph/ceph/pull/4636
* |\ \
* | + | "Fix disk zap sgdisk invocation":https://github.com/ceph/ceph/commit/10d85e1126768f6c72f7d2a301ea7ca9ba59f8e0
* | /
* + | "Pull request 4635":https://github.com/ceph/ceph/pull/4635
* |\ \
* | + | "json_sprit: fix the FTBFS on old gcc":https://github.com/ceph/ceph/commit/424289dc4ee8fb09dd00d507b5a9d1fecc786937
* | + | "json_spirit: use utf8 intenally when parsing \uHHHH":https://github.com/ceph/ceph/commit/84b00f189554fc37413c990ac4011079bb5cdb60
* | /
* + | "Pull request 4632":https://github.com/ceph/ceph/pull/4632
* |\ \
* | + | "osd: refuse to write a new erasure coded object with an offset > 0":https://github.com/ceph/ceph/commit/8372f1d53b847224bf4c61894d18851e84ccd357
* | /
* + | "Pull request 4630":https://github.com/ceph/ceph/pull/4630
* |\ \
* | + | "ceph-disk: more robust parted output parser":https://github.com/ceph/ceph/commit/909096713dcef5dc4fdbb22a9971609554688e23
* | /
* + | "Pull request 4597":https://github.com/ceph/ceph/pull/4597
* |\ \
* | + | "osdc: add epoch_t last_force_resend in Op/LingerOp.":https://github.com/ceph/ceph/commit/b1ff7396c8e9668c0be1a4023e0ffa292067cf64
* | /
* + | "Pull request 4582":https://github.com/ceph/ceph/pull/4582
* |\ \
* | + | "ceph_argparse_flag has no regular 3rd parameter.":https://github.com/ceph/ceph/commit/2cb2333ecdf2106925d74e024697f73ad947f378
* | /
* + | "Pull request 4633":https://github.com/ceph/ceph/pull/4633
* |\ \
* | + | "common/admin_socket: close socket descriptor in destructor":https://github.com/ceph/ceph/commit/b06114088a354f9dbcfc9182643733399c31f2a8
* | /
* + | "Pull request 4631":https://github.com/ceph/ceph/pull/4631
* |\ \
* | |/
* |/|
* | + "PGLog: split divergent priors as well":https://github.com/ceph/ceph/commit/0a7f2b2a859aefebc995ad5c7b699eb117d6fa12
* + "Pull request 4960":https://github.com/ceph/ceph/pull/4960
* + "osd,mon: explicitly specify OSD features in MOSDBoot":https://github.com/ceph/ceph/commit/254676b63b559fa0117520edb5dcbfe067a76747

h3. teuthology run commit:d135e397fa182cebde4d96f52c8eb3075e51b74c (firefly-backports august 2015)

<code>git --no-pager log --format='%H %s' --graph ceph/firefly..ceph/firefly-backports | perl -p -e 's/"/ /g; if (/\w+\s+Merge (\d+)/) { s|\w+\s+Merge (\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'</code>

* + "Pull request 4535":https://github.com/ceph/ceph/pull/4535
* |\
* | + "rgw: use correct objv_tracker for bucket instance":https://github.com/ceph/ceph/commit/f6022639758ec13b9a25b03cd831882db0b517b3
* + "Pull request 4765":https://github.com/ceph/ceph/pull/4765
* |\
* | + "rgw: always check if token is expired":https://github.com/ceph/ceph/commit/d4ef5566e6b1b2ac73925660a1d627dbb6cc7632
* + "Pull request 4769":https://github.com/ceph/ceph/pull/4769
* |\
* | + "mon: prevent bucket deletion when referenced by a rule":https://github.com/ceph/ceph/commit/f93eadd793f9f4fded30df5589f98ccfc0e1839f
* + "Pull request 4788":https://github.com/ceph/ceph/pull/4788
* |\
* | + "mon/OSDMonitor: require mon_allow_pool_delete = true to remove pools":https://github.com/ceph/ceph/commit/f122788b3592da516cdb9f6abdc3383a2e7424a2
* + "Pull request 4854":https://github.com/ceph/ceph/pull/4854
* |\
* | + "tests: verify librbd blocking aio code path":https://github.com/ceph/ceph/commit/4a709a450987cc90126b11a20c1c762d4fbfcea9
* | + "librbd: new rbd_non_blocking_aio config option":https://github.com/ceph/ceph/commit/4501e90d9b667310a222c3616a7b1f1fb382f997
* | + "PendingReleaseNotes: document changes to librbd's aio_read methods":https://github.com/ceph/ceph/commit/68863968dd734fc45557dca100c8a0a5060cbd8b
* | + "tests: update librbd AIO tests to remove result code":https://github.com/ceph/ceph/commit/861c20bb2cc05a13a45b0e2368c591212e4eda72
* | + "librbd: AioRequest::send no longer returns a result":https://github.com/ceph/ceph/commit/4e7cf6115798dd339efe41a528aac148be640b29
* | + "librbd: internal AIO methods no longer return result":https://github.com/ceph/ceph/commit/0ccf47bf9f070ff7fe4e1dd3d3c3e3daa1f621c4
* | + "Throttle: added pending_error method to SimpleThrottle":https://github.com/ceph/ceph/commit/e48040413849c5d3a577addff644502858ac5a66
* | + "librbd: add new fail method to AioCompletion":https://github.com/ceph/ceph/commit/8ec341ee8f256e8ab91a931f6005e1ebd4b1db60
* | + "librbd: avoid blocking AIO API methods":https://github.com/ceph/ceph/commit/eed8ce258d116e837d8777f246f31c21a03ceb74
* | + "librbd: add task pool / work queue for AIO requests":https://github.com/ceph/ceph/commit/220a23e8d99882838626d5647f9c055eefeb28c6
* | + "WorkQueue: added virtual destructor":https://github.com/ceph/ceph/commit/3292bd26127f5beb69ac9c5fbcdea7efe002fd40
* | + "WorkQueue: add new ContextWQ work queue":https://github.com/ceph/ceph/commit/9bf970c1d956c94bc420d874eb83db1f16cf5d44
* | + "common/ceph_context: don't import std namespace":https://github.com/ceph/ceph/commit/94aa947b33083bcfe3cb61f41bfdaea7df605cbb
* | + "CephContext: Add AssociatedSingletonObject to allow CephContext's singleton":https://github.com/ceph/ceph/commit/b91e594401ab75987a370f6dee0ee8d212189c9f
* + "Pull request 4861":https://github.com/ceph/ceph/pull/4861
* |\
* | + "rgw: Do not enclose the Bucket header in quotes":https://github.com/ceph/ceph/commit/dcb1b5bf7523e524fb7bd2fa603257514bbc2cbf
* + "Pull request 5043":https://github.com/ceph/ceph/pull/5043
* |\
* | + "For pgls OP, get/put budget on per list session basis, instead of per OP basis, which could lead to deadlock.":https://github.com/ceph/ceph/commit/5559a5fe0f593c0e7af47c6d8a8359dbcbfd1f08
* + "Pull request 5056":https://github.com/ceph/ceph/pull/5056
* |\
* | + "rgw/logrotate.conf: Rename service name":https://github.com/ceph/ceph/commit/00c94897368dc93a852ef6e6277e70405e7513ad
* + "Pull request 5199":https://github.com/ceph/ceph/pull/5199
* |\
* | + "mon: always reply mdsbeacon":https://github.com/ceph/ceph/commit/dc128758bb68a50992819f759b5684ff656406ba
* | + "mon/MDSMonitor: rename labels to a better name":https://github.com/ceph/ceph/commit/da720d7d870a53faeacc169796083b4eba4b9406
* | + "mon: send no_reply() to peon to drop ignored mdsbeacon":https://github.com/ceph/ceph/commit/329da091d6e8444722b312ff94c7093f81939f13
* | + "mon: remove unnecessary error handling":https://github.com/ceph/ceph/commit/508332f53075a99295b9edb683ed343d8f59ca4f
* + "Pull request 5200":https://github.com/ceph/ceph/pull/5200
* |\
* | + "ReplicatedPG::maybe_handle_cache: do not skip promote for write_ordered":https://github.com/ceph/ceph/commit/54264210f4ebec23b08dd6712e09aea49543b52b
* | + "osd: promotion on 2nd read for cache tiering":https://github.com/ceph/ceph/commit/7e2526784203b0f1bce08869aa7b1fda9c5eedd9
* | + "ceph_test_rados_api_tier: test promote-on-second-read behavior":https://github.com/ceph/ceph/commit/66f61cd9ae105948f653fd888812df270ff1e832
* | + "osd/osd_types: be pedantic about encoding last_force_op_resend without feature bit":https://github.com/ceph/ceph/commit/a8f3d6e1f1f186cbe2299566a575bf5a40500227
* + "Pull request 5217":https://github.com/ceph/ceph/pull/5217
* |\
* | + "ceph.spec.in: python-argparse only in Python 2.6":https://github.com/ceph/ceph/commit/2544a6fc59a86d3f02dcd67d3c84a72d7a1100a0
* + "Pull request 5224":https://github.com/ceph/ceph/pull/5224
* |\
* | + "ceph.spec.in: do not run fdupes, even on SLE/openSUSE":https://github.com/ceph/ceph/commit/bd25136d45d32b8d419fbe60e39572038e33cc59
* + "Pull request 5225":https://github.com/ceph/ceph/pull/5225
* |\
* | + "ceph.spec.in: use _udevrulesdir to eliminate conditionals":https://github.com/ceph/ceph/commit/68508e28adffae64a52ea4c0046fbe8537e0d093
* + "Pull request 5232":https://github.com/ceph/ceph/pull/5232
* |\
* | + "rgw: simplify content length handling":https://github.com/ceph/ceph/commit/d5d033419d42f78afe5697ed8b030d95daa8d07f
* | + "rgw: make compatability deconfliction optional.":https://github.com/ceph/ceph/commit/493af9072e6bb07064e15bfe7badc7643e7458da
* | + "rgw: improve content-length env var handling":https://github.com/ceph/ceph/commit/7d9b4f14597463d4c0f9755163c9a47ae7a37ef3
* + "Pull request 5233":https://github.com/ceph/ceph/pull/5233
* |\
* | + "Unconditionally chown rados log file.":https://github.com/ceph/ceph/commit/f0d2429f764aaa756fc8002309545b02dc45c199
* + "Pull request 5234":https://github.com/ceph/ceph/pull/5234
* |\
* | + "rgw: error out if frontend did not send all data":https://github.com/ceph/ceph/commit/4e7de5b5f0e32d1183e2a0490d65e4e01490d942
* + "Pull request 5235":https://github.com/ceph/ceph/pull/5235
* |\
* | + "os/chain_xattr: handle read on chnk-aligned xattr":https://github.com/ceph/ceph/commit/da78889d76f641dfcbb80164be32b85e880bb97f
* + "Pull request 5287":https://github.com/ceph/ceph/pull/5287
* |\
* | + "TestPGLog: fix invalid proc_replica_log test case":https://github.com/ceph/ceph/commit/8c02376bd58d463f742966b67fa075a59b5f4269
* | + "TestPGLog: fix noop log proc_replica_log test case":https://github.com/ceph/ceph/commit/bba50ce8f227af29d559b486274871bb3999fb24
* | + "TestPGLog: add test for 11358":https://github.com/ceph/ceph/commit/fdff8ce6c996cda7b3966d20c24b20ff545e468a
* | + "PGLog::proc_replica_log: handle split out overlapping entries":https://github.com/ceph/ceph/commit/65028b6304235ba5fa54d14805028db1a032e5a0
* + "Pull request 5358":https://github.com/ceph/ceph/pull/5358
* |\
* | + "mon: PaxosService: call post_refresh() instead of post_paxos_update()":https://github.com/ceph/ceph/commit/2f35a415dcd31683151defb0ddb1a6d5696c7051
* + "Pull request 5360":https://github.com/ceph/ceph/pull/5360
* |\
* | + "mon: MonitorDBStore: get_next_key() only if prefix matches":https://github.com/ceph/ceph/commit/d52187019d321fe8a2dc54fe8a67a5139c310db1
* + "Pull request 5388":https://github.com/ceph/ceph/pull/5388
* |\
* | + "UnittestBuffer: Add bufferlist zero test case":https://github.com/ceph/ceph/commit/37d16a9e572580eeae86a2bae6d4ddd0299fb833
* | + "buffer: Fix bufferlist::zero bug with special case":https://github.com/ceph/ceph/commit/4443acdbef1148e0261bce25f7d7a3433e09cecc
* + "Pull request 5389":https://github.com/ceph/ceph/pull/5389
* |\
* | + "OSDMonitor: disallow ec pools as tiers":https://github.com/ceph/ceph/commit/46e5deabebeeb047783cfc980aa28a3df46eeeca
* + "Pull request 5390":https://github.com/ceph/ceph/pull/5390
* |\
* | + "rgw/logrotate.conf: Rename service name":https://github.com/ceph/ceph/commit/a128ce37038ef6e44c8d7bd082ba196583974ef7
* + "Pull request 5394":https://github.com/ceph/ceph/pull/5394
* |\
* | + "ceph.spec.in: drop SUSE-specific %py_requires macro":https://github.com/ceph/ceph/commit/601eadbf707597d9a1572efbdf86b22ff6813602
* + "Pull request 5403":https://github.com/ceph/ceph/pull/5403
* |\
* | + "Mutex: fix leak of pthread_mutexattr":https://github.com/ceph/ceph/commit/c6f37807d04af66fbed24e75776aed1b44241150
* + "Pull request 5404":https://github.com/ceph/ceph/pull/5404
* |\
* | + "mon/PGMonitor: bug fix pg monitor get crush rule":https://github.com/ceph/ceph/commit/5445461ba08fa5b2e12a951a1432916224d3f668
* + "Pull request 5406":https://github.com/ceph/ceph/pull/5406
* |\
* | + "Log::reopen_log_file: take m_flush_mutex":https://github.com/ceph/ceph/commit/b8e3f6e190809febf80af66415862e7c7e415214
* + "Pull request 5408":https://github.com/ceph/ceph/pull/5408
* |\
* | + "mon: OSDMonitor: fix hex output on 'osd reweight'":https://github.com/ceph/ceph/commit/6b42b06239426e5ec54dfaa82f48abca56f824ca
* + "Pull request 5409":https://github.com/ceph/ceph/pull/5409
* |\
* | + "mon/PGMonitor: avoid uint64_t overflow when checking pool 'target/max' status. Fixes: #12401":https://github.com/ceph/ceph/commit/ea0d67c482659dfb8c08055a77f400d0689866e0
* + "Pull request 5410":https://github.com/ceph/ceph/pull/5410
* + "Update OSDMonitor.cc":https://github.com/ceph/ceph/commit/31ff7d14e801ef7b7dff3b050094f1eceacf75dd

h4. rados

<code>./virtualenv/bin/teuthology-suite --priority 1000 --subset 5/18 --suite rados --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *red* *running* http://pulpito.ceph.com/smithfarm-2015-08-10_12:21:46-rados-firefly-backports---basic-multi/
** *environmental noise* (Connection failure: timed out) in two jobs: http://pulpito.ceph.com/smithfarm-2015-08-10_12:21:46-rados-firefly-backports---basic-multi/ and 6 more jobs dead

Re-running dead and failed jobs with:

<code>./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rados --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly</code>

* *running* http://pulpito.ceph.com/smithfarm-2015-08-27_03:18:14-rados-firefly---basic-multi/


h4. rgw

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite rgw --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports --subset 5/18</code>

* *green* http://pulpito.ceph.com/smithfarm-2015-08-10_12:30:50-rgw-firefly-backports---basic-multi/

h4. fs

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite fs -k testing --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports --subset 5/18</code>

* *running* http://pulpito.ceph.com/smithfarm-2015-08-10_12:31:36-fs-firefly-backports-testing-basic-multi/

h4. rbd

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite rbd --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports --subset 5/18</code>

* *running* http://pulpito.ceph.com/smithfarm-2015-08-10_12:32:34-rbd-firefly-backports---basic-multi/

h4. powercycle

<code>./virtualenv/bin/teuthology-suite -l2 -v -c firefly-backports -k testing -m plana,burnupi,mira -s powercycle -p 1000 --email ncutler@suse.cz</code>

* *red* http://pulpito.ceph.com/smithfarm-2015-08-10_12:35:46-powercycle-firefly-backports-testing-basic-multi/
** *environmental problem* hopefully fixed by https://github.com/ceph/ceph-cm-ansible/pull/109

h4. upgrade

<code>./virtualenv/bin/teuthology-suite --machine-type plana,burnupi,mira --suite upgrade/firefly --filter=ubuntu_14.04 --suite-branch firefly --ceph firefly-backports</code>

* *running* http://pulpito.ceph.com/smithfarm-2015-08-10_12:44:04-upgrade:firefly-firefly-backports---basic-multi/

h3. teuthology run commit:b2aaddd3a06ac13c46df659e1f2b3119f5675802 (firefly-backports july 2015)

<code>git --no-pager log --format='%H %s' --graph ceph/firefly..ceph/firefly-backports | perl -p -e 's/"/ /g; if (/\w+\s+Merge (\d+)/) { s|\w+\s+Merge (\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'</code>

* + "Pull request 4535":https://github.com/ceph/ceph/pull/4535
* |\
* | + "rgw: use correct objv_tracker for bucket instance":https://github.com/ceph/ceph/commit/f6022639758ec13b9a25b03cd831882db0b517b3
* + "Pull request 4582":https://github.com/ceph/ceph/pull/4582
* |\
* | + "ceph_argparse_flag has no regular 3rd parameter.":https://github.com/ceph/ceph/commit/2cb2333ecdf2106925d74e024697f73ad947f378
* + "Pull request 4583":https://github.com/ceph/ceph/pull/4583
* |\
* | + "Variable length array of std::strings (not legal in C++) changed to std::vector<std::string>":https://github.com/ceph/ceph/commit/9614e4dc5be745dab367d17f29a07377e348b2ca
* + "Pull request 4584":https://github.com/ceph/ceph/pull/4584
* |\
* | + "rgw: swift GET / HEAD object returns X-Timestamp field":https://github.com/ceph/ceph/commit/8c573c8826096d90dc7dfb9fd0126b9983bc15eb
* + "Pull request 4597":https://github.com/ceph/ceph/pull/4597
* |\
* | + "osdc: add epoch_t last_force_resend in Op/LingerOp.":https://github.com/ceph/ceph/commit/b1ff7396c8e9668c0be1a4023e0ffa292067cf64
* + "Pull request 4630":https://github.com/ceph/ceph/pull/4630
* |\
* | + "ceph-disk: more robust parted output parser":https://github.com/ceph/ceph/commit/909096713dcef5dc4fdbb22a9971609554688e23
* + "Pull request 4631":https://github.com/ceph/ceph/pull/4631
* + "Pull request 4632":https://github.com/ceph/ceph/pull/4632
* |\
* | + "osd: refuse to write a new erasure coded object with an offset > 0":https://github.com/ceph/ceph/commit/8372f1d53b847224bf4c61894d18851e84ccd357
* + "Pull request 4633":https://github.com/ceph/ceph/pull/4633
* + "Pull request 4635":https://github.com/ceph/ceph/pull/4635
* |\
* | + "json_sprit: fix the FTBFS on old gcc":https://github.com/ceph/ceph/commit/424289dc4ee8fb09dd00d507b5a9d1fecc786937
* | + "json_spirit: use utf8 intenally when parsing \uHHHH":https://github.com/ceph/ceph/commit/84b00f189554fc37413c990ac4011079bb5cdb60
* + "Pull request 4636":https://github.com/ceph/ceph/pull/4636
* |\
* | + "Fix disk zap sgdisk invocation":https://github.com/ceph/ceph/commit/10d85e1126768f6c72f7d2a301ea7ca9ba59f8e0
* + "Pull request 4639":https://github.com/ceph/ceph/pull/4639
* |\
* | + "librbd: updated cache max objects calculation":https://github.com/ceph/ceph/commit/9845258f184c823d1e48da1dcb97bdde97220bb6
* + "Pull request 4641":https://github.com/ceph/ceph/pull/4641
* |\
* | + "rgw: remove meta file after deleting bucket The meta file is deleted only if the bucket meta data is not synced":https://github.com/ceph/ceph/commit/177ef55d61c9b08783ae746aa521d2535324d6ba
* + "Pull request 4642":https://github.com/ceph/ceph/pull/4642
* |\
* | + "rgw: quota not respected in POST object":https://github.com/ceph/ceph/commit/d78e31f005756700e15d26d187c6cef6d5d24a7a
* + "Pull request 4762":https://github.com/ceph/ceph/pull/4762
* |\
* | + "rgw: Use attrs from source bucket on copy":https://github.com/ceph/ceph/commit/2d5d8da35f627840ee57a8fa071147943b890d0c
* + "Pull request 4765":https://github.com/ceph/ceph/pull/4765
* |\
* | + "rgw: always check if token is expired":https://github.com/ceph/ceph/commit/d4ef5566e6b1b2ac73925660a1d627dbb6cc7632
* + "Pull request 4769":https://github.com/ceph/ceph/pull/4769
* |\
* | + "mon: prevent bucket deletion when referenced by a rule":https://github.com/ceph/ceph/commit/f93eadd793f9f4fded30df5589f98ccfc0e1839f
* + "Pull request 4771":https://github.com/ceph/ceph/pull/4771
* |\
* | + "ceph-disk: support NVMe device partitions":https://github.com/ceph/ceph/commit/90a1a7587fcb567e2cc6e9188fdd56ec1255a881
* + "Pull request 4867":https://github.com/ceph/ceph/pull/4867
* |\
* | + "Always provide summary for non-healthy cluster.":https://github.com/ceph/ceph/commit/dd547aa458d3d687acba90d8ff321abeb68414a5
* + "Pull request 5037":https://github.com/ceph/ceph/pull/5037
* |\
* | + "Makefile: install ceph-post-file keys with mode 600":https://github.com/ceph/ceph/commit/a62c720dc783b40377dcd34d4e53aa778ac1a84b
* | + "ceph-post-file: improve check for a source install":https://github.com/ceph/ceph/commit/fc59ca391f639b2ef1b5c9dda202a3d7d718cf25
* | + "ceph-post-file: behave when sftp doesn't take -i":https://github.com/ceph/ceph/commit/50bfb354d0648162f94c2659e8b915d69f27bf73
* + "Pull request 5039":https://github.com/ceph/ceph/pull/5039
* |\
* | + "osd: Cleanup boost optionals":https://github.com/ceph/ceph/commit/fcac7ab6305dc3215fdcb46951fa9ee4cbf68ce3
* + "Pull request 5044":https://github.com/ceph/ceph/pull/5044
* |\
* | + "The fix for issue 9614 was not completed, as a result, for those erasure coded PGs with one OSD down, the state was wrongly marked as active+clean+degraded. This patch makes sure the clean flag is not set for such PG. Signed-off-by: Guang Yang <yguang@yahoo-inc.com>":https://github.com/ceph/ceph/commit/6793d504b5b622a7a6f69ffb30d6822167b557a3
* + "Pull request 5051":https://github.com/ceph/ceph/pull/5051
* |\
* | + "osd: cache pool: flush object ignoring cache min flush age when cache pool is full Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>":https://github.com/ceph/ceph/commit/3f2fb8a996820843d0287a9337d38d80c7cb616b
* | + "osd: add local_mtime to struct object_info_t":https://github.com/ceph/ceph/commit/9969ae5710bc66e1e96125f22593ea1e0ba381af
* + "Pull request 5056":https://github.com/ceph/ceph/pull/5056
* |\
* | + "rgw/logrotate.conf: Rename service name":https://github.com/ceph/ceph/commit/00c94897368dc93a852ef6e6277e70405e7513ad
* + "Pull request 5062":https://github.com/ceph/ceph/pull/5062
* |\
* | + "Objecter: resend linger ops on any interval change":https://github.com/ceph/ceph/commit/d296120c144a62794483338fd696ca8089778e84
* | + "osd_types: factor out is_new_interval from check_new_interval":https://github.com/ceph/ceph/commit/a44b7b4bd870cc72e50a49900cd81fde6d40845b
* + "Pull request 5129":https://github.com/ceph/ceph/pull/5129
* |\
* | + "mon: remove unused variable":https://github.com/ceph/ceph/commit/1d2af55f8c69b4a382eb516d8f90a8316fd3bc02
* + "Pull request 5170":https://github.com/ceph/ceph/pull/5170
* |\
* | + "rgw: send Content-Length in response for HEAD on Swift account.":https://github.com/ceph/ceph/commit/2ee6e9a0cc6513097d6c9f9e40787a1c60c09796
* | + "rgw: send Content-Length in response for DELETE on Swift container.":https://github.com/ceph/ceph/commit/1b4536aa47fd6d2440fbd30b64b5b46eaa21215a
* | + "rgw: send Content-Length in response for PUT on Swift container.":https://github.com/ceph/ceph/commit/177324ced968b254458a450f8e348c96cbd10931
* | + "rgw: send Content-Length in response for GET on Swift container.":https://github.com/ceph/ceph/commit/0a580c4a23b985ede28cdfc751eed2a368473e09
* | + "rgw: enable end_header() to handle proposal of Content-Length.":https://github.com/ceph/ceph/commit/84525806a057054dca295f860e0a31d6936d4985
* + "Pull request 5171":https://github.com/ceph/ceph/pull/5171
* + "librbd: assertion failure race condition if watch disconnected":https://github.com/ceph/ceph/commit/3223bd604117b0b302b1e3e235ff9bced8e986bc

h4. rados

<code>./virtualenv/bin/teuthology-suite --priority 1000 --subset 1/18 --suite rados --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *green* http://pulpito.ceph.com/loic-2015-07-09_21:09:04-rados-firefly-backports---basic-multi

h4. rgw

<code>run=loic-2015-07-15_14:21:51-rgw-firefly-backports---basic-multi</code>
<code>eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/ | jq '.jobs[] | select(.status == "dead" or .status == "fail") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')</code>
<code>./virtualenv/bin/teuthology-suite --priority 1000 --filter="$filter" --suite rgw --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *green* http://pulpito.ceph.com/smithfarm-2015-07-21_02:21:52-rgw-firefly-backports---basic-multi/

<pre>
run=loic-2015-07-09_21:11:18-rgw-firefly-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/ | jq '.jobs[] | select(.status == "dead" or .status == "fail") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --priority 1000 --filter="$filter" --suite rgw --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports
</pre>

* *red* http://pulpito.ceph.com/loic-2015-07-15_14:21:51-rgw-firefly-backports---basic-multi/
** *environmental noise* "skipping: no hosts matched":http://qa-proxy.ceph.com/teuthology/loic-2015-07-15_14:21:51-rgw-firefly-backports---basic-multi/974648/teuthology.log
** *environmental noise* "FATAL: all hosts have already failed -- aborting":http://qa-proxy.ceph.com/teuthology/loic-2015-07-15_14:21:51-rgw-firefly-backports---basic-multi/974651/teuthology.log

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite rgw --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *red* http://pulpito.ceph.com/loic-2015-07-09_21:11:18-rgw-firefly-backports---basic-multi
** *known bug* "Couldn't find index page for 'boto'":http://tracker.ceph.com/issues/12302

h4. fs

<code>run="loic-2015-07-16_13:13:38-fs-firefly-backports-testing-basic-multi"</code>
<code>eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/ | jq '.jobs[] | select(.status == "dead") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')</code>
<code>./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite fs -k testing --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *green* http://pulpito.ceph.com/smithfarm-2015-07-21_02:16:37-fs-firefly-backports-testing-basic-multi/

<code>eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/ | jq '.jobs[] | select(.status == "fail") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')</code>
<code>./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite fs -k testing --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *one dead, otherwise green* http://pulpito.ceph.com/loic-2015-07-16_13:13:38-fs-firefly-backports-testing-basic-multi/

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite fs -k testing --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *red* http://pulpito.ceph.com/loic-2015-07-09_21:07:09-fs-firefly-backports-testing-basic-multi
** *environmental problem* http://pulpito.ceph.com/loic-2015-07-09_21:07:09-fs-firefly-backports-testing-basic-multi/967283/
<pre>
2015-07-14T02:20:26.544 INFO:teuthology.misc:trying to connect to ubuntu@plana79.front.sepia.ceph.com
2015-07-14T02:20:26.544 INFO:teuthology.orchestra.connection:{'username': 'ubuntu', 'hostname': 'plana79.front.sepia.ceph.com', 'timeout': 60}
2015-07-14T02:20:28.542 DEBUG:teuthology.orchestra.remote:[Errno 113] No route to host
</pre>
** *environmental problem* http://pulpito.ceph.com/loic-2015-07-09_21:07:09-fs-firefly-backports-testing-basic-multi/967319/
<pre>
2015-07-14T04:31:29.497 DEBUG:teuthology.misc:waited 63.8534479141
2015-07-14T04:31:30.498 INFO:teuthology.misc:trying to connect to ubuntu@plana69.front.sepia.ceph.com
2015-07-14T04:31:30.498 INFO:teuthology.orchestra.connection:{'username': 'ubuntu', 'hostname': 'plana69.front.sepia.ceph.com', 'timeout': 60}
2015-07-14T04:32:30.498 DEBUG:teuthology.orchestra.remote:timed out
</pre>

h4. rbd

<code>run=loic-2015-07-09_16:57:58-rbd-firefly-backports---basic-multi</code>
<code>eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/ | jq '.jobs[] | select(.status == "dead" or .status == "fail") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')</code>
<code>./virtualenv/bin/teuthology-suite --priority 1000 --filter="$filter" --suite rbd --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *green* http://pulpito.ceph.com/smithfarm-2015-07-21_02:28:01-rbd-firefly-backports---basic-multi/

<code>./virtualenv/bin/teuthology-suite --priority 1000 --suite rbd --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *red* http://pulpito.ceph.com/loic-2015-07-09_16:57:58-rbd-firefly-backports---basic-multi
** *environmental noise* "adjust-ulimits ceph-coverage command fails in two different ways":http://tracker.ceph.com/issues/12336
<pre>
2015-07-14T02:59:32.995 INFO:tasks.qemu:starting qemu...
2015-07-14T02:59:32.995 INFO:teuthology.orchestra.run.mira077:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term qemu-system-x86_64 -enable-kvm -nographic -m 4096 -drive file=/home/ubuntu/cephtest/qemu/base.client.0.qcow2,format=qcow2,if=virtio -cdrom /home/ubuntu/cephtest/qemu/client.0.iso -drive file=rbd:rbd/client.0.0:id=0,format=raw,if=virtio,cache=none'
2015-07-14T02:59:32.997 DEBUG:teuthology.run_tasks:Unwinding manager qemu
2015-07-14T02:59:32.998 INFO:tasks.qemu:waiting for qemu tests to finish...
2015-07-14T02:59:33.096 INFO:tasks.qemu.client.0.mira077.stderr:Traceback (most recent call last):
2015-07-14T02:59:33.096 INFO:tasks.qemu.client.0.mira077.stderr: File "/usr/bin/daemon-helper", line 66, in <module>
2015-07-14T02:59:33.096 INFO:tasks.qemu.client.0.mira077.stderr: preexec_fn=os.setsid,
</pre>

h4. powercyle

<code>../virtualenv/bin/teuthology-suite -l2 -v -c firefly-backports -k testing -m plana,burnupi,mira -s powercycle -p 1000 --email ncutler@suse.cz</code>

* *green* http://pulpito.ceph.com/loic-2015-07-09_21:15:54-powercycle-firefly-backports-testing-basic-multi

h4. upgrade

<code>teuthology-openstack --verbose --key-name loic --suite upgrade/firefly --filter=ubuntu_14.04 --suite-branch firefly --ceph firefly-backports</code>

* *failed* http://167.114.249.7:8081/ubuntu-2015-07-29_21:23:48-upgrade:firefly-firefly-backports---basic-openstack/
** all failures are "Command failed on ovh229117 with status 1: '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'":http://tracker.ceph.com/issues/12471#note-4

h3. teuthology run commit:73cad63e89ebeb9de47c7f2a2187deff8c39d590 (firefly-backports may 2015)

h4. rados

<code>./virtualenv/bin/teuthology-suite --priority 1000 --subset 1/18 --suite rados --suite-branch firefly --machine-type plana,burnupi,mira --distro ubuntu --email ncutler@suse.cz --ceph firefly-backports</code>

* *red* http://pulpito.ceph.com/loic-2015-05-29_16:20:09-rados-firefly-backports---basic-multi/
** *known bug* "ceph-objectstore-tool: import failure with status 139":http://tracker.ceph.com/issues/11142
*** "rados/thrash/{clusters/fixed-2.yaml fs/xfs.yaml msgr-failures/osd-delay.yaml thrashers/default.yaml workloads/ec-small-objects.yaml}":http://pulpito.ceph.com/loic-2015-05-29_16:20:09-rados-firefly-backports---basic-multi/914831
** *environmental problem* "sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart":http://tracker.ceph.com/issues/11126
*** "rados/verify/{1thrash/default.yaml clusters/fixed-2.yaml fs/btrfs.yaml msgr-failures/few.yaml tasks/rados_api_tests.yaml validater/lockdep.yaml}":http://pulpito.ceph.com/loic-2015-05-29_16:20:09-rados-firefly-backports---basic-multi/914814
*** "rados/thrash/{clusters/fixed-2.yaml fs/btrfs.yaml msgr-failures/fastclose.yaml thrashers/default.yaml workloads/radosbench.yaml}":http://pulpito.ceph.com/loic-2015-05-29_16:20:09-rados-firefly-backports---basic-multi/914794
** *known bug* "[ERR] 3.0s0 scrub stat mismatch, got 2005/2009 objects, 0/0 clones, 2005/2009 dirty, 0/0 omap, 0/0 hit_set_archive, 0/0 whiteouts, 3981889330/3988381157 bytes. in cluster log":http://tracker.ceph.com/issues/8752
*** "rados/thrash/{clusters/fixed-2.yaml fs/xfs.yaml msgr-failures/osd-delay.yaml thrashers/morepggrow.yaml workloads/cache-agent-big.yaml}":http://pulpito.ceph.com/loic-2015-05-29_16:20:09-rados-firefly-backports---basic-multi/914811

Back