From a704c0cdab907e06b9e446b9d67757670a283015 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 26 Jun 2020 08:19:22 -0400 Subject: [PATCH] Be more verbose in osdeploy initialize Output was a tad terse. --- confluent_server/bin/osdeploy | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/bin/osdeploy b/confluent_server/bin/osdeploy index 935eb057..478cff41 100644 --- a/confluent_server/bin/osdeploy +++ b/confluent_server/bin/osdeploy @@ -142,6 +142,7 @@ def initialize(cmdset): subprocess.check_call(tarcmd) os.chdir(opath) os.rename(tmptarname, '/var/lib/confluent/public/site/initramfs.tgz') + print('Site initramfs content packed successfully') if cmdset.k: with open('/etc/ssh/ssh_known_hosts', 'a+b') as skh: for cafile in glob.glob('/var/lib/confluent/public/site/ssh/*.ca'):