[pve-devel] [PATCH manager 3/3] whitespace cleanup
Dominik Csapak
d.csapak at proxmox.com
Wed Sep 7 11:11:06 CEST 2016
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
PVE/CephTools.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PVE/CephTools.pm b/PVE/CephTools.pm
index 6497d52..0d26ea3 100644
--- a/PVE/CephTools.pm
+++ b/PVE/CephTools.pm
@@ -37,7 +37,7 @@ sub get_config {
my $value = $config_hash->{$key};
- die "no such ceph config '$key'" if !$value;
+ die "no such ceph config '$key'" if !$value;
return $value;
}
@@ -74,7 +74,7 @@ sub check_ceph_inited {
my ($noerr) = @_;
return undef if !check_ceph_installed($noerr);
-
+
if (! -f $pve_ceph_cfgpath) {
die "pveceph configuration not initialized\n" if !$noerr;
return undef;
@@ -188,7 +188,7 @@ sub ceph_service_cmd {
} else {
# ceph daemons does not call 'setsid', so we do that ourself
- # (fork_worker send KILL to whole process group)
+ # (fork_worker send KILL to whole process group)
PVE::Tools::run_command(['setsid', 'service', 'ceph', '-c', $pve_ceph_cfgpath, $action, $service]);
}
}
--
2.1.4
More information about the pve-devel
mailing list