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
/
ssh.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr/cephadm: Restore client file(s) default SELinux context type
zaken
13 days
1
-1
/
+1
*
mgr/cephadm: stop running "true" before every command
Adam King
2024-09-06
1
-4
/
+0
*
mgr/cephadm: make ssh keepalive settings configurable
Adam King
2024-09-04
1
-1
/
+3
*
mgr/cephadm: make remote command execution auditable
John Mulligan
2024-03-17
1
-19
/
+108
*
mgr/cephadm: Also catch concurrent.futures.TimeoutError for timeouts
Adam King
2024-01-03
1
-1
/
+2
*
mgr/cephadm: add support for CA signed SSH keys setups
Adam King
2023-08-15
1
-6
/
+16
*
Merge pull request #50805 from rkachach/fix_issue_59254
Adam King
2023-05-31
1
-12
/
+25
|
\
|
*
mgr/cephadm: show meaningful messages when failing to execute cmds
Redouane Kachach
2023-05-19
1
-12
/
+25
*
|
mgr/cephadm: asyncio based universal timeout for ssh/cephadm commands
Adam King
2023-04-25
1
-8
/
+24
*
|
Merge pull request #50736 from rkachach/fix_issue_59189
Adam King
2023-04-04
1
-3
/
+4
|
\
\
|
*
|
mgr/cephadm: use a dedicated cephadm tmp dir to copy remote files
Redouane Kachach
2023-03-30
1
-3
/
+4
|
|
/
*
/
mgr/cephadm: use SFTP instead of SCP to copy cephadm remote files
Redouane Kachach
2023-04-03
1
-1
/
+2
|
/
*
Merge pull request #48592 from adk3798/offline-upgrade
Adam King
2023-01-13
1
-5
/
+18
|
\
|
*
mgr/cephadm: introduce HostConnectionError exception type in ssh handling
Adam King
2022-10-21
1
-5
/
+18
*
|
mgr/cephadm: make logging refresh metadata to debug logs configurable
Adam King
2022-10-21
1
-4
/
+9
|
/
*
mgr/cephadm: don't use "sudo" in commands if user is root
Adam King
2022-09-01
1
-1
/
+1
*
- mgr/cephadm: provide an additional hint when running into I/O closed except...
Michaela Lang
2022-08-08
1
-1
/
+1
*
Merge pull request #46303 from rkachach/fix_issue_55641
Adam King
2022-05-18
1
-1
/
+2
|
\
|
*
mgr/cephadm: do not use sudo for root user
Redouane Kachach
2022-05-17
1
-1
/
+2
*
|
mgr/cephadm: don't use cached conns for hosts not in cluster
Adam King
2022-05-10
1
-1
/
+1
|
/
*
mgr/cephadm: support non-root ssh-user w permissions
Christoph Glaubitz
2022-03-31
1
-5
/
+5
*
mgr/cephadm: offline host watcher
Adam King
2022-03-26
1
-1
/
+2
*
mgr/cephadm: add keep-alive requests to ssh connections
Adam King
2022-03-07
1
-2
/
+6
*
mgr/cephadm: reduce log level for asyncssh error messages
Melissa Li
2022-02-23
1
-3
/
+2
*
mgr/cephadm: improve asyncssh type checking
Michael Fritch
2022-01-25
1
-7
/
+20
*
mgr/cephadm: support bootstrap with non-root ssh-user
Melissa Li
2021-12-01
1
-1
/
+6
*
mgr/cephadm: Add CephadmOrchestrator.wait_async()
Sebastian Wagner
2021-11-18
1
-7
/
+10
*
mgr/cephadm: turn off asyncssh debug output
Sage Weil
2021-11-15
1
-2
/
+0
*
mgr/cephadm: use str type for `stdin`
Michael Fritch
2021-10-08
1
-5
/
+5
*
mgr/cephadm: use `asyncssh.scp` to write remote files
Michael Fritch
2021-10-08
1
-1
/
+6
*
mgr/cephadm: pep8 fixes
Sebastian Wagner
2021-08-25
1
-3
/
+6
*
mgr/cephadm: ssh.py: simplify default argument for execute_command
Sebastian Wagner
2021-08-25
1
-4
/
+4
*
mgr/cephadm: ssh.py: Remove unused kwargs
Sebastian Wagner
2021-08-25
1
-11
/
+29
*
mgr/cephadm: Also make ssh._reset_con async
Sebastian Wagner
2021-08-25
1
-2
/
+5
*
mgr/cephadm: make synchronous wrapper functions of the async functions in ssh.py
Melissa
2021-08-20
1
-0
/
+12
*
mgr/cephadm: create thread to start event loop for ssh.py, and return results...
Melissa
2021-08-20
1
-0
/
+18
*
mgr/cephadm: move _reconfig_ssh, _reset_con, and _reset_cons to ssh.py
Melissa
2021-08-20
1
-0
/
+72
*
mgr/cephadm: create async function _write_remote_file to write files on remot...
Melissa
2021-08-20
1
-0
/
+27
*
mgr/cephadm: execute commands run over ssh via asyncssh
Melissa
2021-08-20
1
-0
/
+38
*
mgr/cephadm: create and cache asyncssh connection objects, and handle asyncss...
Melissa
2021-08-20
1
-0
/
+90