summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 14.2.3v14.2.3Jenkins Build Slave User2019-09-032-1/+7
* Merge pull request #29945 from trociny/wip-41475-nautilusYuri Weinstein2019-08-292-31/+45
|\
| * pybind/mgr/rbd_support: ignore missing OSD support for RBD namespacesJason Dillaman2019-08-281-1/+8
| * pybind/rbd: new OperationNotSupported exceptionJason Dillaman2019-08-281-30/+37
* | Merge pull request #29975 from theanalyst/nautilus-beast-endpoint-fixYuri Weinstein2019-08-291-1/+7
|\ \
| * | rgw: asio: check the remote endpoint before processing requestsAbhishek Lekshmanan2019-08-281-1/+7
* | | Merge pull request #29977 from yuriw/wip-yuriw-41513-nautilusYuri Weinstein2019-08-281-0/+3
|\ \ \ | |_|/ |/| |
| * | qa/tests: adding mgr.x into the restart/upgrade sequence before monitorsYuri Weinstein2019-08-281-0/+3
|/ /
* | Merge pull request #29918 from badone/wip-nautilus-tracker-41518-grafana-serverYuri Weinstein2019-08-271-0/+1
|\ \
| * | nautilus: qa/ceph-ansible: Disable dashboardBrad Hubbard2019-08-271-0/+1
* | | Merge pull request #29899 from alfredodeza/nautilus-rm41378Alfredo Deza2019-08-273-0/+3
|\ \ \ | |/ / |/| |
| * | ceph-volume tests set the noninteractive flag for Debian, to avoid prompts in...Alfredo Deza2019-08-263-0/+3
|/ /
* | Merge pull request #29805 from yuriw/wip-yuriw-41384-nautilusYuri Weinstein2019-08-221-1/+1
|\ \
| * | qa/tests: changed running rbd tests test_librbd_python.sh from tag: v14.2.2Yuri Weinstein2019-08-211-1/+1
|/ /
* | Merge pull request #29801 from smithfarm/wip-41263-nautilusYuri Weinstein2019-08-212-9/+16
|\ \
| * | rgw_file: dont deadlock in advance_mtime()Matt Benjamin2019-08-212-9/+16
|/ /
* | Merge pull request #28862 from liewegas/wip-bluefs-extents-nautilusYuri Weinstein2019-08-211-2/+8
|\ \
| * | os/bluestore/bluefs_types: consolidate contiguous extentsSage Weil2019-08-201-2/+8
* | | Merge pull request #29191 from mynaramana/patch-1Kefu Chai2019-08-211-1/+1
|\ \ \
| * | | doc/rados: Correcting some typos in the clay code documentationMyna V2019-08-211-1/+1
* | | | Merge pull request #29551 from pdvian/wip-40882-nautilusYuri Weinstein2019-08-202-5/+10
|\ \ \ \
| * | | | cls/journal: reduce verbosity of debug logs for non-errorsJason Dillaman2019-08-081-3/+6
| * | | | cls/rbd: reduce verbosity of debug logs for non-errorsJason Dillaman2019-08-081-2/+4
* | | | | Merge pull request #29722 from dillaman/wip-39499-nautilusYuri Weinstein2019-08-204-21/+286
|\ \ \ \ \
| * | | | | librbd: the first post-migration snapshot isn't always dirtyIlya Dryomov2019-08-183-6/+85
| * | | | | librbd: don't update snapshot object maps if copyup data is all zerosIlya Dryomov2019-08-183-12/+196
| * | | | | librbd: avoid repeatedly invoking is_zero() in CopyupRequestIlya Dryomov2019-08-182-3/+5
* | | | | | Merge pull request #29723 from dillaman/wip-40511-nautilusYuri Weinstein2019-08-2020-402/+496
|\ \ \ \ \ \
| * | | | | | librbd: tweaks to improve throughput for journaled IOJason Dillaman2019-08-191-2/+2
| * | | | | | librbd: new rbd_journal_object_writethrough_until_flush optionJason Dillaman2019-08-196-16/+79
| * | | | | | journal: support dynamically updating recorder flush optionsJason Dillaman2019-08-1916-53/+121
| * | | | | | journal: fix broken append batching implementationJason Dillaman2019-08-195-325/+219
| * | | | | | journal: improve logging on recorder append pathJason Dillaman2019-08-192-54/+60
| * | | | | | journal: wait for in flight advance sets on stopping recorderMykola Golub2019-08-193-11/+44
| * | | | | | journal: optimize object overflow detectionMykola Golub2019-08-192-6/+36
| |/ / / / /
* | | | | | Merge pull request #29725 from dillaman/wip-41078-nautilusYuri Weinstein2019-08-2010-89/+1465
|\ \ \ \ \ \
| * | | | | | mon/mgr: add 'rbd_support' to list of always-on mgr modulesJason Dillaman2019-08-181-0/+1
| * | | | | | pybind/mgr/rbd_support: use image ids to detect duplicate tasksJason Dillaman2019-08-182-44/+110
| * | | | | | pybind/rbd: fix call to unregister_osd_perf_queriesVenky Shankar2019-08-181-1/+1
| * | | | | | pybind/mgr: don't log exception when cannot find RBD task by idJason Dillaman2019-08-181-3/+2
| * | | | | | pybind/mgr: handle duplicate rbd task commandsJason Dillaman2019-08-181-23/+74
| * | | | | | qa: test case for new rbd background tasksJason Dillaman2019-08-182-0/+268
| * | | | | | pybind/mgr: rbd tasks now provide a dict to the progress eventsJason Dillaman2019-08-181-2/+4
| * | | | | | pybind/mgr: mark progress events as failed if an error occursJason Dillaman2019-08-181-11/+31
| * | | | | | pybind/mgr: support marking progress events as failedJason Dillaman2019-08-181-4/+73
| * | | | | | pybind/mgr: new 'rbd task' background task managementJason Dillaman2019-08-182-63/+799
| * | | | | | pybind/rbd: new OperationCanceled exceptionJason Dillaman2019-08-182-2/+15
| * | | | | | pybind/rbd: flatten, remove, trash_remove, migration progress callbackJason Dillaman2019-08-182-21/+167
| * | | | | | librbd: abort an image removal if block objects cannot be removedJason Dillaman2019-08-181-1/+3
| * | | | | | librbd: allow ProgressCtx::update_progress to cancel maintenance opsJason Dillaman2019-08-181-1/+4
| |/ / / / /