]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2020-03-26 Gregory FarnumMerge pull request #30704 from vshankar/wip-41508 34208/head
2020-03-26 Venky Shankartest: query using mds id, not rank 30704/head
2020-03-26 Venky Shankarmgr: re-enable mds `scrub status` info in ceph status
2020-03-26 Venky Shankarmon: filter out ceph normal ceph entity types when...
2020-03-26 Venky Shankarmgr: filter out normal ceph services when processing...
2020-03-26 Venky Shankarmgr: helper function to check if a service is a normal...
2020-03-26 Patrick Donnellymds: establish session with mgr only after added to...
2020-03-26 Patrick Donnellymds: do not register as a service daemon
2020-03-26 Patrick Donnellymds: do not try to diagnose cause of MDSMap removal
2020-03-26 Patrick Donnellymds: fix handling of initial MDS states
2020-03-26 Patrick Donnellymds: remove unnecessary const qualifier
2020-03-26 Patrick Donnellymds: cleanup type decl and map iteration
2020-03-26 Patrick Donnellymds: define stream operator for mds_info_t
2020-03-26 Sage Weilmds/MDSRank: report state to mgr as mds id, not rank
2020-03-26 Venky Shankarmgr: missing lock release in DaemonServer::handle_report()
2020-03-26 Kefu Chaimgr/ServiceMap: use plain gid
2020-03-26 Venky Shankardoc: document scrub summary in ceph status output
2020-03-26 Venky Shankartest: extend scrub control test to validate mds task...
2020-03-26 Venky Shankarmds: send scrub state changes to cluster log.
2020-03-26 Venky Shankarmds: periodically sent mds scrub status to ceph manager
2020-03-26 Venky Shankarmgr, mon: allow normal ceph services to register with...
2020-03-25 Nathan CutlerMerge pull request #33684 from k0ste/wip-44367-nautilus
2020-03-25 Yaarit Hatukadoc/mgr/telemetry: added device channel details 33684/head
2020-03-24 Yuri WeinsteinMerge pull request #34038 from rhcs-dashboard/wip-44334...
2020-03-24 Yuri WeinsteinMerge pull request #33764 from shyukri/wip-44327-nautilus
2020-03-24 Yuri WeinsteinMerge pull request #33763 from shyukri/wip-43258-nautilus
2020-03-24 Yuri WeinsteinMerge pull request #33739 from rhcs-dashboard/wip-44435...
2020-03-22 Yuri WeinsteinMerge pull request #33738 from rhcs-dashboard/wip-44434...
2020-03-22 Yuri WeinsteinMerge pull request #33530 from thmour/nautilus_test
2020-03-20 Yuri WeinsteinMerge pull request #34064 from smithfarm/wip-44145...
2020-03-20 Yuri WeinsteinMerge pull request #33913 from shyukri/wip-42324-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33649 from k0ste/wip-44364-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33421 from k0ste/wip-44218-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33420 from k0ste/wip-44219-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33409 from k0ste/wip-44199-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33355 from shyukri/wip-44141-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #33893 from rhcs-dashboard/wip-44200...
2020-03-20 Yuri WeinsteinMerge pull request #33275 from smithfarm/wip-44081...
2020-03-20 Yuri WeinsteinMerge pull request #33261 from smithfarm/wip-43997...
2020-03-20 Yuri WeinsteinMerge pull request #33032 from shyukri/wip-42164-nautilus
2020-03-20 Yuri WeinsteinMerge pull request #32891 from shyukri/wip-42673-nautilus
2020-03-20 Neha OjhaMerge pull request #34087 from jdurgin/wip-target-ratio...
2020-03-20 Josh DurginPendingReleaseNotes: mention target_size_ratio change 34087/head
2020-03-19 Gregory FarnumMerge pull request #34036 from ajarr/nautilus-volumes...
2020-03-19 Josh Durgindoc: update autoscaler docs for target ratio
2020-03-19 Josh Durginmgr/pg_autoscaler: include effective target ratio in...
2020-03-19 Josh Durginmgr/pg_autoscaler: add warning when target bytes and...
2020-03-19 Josh Durginmgr/pg_autoscaler: remove target ratio warning
2020-03-19 Josh Durginqa: use ratios >1 in pg_autoscaler test
2020-03-19 Josh Durginmgr/pg_autoscaler: treat target ratios as weights
2020-03-19 Yuri WeinsteinMerge pull request #33978 from yuvalif/wip-yuval-fix...
2020-03-19 Yuri WeinsteinMerge pull request #33965 from smithfarm/wip-44466...
2020-03-19 Yuri WeinsteinMerge pull request #33666 from yaarith/nautilus-fix...
2020-03-19 Nathan CutlerMerge pull request #33560 from liewegas/workaround...
2020-03-19 yuliyangrgw: set correct storage class for append 34064/head
2020-03-19 Venky Shankardoc: document `clone cancel` command 34036/head
2020-03-19 Venky Shankartest: add `clone cancel` tests
2020-03-19 Venky Shankarmgr/volumes: introduce "clone cancel" volume command
2020-03-19 Venky Shankarmgr/volumes: allow canceling a single asynchronous...
2020-03-19 Venky Shankarmgr/volumes: helper for looking up a clone entry index
2020-03-19 Venky Shankarmgr/volumes: periodically check if clone operations...
2020-03-19 Venky Shankarmgr/volumes: periodically check if copy operations...
2020-03-19 Venky Shankarmgr/volumes: introduce 'canceled' state in clone op...
2020-03-19 Michael Fritchmgr/volumes: OpSmException.error -> OpSmException.errno
2020-03-19 Michael Fritchmgr/volumes: remove unneeded assignment to `NoneType`
2020-03-19 Michael Fritchmgr/volumes: add missing OpSmException import
2020-03-19 Michael Fritchmgr/volumes: add missing error code
2020-03-19 Michael Fritchmgr/volumes: remove stray return
2020-03-19 Michael Fritchmgr/volumes: fixup format string args
2020-03-19 Michael Fritchmgr/volumes: add missing `mgr` param
2020-03-19 Michael Fritchmgr/volumes: assert self.fs
2020-03-19 Michael Fritchmgr/volumes: fixup threading.Timer import
2020-03-19 Michael Fritchmgr/volumes: fix positional str formatting
2020-03-19 Michael Fritchmgr/volumes: place getters and setters next to each...
2020-03-19 Michael Fritchmgr/volumes: reverse params passed to `isinstace()`
2020-03-19 Michael Fritchmgr/volumes: fix arg typo '.' -> ','
2020-03-19 Michael Fritchmgr/volumes: `threading.Event.isSet` no longer exists...
2020-03-19 Michael Fritchmgr/volumes: assert JobThread class
2020-03-19 Michael Fritchmgr/volumes: import VolumeException
2020-03-19 Michael Fritchmgr/volumes: use `SafeConfigParser` with py2
2020-03-19 Michael Fritchmgr/volumes: use python version during configparser...
2020-03-19 Lenz GrimmerMerge pull request #33927 from rhcs-dashboard/wip-44574...
2020-03-19 Gregory FarnumMerge pull request #33751 from batrick/i44291
2020-03-18 Avan Thakkarmgr/dashboard: UI fixes 34038/head
2020-03-18 Michael Fritchmgr/volumes: import errno
2020-03-18 Jan FajerskiMerge pull request #33722 from jan--f/wip-44331-nautilus
2020-03-18 Jan Fajerskiceph-volume: strip _dmcrypt suffix in simple scan json... 33722/head
2020-03-18 Jan FajerskiMerge pull request #33391 from jan--f/c-v-nautilus...
2020-03-18 Yuval Lifshitzrgw/notifications: fix topic action fail with "MethodNo... 33978/head
2020-03-18 Nathan CutlerMerge pull request #34008 from smithfarm/wip-44641...
2020-03-18 Gregory FarnumMerge pull request #33877 from ajarr/wip-sync-attrs...
2020-03-17 Yuri WeinsteinMerge pull request #33820 from rzarzynski/wip-43808...
2020-03-17 Yuri WeinsteinMerge pull request #33834 from tchaikov/nautilus-44524
2020-03-17 Yuri WeinsteinMerge pull request #33716 from tchaikov/nautilus-43747
2020-03-17 Yuri WeinsteinMerge pull request #33234 from rhcs-dashboard/wip-44095...
2020-03-17 Yuri WeinsteinMerge pull request #33749 from cbodley/wip-44444
2020-03-17 Yuri WeinsteinMerge pull request #33503 from sseshasa/wip-44259-nautilus
2020-03-17 Gregory FarnumMerge pull request #33295 from mchangir/wip-42441-nautilus
2020-03-17 Nathan Cutlerdo_cmake.sh: fix application of -DWITH_RADOSGW_KAFKA_EN... 34008/head
2020-03-17 Kefu Chaido_cmake.sh: set WITH_RADOSGW_AMQP_ENDPOINT using ARGS
next