mirror of https://github.com/jimsalterjrs/sanoid
typo
This commit is contained in:
parent
77fd555a84
commit
3b18948f29
2
syncoid
2
syncoid
|
|
@ -1527,7 +1527,7 @@ sub getsnapsfallback() {
|
||||||
}
|
}
|
||||||
|
|
||||||
my $getsnapcmd = "$rhost $mysudocmd $zfscmd get -Hpd 1 type,guid,creation $fsescaped |";
|
my $getsnapcmd = "$rhost $mysudocmd $zfscmd get -Hpd 1 type,guid,creation $fsescaped |";
|
||||||
warn "snapshot listing failed, trying fallback command"
|
warn "snapshot listing failed, trying fallback command";
|
||||||
if ($debug) { print "DEBUG: FALLBACK, getting list of snapshots on $fs using $getsnapcmd...\n"; }
|
if ($debug) { print "DEBUG: FALLBACK, getting list of snapshots on $fs using $getsnapcmd...\n"; }
|
||||||
open FH, $getsnapcmd;
|
open FH, $getsnapcmd;
|
||||||
my @rawsnaps = <FH>;
|
my @rawsnaps = <FH>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue