mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Update zpool-show-last-scrub.sh
This commit is contained in:
parent
e00b52b065
commit
32938b00c9
@ -1,3 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
zpool status -v |egrep 'pool:|scan' #|less
|
||||
zpool status -v |egrep 'pool:|scan' #|less
|
||||
|
||||
exit;
|
||||
|
||||
# sample output
|
||||
pool: zint500
|
||||
scan: scrub repaired 0B in 00:48:16 with 0 errors on Thu Nov 16 00:49:16 2023
|
||||
pool: zsam53
|
||||
scan: scrub repaired 0B in 01:42:37 with 0 errors on Wed Nov 15 01:43:37 2023
|
||||
pool: ztoshtera6
|
||||
scan: scrub repaired 0B in 22:32:04 with 0 errors on Fri Nov 17 22:33:05 2023
|
||||
|
Loading…
x
Reference in New Issue
Block a user