Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ ceph_initial
Function
ceph_initial
qa/tasks/cephadm.py:1523–1527 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1521
1522
@contextlib.contextmanager
1523
def
ceph_initial():
1524
try
:
1525
yield
1526
finally:
1527
log.info(
'Teardown complete'
)
1528
1529
1530
## public methods
Callers
1
task
Function · 0.85
Calls
1
info
Method · 0.45
Tested by
no test coverage detected