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

Function backup_config

qa/tasks/devstack.py:197–198  ·  view source on GitHub ↗
(node, file_name, backup_ext='.orig.teuth')

Source from the content-addressed store, hash-verified

195 log.info("Updating DevStack config files to use Ceph...")
196
197 def backup_config(node, file_name, backup_ext='.orig.teuth'):
198 node.run(args=['cp', '-f', file_name, file_name + backup_ext])
199
200 def update_config(config_name, config_stream, update_dict,
201 section='DEFAULT'):

Callers 1

Calls 1

runMethod · 0.45

Tested by

no test coverage detected