index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pybind
/
mgr
/
cephadm
/
services
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr/cephadm: return HandleCommandResult from ok_to_stop
Michael Fritch
2020-07-28
1
-10
/
+15
*
Merge pull request #36239 from sebastian-philipp/cephadm-parallel-hosts
Sebastian Wagner
2020-07-23
1
-5
/
+9
|
\
|
*
mgr/cephadm: create OSDs in parallel
Sebastian Wagner
2020-07-22
1
-5
/
+9
*
|
mgr/cephadm: rework --dry-run/previews
Joshua Schmid
2020-07-22
1
-1
/
+24
|
/
*
mgr/cephadm: assert the service_type during config/create
Michael Fritch
2020-07-17
4
-3
/
+36
*
mgr/cephadm: clean-up service module type checking
Michael Fritch
2020-07-17
2
-20
/
+11
*
mgr/cephadm: clean-up service module type checking
Michael Fritch
2020-07-16
3
-4
/
+4
*
mgr/cephadm: clean-up service module type checking
Michael Fritch
2020-07-16
3
-13
/
+11
*
mgr/cephadm: refactor `_create_daemon()`
Sebastian Wagner
2020-07-15
5
-43
/
+107
*
mgr/cephadm: Add CephadmDaemonSpec class
Sebastian Wagner
2020-07-15
5
-19
/
+61
*
Merge pull request #35908 from bk201/wip-46329
Kefu Chai
2020-07-08
1
-3
/
+6
|
\
|
*
mgr/cephadm: fix Dashboard ganesha setting duplication error
Kiefer Chang
2020-07-03
1
-3
/
+6
*
|
Merge pull request #35374 from jschmid1/activate_osdspec_affinity
Sebastian Wagner
2020-07-03
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
mgr/cephadm: re-enable osdspec affinity passing
Joshua Schmid
2020-06-04
1
-3
/
+1
*
|
Merge pull request #35786 from matthewoliver/cephadm_iscsi_remove_pool_cap
Sebastian Wagner
2020-06-29
1
-1
/
+1
|
\
\
|
*
|
cephadm: ceph-iscsi remove pool from cap
Matthew Oliver
2020-06-26
1
-1
/
+1
*
|
|
py-common/deployment/translate: drop unneeded ctor arg
Jan Fajerski
2020-06-26
1
-13
/
+12
*
|
|
Merge pull request #35274 from jmolmo/issue_45726
Sebastian Wagner
2020-06-25
1
-1
/
+1
|
\
\
\
|
*
|
|
cephadm: error trying to get ceph auth entry for crash daemon
Juan Miguel Olmo MartÃnez
2020-06-23
1
-1
/
+1
*
|
|
|
Merge pull request #35503 from sebastian-philipp/rm-daemon-ok-to-stop
Sebastian Wagner
2020-06-25
5
-1
/
+90
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
mgr/cephadm: move _check_safe_to_destroy_mon to MonService
Sebastian Wagner
2020-06-18
1
-0
/
+39
|
*
|
|
mgr/cephadm: move ok_to_stop to CephadmService
Sebastian Wagner
2020-06-18
5
-1
/
+51
|
|
/
/
*
/
/
cephadm: restrict mds caps to cephfs pools
Patrick Donnelly
2020-06-18
1
-1
/
+1
|
/
/
*
|
mgr/cephadm: set Ganesha pool/namespace settings in the Dashboard
Kiefer Chang
2020-06-12
4
-48
/
+125
*
|
Merge pull request #35372 from mgfritch/orch-service-spec-mypy
Sebastian Wagner
2020-06-05
1
-2
/
+10
|
\
\
|
*
|
mgr/cephadm: fix RGWSpec mypy errors
Michael Fritch
2020-06-04
1
-2
/
+10
*
|
|
Merge pull request #35340 from mgfritch/cephadm-srv-id-host
Sebastian Wagner
2020-06-05
1
-1
/
+2
|
\
\
\
|
*
|
|
mgr/orch: allow '.' char in hostname
Michael Fritch
2020-06-01
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35271 from bk201/refactor-template-cephadm
Sebastian Wagner
2020-06-04
3
-178
/
+39
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mgr/cephadm: refactor templating in services
Kiefer Chang
2020-06-04
3
-178
/
+39
|
|
/
*
/
mgr/cephadm: placementspec->host matching adaption
Joshua Schmid
2020-05-28
1
-2
/
+1
|
/
*
mgr/cephadm: config service_url in Dashboard for Prometheus and AlertManager
Kiefer Chang
2020-05-28
3
-15
/
+85
*
Merge pull request #35159 from batrick/i45632
Sebastian Wagner
2020-05-27
1
-2
/
+1
|
\
|
*
pybind/mgr/cephadm: remove mds auth cap for nfs recovery db cred
Patrick Donnelly
2020-05-21
1
-2
/
+1
*
|
mgr/cephadm: fix host matching when multiple hosts match for in osd
Joshua Schmid
2020-05-27
1
-2
/
+4
|
/
*
mgr/cephadm: Fix OSDs not being created
Sebastian Wagner
2020-05-19
1
-3
/
+5
*
Merge pull request #35068 from bk201/wip-45163
Sebastian Wagner
2020-05-18
3
-64
/
+131
|
\
|
*
mgr/cephadm: config iSCSI gateways in Dashboard
Kiefer Chang
2020-05-17
3
-2
/
+60
|
*
mgr/cephadm: move iSCSI service class to its own file
Kiefer Chang
2020-05-15
2
-62
/
+71
*
|
Merge pull request #35084 from jschmid1/caching_osdspec_previews
Sebastian Wagner
2020-05-18
1
-26
/
+51
|
\
\
|
*
|
mgr/cephadm: adapt cephadm to osdspec preview caching
Joshua Schmid
2020-05-15
1
-26
/
+51
|
|
/
*
|
Merge pull request #35083 from p-se/wip-pse-cephadm-prom-scrape-interval
Sebastian Wagner
2020-05-18
1
-1
/
+1
|
\
\
|
*
|
mgr/cephadm: increase global scrape interval
Patrick Seidensal
2020-05-18
1
-1
/
+1
*
|
|
mgr/cephadm/nfs: Instead of CACHEINODE use MDCACHE
Varsha Rao
2020-05-15
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #35013 from matthewoliver/cephadm-iscsi-log-to-stderr
Sebastian Wagner
2020-05-15
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
cephadm: enable logging to stderr in ceph-iscsi
Matthew Oliver
2020-05-13
1
-0
/
+3
*
|
mgr/cephadm: disable env_var passing until pr#34835 is merged
Joshua Schmid
2020-05-12
1
-1
/
+3
*
|
mgr/cephadm: generate and pass env vars to cephadm
Joshua Schmid
2020-05-12
1
-5
/
+6
|
/
*
mgr/cephadm: ceph_default_alerts.yml can be utf-8 encoded
Michael Fritch
2020-05-11
1
-1
/
+1
*
mgr/cephadm: add extra function for the auth entity
Sebastian Wagner
2020-05-08
1
-1
/
+1
[next]