Project

General

Profile

Bug #46098 ยป cephadm.patch

Add global for container_path - Mark Kirkwood, 06/19/2020 03:17 AM

View differences:

cephadm 2020-06-19 15:15:33.326462925 +1200
errors = []
commands = ['systemctl', 'lvcreate']
global container_path
if args.docker:
container_path = find_program('docker')
else:
    (1-1/1)