mirror of https://github.com/jimsalterjrs/sanoid
Add -r to zfs get -Hpt snap for zfs 8.1
This commit is contained in:
parent
4609845de9
commit
607aad0a91
2
sanoid
2
sanoid
|
|
@ -721,7 +721,7 @@ sub getsnaps {
|
||||||
print "INFO: cache expired - updating from zfs list.\n";
|
print "INFO: cache expired - updating from zfs list.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
open FH, "$zfs get -Hpt snapshot creation |";
|
open FH, "$zfs get -Hrpt snapshot creation |";
|
||||||
@rawsnaps = <FH>;
|
@rawsnaps = <FH>;
|
||||||
close FH;
|
close FH;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue