]> git.proxmox.com Git - pve-storage.git/commitdiff
sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 07:11:43 +0000 (09:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 07:11:43 +0000 (09:11 +0200)
PVE/Storage/SheepdogPlugin.pm

index 6b8fe2f93935b63864f153875e7acde16ad53a01..ac1eca50c1e301e4f01dce8f1e329190fc88f419 100644 (file)
@@ -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);