From: Dietmar Maurer Date: Wed, 7 Sep 2016 07:11:43 +0000 (+0200) Subject: sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2622a5ca2da48136b45df83eb50b12c70c9a2d05;hp=409f8203e0e3a4f53e19ab94df067be7d6ba735c;p=pve-storage.git sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog --- diff --git a/PVE/Storage/SheepdogPlugin.pm b/PVE/Storage/SheepdogPlugin.pm index 6b8fe2f..ac1eca5 100644 --- a/PVE/Storage/SheepdogPlugin.pm +++ b/PVE/Storage/SheepdogPlugin.pm @@ -14,7 +14,7 @@ my $collie_cmd = sub { my $portal = $scfg->{portal}; my ($server, $port) = split(':', $portal); - my $cmd = ['/usr/sbin/dog', $class, $op, '-a', $server]; + my $cmd = ['/usr/bin/dog', $class, $op, '-a', $server]; push @$cmd, '-p', $port if $port; push @$cmd, @options if scalar(@options);