MCPcopy Create free account
hub / github.com/ceph/ceph / __init__

Method __init__

qa/tasks/vstart_runner.py:1139–1141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1137
1138class LogRotate():
1139 def __init__(self):
1140 self.conf_file_path = os.path.join(os.getcwd(), 'logrotate.conf')
1141 self.state_file_path = os.path.join(os.getcwd(), 'logrotate.state')
1142
1143 def run_logrotate(self):
1144 remote.run(args=['logrotate', '-f', self.conf_file_path, '-s',

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

joinMethod · 0.45
getcwdMethod · 0.45

Tested by

no test coverage detected