/sbin/zfs list -r -t snapshot data/home | grep @Monday |wc -l (takes over 20 min) returns 0, I expected 485 /sbin/zfs list -r -t snapshot data/home | grep @Tuesday |wc -l (takes less than 1 min) returns 485
Why @Monday takes so long? It's a grep, it's running /sbin/zfs list -r -t snapshot data/home
on both command, how would a grep change the time it takes for an output? it doesn't make sense. There's no logs in /var/log/message
, there's also no zfs logs in /var/log
.
[link] [comments]