From e2ed431fd01ac70f3d1e628f56943e0d42187373 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Sat, 2 Feb 2019 16:05:14 +0100 Subject: [PATCH] marsadm: allow systemd commands on non-initialized /mars --- userspace/marsadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/marsadm b/userspace/marsadm index 5c19c354..8156627b 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -6404,7 +6404,7 @@ if ($cmd =~ m/^lowlevel-/) { } } -if ($cmd !~ m/(create|join)-cluster|create-uuid|cat|view|pretty/) { +if ($cmd !~ m/(create|join)-cluster|create-uuid|systemd|cat|view|pretty/) { my $uuid = get_link("$mars/uuid", 1); ldie "No valid cluster UUID $mars/uuid found. You need {create,join}-cluster first (or create-uuid).\n" unless $uuid; }