Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / zfs / zpool_capacity @ 60600d6b

Historique | Voir | Annoter | Télécharger (6,32 ko)

# Date Auteur Commentaire
d5dffef8 2021-02-17 14:10 Tim Düsterhus

Use exact values in zfs/zpool_capacity#allocated

As per the zpool(8) man page:

zpool list [-HgLpPv] [-o property[,property]...] [-T u|d] [pool]... [interval [count]]
Lists the given pools along with a health status and space usage. If no pools are specified, all pools in the system are listed. When given an interval, the information is printed every...

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

4864783f 2019-07-24 21:41 rantal

zpool_capacity: Added fragmentation % graph

Added fragmentation % graph

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
c81c20ab 2018-04-06 20:17 Lars Kruse

unify DIRTYCONFIG handling in shell and python plugins

The following issues were fixed:
  • comparison too broad (e.g. "0" misinterpreted as "true")
  • python: comparing string with number (is never equal in python)
  • unwanted non-zero exitcode (compound command "&&" as last command in...
b2acd051 2017-08-13 23:04 K.Cima

Fix for pullreq #867

3f0af380 2017-08-04 04:05 K.Cima

Add zpool_capacity plugin